> I have made a mistake in accessing the host: I used
>
> :pserver:cvs@localhost:/home/cvs/repository
>
> and wanted to use
>
> :pserver:[EMAIL PROTECTED]:/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.
[EMAIL PROTECTED] | If you don't, flee.
http://www.thornley.net/~thornley/david/ | O-
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs