Slashdot Mirror


User: haggai

haggai's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Sourceforge reality - how to get CVS from SF on SourceForge Terms of Service Change, Users Unhappy · · Score: 2, Informative
    Is there a way to sync a private CVS server with theirs? Including all previous versions in the current system? A HOWTO might be nice, possibly attached to that email.

    How about this? Replace PROJECT with your project name:

    (change into a suitable directory to put your CVS tarball in)
    $ wget http://cvs.sourceforge.net/cvstarballs/PROJECT-cvs root.tar.gz
    $ tar -zxf PROJECT-cvsroot.tar.gz
    $ export CVSROOT=`pwd`/PROJECT

    (change to where you want your working directory)
    $ cvs get PROJECT