the savannah post has a line (that is not nearly easy enough to spot)
telling how to change you current setup.
from https://savannah.gnu.org/forum/forum.php?forum_id=4168

Migration: type one of the following one-liner in your CVS working copy:

- For anonymous working copies
find . -path '.*/CVS/Root' -print0 | xargs -0 perl -i -p -e
's/:ext:anoncvs\@(cvs\.)?s/:pserver:[EMAIL PROTECTED]/'

- For a project member working copy
find . -path '.*/CVS/Root' -print0 | xargs -0 perl -i -p -e 's/[EMAIL 
PROTECTED]/[EMAIL PROTECTED]/'

(Note: this was reported not to work under MSys (see the comments); if
you know a more portable way, feel free to reply)


On 12/15/05, Dirk H. Schulz <[EMAIL PROTECTED]> wrote:
> Ah, well, I am no developper, so I am not much used to using cvs.
>
> Dave Hall schrieb:
>
> >Hi all,
> >
> >Savannah has made some significant changes to the way CVS works for both
> >developers and anonymous users.
> >
> >Please read https://savannah.gnu.org/forum/forum.php?forum_id=4168 for
> >more information about the changes to the CVSROOT.  This will impact all
> >users and developers.
> >
> >
> But brave and optimistic as I am, I tried to read this. Now I know for
> sure: I really do not know much about cvs.
>
> >We are also switching from probusiness generating our cvs commit and
> >diff emails to this being done by savannah there is likely to be some
> >double posts during the transition over the next 24hrs or so.
> >
> >We apologize for the disruption these changes may cause you.
> >
> >Now for the good news
> >
> >Our CVS repository is now available via rsync
> >rsync rsync://cvs.savannah.gnu.org/sources/phpgroupware/
> >
> >
> So that is the syntax to use for updating my phpgw now? Normally rsync
> has a somewhat more complicated syntax (at least in my scripts, *cough*).
>
> >rsync rsync://cvs.savannah.gnu.org/sources/phpgwapi/
> >
> >
> Does this have to be updated seperately now?
>
> Any help is appreciated.
>
> Dirk
>
>
> _______________________________________________
> Phpgroupware-users mailing list
> [email protected]
> http://lists.gnu.org/mailman/listinfo/phpgroupware-users
>
>


_______________________________________________
Phpgroupware-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-users

Reply via email to