info-cvs
[Top][All Lists]
Advanced

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

Too Frequently Asked Question of info-cvs mailing list


From: Alexey Mahotkin
Subject: Too Frequently Asked Question of info-cvs mailing list
Date: Sat, 27 Jan 2001 19:55:07 +0300 (MSK)

        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.1 2001/01/27 16:42:24 alexm Exp $


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

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


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
=================================================================


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

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

A: All scripts for that purpose that have ever appeared on info-cvs
are collected here:

http://alexm.here.ru/cvs-nserver/download/contrib/vss-to-cvs/

Unfortunately, I have not tested any of these, and could not give you
any advice on usage of these scripts.

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

Local variables:
mode: text
End:

--alexm



reply via email to

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