info-cvs
[Top][All Lists]
Advanced

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

Re: CVSROOT


From: Tobias Brox
Subject: Re: CVSROOT
Date: Sun, 30 Sep 2001 20:34:22 +0400
User-agent: Mutt/1.0.1i

[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/



reply via email to

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