[ On Thursday, April 19, 2001 at 10:06:30 (GMT), JavaSoft wrote: ]
> Subject: directory addition
>
> now.. last question if your dont mind.. if my friend added a
> directory(not empty directory) to CVS server.. how can i get the new
> directory to my local hard disk ?? should i check out the whole module
> everytime a new directory added ?? or can i just check out to the
> specific new directory ???

Just make sure you have at least these lines in your ~/.cvsrc file:

        checkout        -P
        update          -d -P

and any new directories will appear automatically with every "cvs update"

-- 
                                                        Greg A. Woods

+1 416 218-0098      VE3TCP      <[EMAIL PROTECTED]>     <[EMAIL PROTECTED]>
Planix, Inc. <[EMAIL PROTECTED]>;   Secrets of the Weird <[EMAIL PROTECTED]>

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

Reply via email to