> From: Nic <[EMAIL PROTECTED]>
> Date: 27 Jul 2003 15:05:38 +0100
> 
> You can specify no action with the -n option, eg:
> 
>    cvs -n co somemodule

Thanks for the tip, I forgot about that.

> 
> If you were running GNU you could do this:
> 
> CVSROOT="[EMAIL PROTECTED]:/cvsroot/emacs" \
> find workingcopyroot -name "CVS" \
>             -exec bash -c 'echo $CVSROOT > \{}/Root' \;
> 
> 
> But since you're not you'll have to find another way to echo the new
> repository root into all the directorys.

The same will work with ported Bash and GNU Find.  Thanks again.

> The only reason you'd want to do this btw is if you have local
> changes that you want to preserve into the new structure.

That's exactly my situation.


_______________________________________________
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers

Reply via email to