info-cvs
[Top][All Lists]
Advanced

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

Re: Moving CVS repository


From: david
Subject: Re: Moving CVS repository
Date: Wed, 1 May 2002 11:55:12 -0500 (CDT)

> I have made a mistake in accessing the host: I used
> 
> :pserver:address@hidden:/home/cvs/repository
> 
> and wanted to use
> 
> :pserver:address@hidden:/home/cvs/repository
> 
> Is it dangerous to do this? I do not have other files called Root.
> I do not want to redownload everything from remote (the problem is: I
> used this tree locally and burned it to a CDR).
> 
> find -type f -name 'Root' \
>   -exec perl -pi -e 's/localhost/some.hostname/g' {} \;

The last time I had to do a similar thing I had people create a file
called CVSRoot in their home directories and run

find -type -f -name 'Root' \
  -exec cp /home/whoever/CVSRoot {} \;

Perl just looks like overkill here.

I had no problems.

David H. Thornley                        | If you want my opinion, ask.
address@hidden                       | If you don't, flee.
http://www.thornley.net/~thornley/david/ | O-



reply via email to

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