info-cvs
[Top][All Lists]
Advanced

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

Re: Help! Branch/attic mess


From: kynn
Subject: Re: Help! Branch/attic mess
Date: Thu, 3 Jun 2004 17:54:09 -0400 (EDT)



   From: "Mark D. Baushke" <address@hidden>

   <address@hidden> 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




reply via email to

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