From: "Mark D. Baushke" <[EMAIL PROTECTED]>

   <[EMAIL PROTECTED]> writes:

   > OK, but how does one get a project started without using import?  

   A typical set of commands might be

     CVSROOT=/path/to/your/repository; export CVSROOT
     cvs init            # create the repository and the CVSROOT module
     cvs checkout -d top .  # checkout all of your modules

Wow.  I've never before seen '.' used in the modules slot for
checkout.  I just scoured the manual trying to find documentation on
this, but no luck.  Is this usage documented anywhere?

   > BTW, what got me started looking into all this was trying to find some
   > algorithm for determining the branch (if any) a given checked out
   > revision belongs to, based on the info genertated by "cvs status -v".

   You may find looking in the sources cvs-1.11.16/doc/RCSFILES of interest.

Thanks for the pointer.


kynn


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to