[Cvsnt] How can checkout CVSROOT/modules
Bo Berglund
Bo.Berglund at system3r.se
Mon Feb 11 13:58:38 GMT 2002
Now at work where the CVSNT server is 1.10.8
When I try
cvs history -c -a -l
I receive this rather strange reply:
*****CVS exited normally with code 1*****
cvs history: inflate: oversubscribed dynamic bit lengths tree
cvs [history aborted]: reading from server: Input/output error
What does this mean? Is cvs history a new command from CVS 1.11 maybe?
/Bo
-----Original Message-----
From: aw_asdf.spam at me.not.yahoo.com
[mailto:aw_asdf.spam at me.not.yahoo.com]
Sent: den 10 februari 2002 02:31
To: cvsnt at cvsnt.org
Subject: Re: [Cvsnt] How can checkout CVSROOT/modules
aw_asdf.spam at me.not.yahoo.com wrote:
> If you run:
> cvs history -c -a -l | awk '{sub(/[/].*/,"",$8); print $8;}' | sort -u
> You will get the list of top-level directories in your CVS repo
> (assuming of course that you have "awk" and a POSIX-ish "sort"
> on hand.
[ following up to my own post ]
I should perhaps mention here that the "awk" and "sort" portions
aren't required to find the top-level directories; they are
required to eliminate the verbose directory structure listed
under the top-level directories.
cvs history -c -a -l
will get you all the projects from the top level, and more.
Andrew.
_______________________________________________
Cvsnt mailing list
Cvsnt at cvsnt.org
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
_______________________________________________
Cvsnt mailing list
Cvsnt at cvsnt.org
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
More information about the cvsnt
mailing list