[Tobias Brox - Sun at 07:43:34PM +0400]
> [raptor - Sun at 01:39:35PM +0200]
> > what is set into ./CVS/Repository..
> > What I should do remove/modify all Repository files  !!!?
> 
> I've been doing similar things before.
> 
> perl -pe 's/your_old_repository/your_new_repository/' -i.bak \
>       `find . -path 'CVS/Repository'`

Correction, new errors are following:

Probably it's the Root files, not the Repository files you want to change.
The second line of the statement above should look something like this:

          `find . -path '*CVS/Root'`
          
Unfortunately this approach breaks if some file names contain spaces.  I
might eventually do it better.

--
Unemployed hacker
Will program for food!
http://ccs.custompublish.com/

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

Reply via email to