[EMAIL PROTECTED] schrieb am 22.05.05 16:02:17: > > Now, when I come to start a new session, working on groff, and want to get my > working copy up to date, I do > > cd ~/sandbox/cvs/groff > cvs -z5 up -dP
Exactly, if you go into the groff subdirectory you get around without CVSROOT or -d. But this is different from `cvs co', which must be called in your directory ~/sandbox/cvs because it creates the groff tree there. These things have to be documented in README. The following patch will do. ### patch for /README --- README.orig 2005-05-21 13:47:41.000000000 +0200 +++ README 2005-05-22 18:22:46.374145576 +0200 @@ -29,13 +29,15 @@ export CVS_RSH=ssh cvs -d:ext:[EMAIL PROTECTED]/cvsroot/groff -z5 co groff -Note that you need an SSH client for security reasons. +This will create a subdirectory ./groff with the groff CVS tree. Note +that you need an SSH client for security reasons. An update of a checked out repository should be done with CVS_RSH=ssh cvs -z5 update -dP -Please read the info pages of cvs for further details. +in the generated ./groff subdirectory. Please read the info pages of +cvs for further details. Alternatively, you can download snapshots (which are updated twice a day) from ### end of patch Bernd Warken ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ Groff mailing list [email protected] http://lists.gnu.org/mailman/listinfo/groff
