You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Geoffrey Young <ge...@modperlcookbook.org> on 2004/11/23 20:54:44 UTC

Re: svn commit: r106333 - /perl/modperl/trunk/README-SVN

> +svn for cvs users:
> +
> +  http://svnbook.red-bean.com/en/1.0/svn-book.html#svn-ap-a
> +
> +for cvs-to-svn migration help, see:
>  
>    http://svnbook.red-bean.com/en/1.0/apa.html

these two links are the same - the first is a link to appendix a from the
"all in one" page, while the second is a link to just appendix a.

> +To rescue changed files under apr/httpd cvs checkouts (i.e. to get
> +'cvs diff' working), one needs to switch to anoncvs:
> +
> + % cd httpd-2.0
> + % find . | grep Root | xargs perl -pi -e \
> +'s|\w+\@cvs.apache.org:/home/cvs|:pserver:anoncvs\@cvs.apache.org:/home/cvspublic|'

this shouldn't be an issue now (or soonish, anyway).  I think all active
committers have checked in at this point (randy was the last) and rescuing
from cvs should not be an ongoing thing - it only affects people who got
caught with diffs in a local cvs checkout they didn't commit before the
conversion and which they don't have a foo.diff sitting around for.  at
least IIRC :)

--Geoff

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: svn commit: r106333 - /perl/modperl/trunk/README-SVN

Posted by Stas Bekman <st...@stason.org>.
Geoffrey Young wrote:
>>+svn for cvs users:
>>+
>>+  http://svnbook.red-bean.com/en/1.0/svn-book.html#svn-ap-a
>>+
>>+for cvs-to-svn migration help, see:
>> 
>>   http://svnbook.red-bean.com/en/1.0/apa.html
> 
> 
> these two links are the same - the first is a link to appendix a from the
> "all in one" page, while the second is a link to just appendix a.

oops, sorry, I'll fix that.

>>+To rescue changed files under apr/httpd cvs checkouts (i.e. to get
>>+'cvs diff' working), one needs to switch to anoncvs:
>>+
>>+ % cd httpd-2.0
>>+ % find . | grep Root | xargs perl -pi -e \
>>+'s|\w+\@cvs.apache.org:/home/cvs|:pserver:anoncvs\@cvs.apache.org:/home/cvspublic|'
> 
> 
> this shouldn't be an issue now (or soonish, anyway).  I think all active
> committers have checked in at this point (randy was the last) and rescuing
> from cvs should not be an ongoing thing - it only affects people who got
> caught with diffs in a local cvs checkout they didn't commit before the
> conversion and which they don't have a foo.diff sitting around for.  at
> least IIRC :)

I have quite a few of cvs checkouts around and I'm not going to work on 
these any time soon, so I'd better keep this option open for myself.

-- 
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org