phpgroupware-users
[Top][All Lists]
Advanced

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

Re: [Phpgroupware-users] Significant CVS Changes


From: Chris Weiss
Subject: Re: [Phpgroupware-users] Significant CVS Changes
Date: Thu, 15 Dec 2005 13:18:51 -0600

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:address@hidden/'

- For a project member working copy
find . -path '.*/CVS/Root' -print0 | xargs -0 perl -i -p -e 
's/address@hidden/address@hidden/'

(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 <address@hidden> 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
> address@hidden
> http://lists.gnu.org/mailman/listinfo/phpgroupware-users
>
>




reply via email to

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