"Diethelm Guallar, Gonzalo" <[EMAIL PROTECTED]> writes:
> Is this why a simple cvs update is failing?
>
>
> gonzo@banco053:~/head/turbine-2.1$ cvs -z3 update -d -P .
> [EMAIL PROTECTED]'s password: ***
> cvs server: Updating .
> cvs server: cannot open directory /home/cvs/jakarta-turbine: No such file or
> directory
> cvs server: skipping directory
Yes, that's exactly why. As it says, that directory no longer exists
on the CVS server.
> Doesn't this warrant a longer message, explaining how to migrate to
> the new repositories?
dlr@despot:jakarta-turbine-3$ for d in `find . -name 'CVS' -type d`; do perl -pi -e
's/jakarta\-turbine/jakarta-turbine-3/' $d/Repository; done; unset d
dlr@despot:jakarta-turbine-2$ for d in `find . -name 'CVS' -type d`; do perl -pi -e
's/jakarta\-turbine/jakarta-turbine-2/' $d/Repository; done; unset d
dlr@despot:jakarta-turbine-2$ for d in `find . -name 'CVS' -type d`; do rm -f $d/Tag;
done; unset d
> Can I just modify the CVS/Repository file on my current working
> copies? Does the T_2_1_BRANCH still exist under jakarta-turbine-2?
Yeah, modify them as above. The tag no longer appears to exist.
Daniel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]