On Fri, 2005-12-16 at 08:16 +0100, Dirk H. Schulz wrote: > Hi Chris, > > sorry for insisting on not understanding exactly, but: > > a) does this one-liner change the default behaviour of the cvs client so > that I can still use the command "cvs -z9 update -dP" afterwards >
It is a once off. cvs -z9 update -dP will work fine for you once you run the change over script once :) Sorry if the initial post was little unclear. I was trying to cover all based at once for both users and devs. Cheers Dave > or > > b) is it the new command I have to use for every update from now on? > > Thanks for your patience. I am not using perl yet and would have to dig > into "what's happening there" for some time - asking a master is more > convenient. :-) > > Dirk > > Chris Weiss schrieb: > > >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 > > > > > > > > _______________________________________________ > Phpgroupware-users mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/phpgroupware-users -- Dave Hall (aka skwashd) API Coordinator phpGroupWare e [EMAIL PROTECTED] w phpgroupware.org _______________________________________________ Phpgroupware-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/phpgroupware-users
