info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(no subject)


From: root
Subject: (no subject)
Date: Mon, 13 Aug 2001 05:20:23 -0400

>From address@hidden  Sun Feb 11 07:52:07 2001
>Return-Path: <address@hidden>
Received: from fencepost.gnu.org (fencepost.gnu.org [199.232.76.164])
        by gateway.camelot.jp (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id 
HAA15771
        for <address@hidden>; Sun, 11 Feb 2001 07:52:00 +0900
Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org)
        by fencepost.gnu.org with esmtp (Exim 3.16 #1 (Debian))
        id 14Riib-0002JK-00; Sat, 10 Feb 2001 17:42:13 -0500
Received: from ns.mtu.ru ([195.34.32.10] helo=mtu.ru)
        by fencepost.gnu.org with smtp (Exim 3.16 #1 (Debian))
        id 14RigU-0001Q7-00
        for <address@hidden>; Sat, 10 Feb 2001 17:40:02 -0500
X-Recipient: address@hidden
Received: from hsys.msk.ru (ppp108-92.dialup.mtu-net.ru [212.188.108.92])
        by mtu.ru (Postfix) with ESMTP id EB5017561
        for <address@hidden>; Sun, 11 Feb 2001 01:39:50 +0300 (MSK)
        (envelope-from address@hidden)
Received: (qmail 6329 invoked by uid 501); 10 Feb 2001 22:38:37 -0000
From: Alexey Mahotkin <address@hidden>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <address@hidden>
To: address@hidden
Subject: Too Frequently Asked Questions
X-Mailer: VM 6.67 under 20.4 "Emerald" XEmacs  Lucid
Sender: address@hidden
Errors-To: address@hidden
X-BeenThere: address@hidden
X-Mailman-Version: 2.0
Precedence: bulk
List-Help: <mailto:address@hidden>
List-Post: <mailto:address@hidden>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/info-cvs>,
        <mailto:address@hidden>
List-Id: Announcements and discussions for the CVS version control system 
<info-cvs.gnu.org>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/info-cvs>,
        <mailto:address@hidden>
List-Archive: <http://mail.gnu.org/pipermail/info-cvs/>
Date: Sun, 11 Feb 2001 01:38:37 +0300 (MSK)
Status: O
Content-Length: 2779
Lines: 103


        TOO FREQUENTLY ASKED QUESTIONS OF INFO-CVS MAILING LIST

Copyright (C) 2001 Alexey Mahotkin and respectful contributors

Maintainer: Alexey Mahotkin <address@hidden>
URL: http://alexm.here.ru/cvs/info-cvs-faq
Revision: $Id: info-cvs-faq,v 1.3 2001/02/10 22:38:23 alexm Exp $


0. PREAMBLE
=================================================================

1. META-QUESTIONS
=================================================================

Q: How do I subscribe to info-cvs mailing list?  How do I unsubscribe?

A: Please visit http://mail.gnu.org/mailman/listinfo/info-cvs.

***DO NOT*** send subscription or unsubscription requests to the
<address@hidden>.  You will only waste other's time and bandwidth.


2. PSERVER SETUP
=================================================================

Q: I have setup CVS-pserver, and now when I'm trying to do

        $ cvs checkout 

it says: 
cvs server: cannot open /root/.cvsignore: Permission denied


A: Workaround: You could create small .sh-file:

= my-pserver.sh ====
#!/bin/sh
unset HOME
exec /usr/bin/cvs --allow-root=/repository pserver
====================

And use it in /etc/inetd.conf, instead of calling cvs binary itself:

= /etc/inetd.conf ==
2401  stream  tcp  nowait  root  /usr/local/bin/my-pserver.sh cvs
====================

This is caused by misfeature in CVS.  :pserver: does not have home
directory and should not try to use it.  There exist patches that fix
that behaviour, if you wish to get rid of that problem once and for
all.


3. GENERAL USAGE
=================================================================

Q: I have tagged my repository with 'cvs tag', and now when I am
trying to commit, it says 

  cvs commit: sticky tag `TAG' for file `myfile' is not a branch

and does not commit!

A: To get rid of this sticky tag, run 'cvs update -A'.

This is because you gave '-r TAG' option to 'cvs co', and the 'TAG'
was not branch tag.



4. INFRASTRUCTURE
=================================================================

Q: I have a large MS Visual SourceSafe repository.  How could I
convert it to use it from CVS?

A: There are two different scripts for that purpose:

Laine Stump <laine+info-cvs(at)laine.org> has taken scripts originally
written in Perl by Jerry Nairn <jnairn(at)realnames.com>, and enhanced
it quite a bit.  The result is available at:

        http://www.laine.org/cvs/vss2cvs/

Curt Hagenlocher <curt(at)hagenlocher.org> has written another script
in JavaScript, which is available at:

        http://www.hagenlocher.org/software/vss2rcs.js

=================================================================

Local variables:
mode: text
End:

--alexm

_______________________________________________
Info-cvs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs




reply via email to

[Prev in Thread] Current Thread [Next in Thread]