> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Aryeh 
> M. Friedman

> I maintain a local repo of the via the cvs mode of cvsup.   
> When I do a:
> 
> cvs -q -d /home/ncvs update
> 
> It will update any modified files but will not add any new 
> files (it removes stale ones), but if I do a checkout it 
> overwrites my local modifications... any way to automatically 
> add new files but preserve local mods?

Hi Aryeh,

Give this a try:

cvs -q -d /home/ncvs update -d

The -d option given to the update subcommand builds directories the way cvs
checkout does.  Without it, update will only operate on directories that are
already in your sandbox.

Regards,
Greg Larkin
SourceHosting.net, LLC
http://www.sourcehosting.net/



_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to