info-cvs
[Top][All Lists]
Advanced

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

Re: How to update when CVS server moves?


From: Laurent Duperval
Subject: Re: How to update when CVS server moves?
Date: Fri, 24 Nov 2000 10:31:20 -0500 (EST)

On 24 Nov, Sankaranarayanan K V wrote:
> On Fri, Nov 24, 2000 at 08:41:54AM -0500, Laurent Duperval wrote:
>> Hi,
>> 
>> How do you synchromise your source code with a server that moves? 
> 
> I typically do something like this:
> 
> export CVSROOT=:pserver:address@hidden:/export/cvs/root
> cd sandbox
> cvs -d $CVSROOT update
> perl -pi.bak -e '{ s/a.com/b.com/; }' `find . -name Root -print`
> 
> assuming of course that you don't have files named Root other than those
> in CVS subdirs.
> 

Hey, cool! Thanks. I've adapted this to Tcl and it works great!

L

-- 
MY EMAIL ADDRESS HAS CHANGED --> UPDATE YOUR ADDRESSBOOK

Laurent Duperval                   "Montreal winters are an intelligence test,
Netergy Networks - Java Center            and we who are here have failed it."
Phone: (514) 282-8484 ext. 228                                   -Doug Camilli
mailto:address@hidden           Penguin Power!





reply via email to

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