You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2004/11/23 20:42:31 UTC

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

Author: stas
Date: Tue Nov 23 11:42:30 2004
New Revision: 106333

Modified:
   perl/modperl/trunk/README-SVN
Log:
- svn for cvs users
- To rescue changed files under apr/httpd cvs checkouts one needs to switch to anoncvs:


Modified: perl/modperl/trunk/README-SVN
Url: http://svn.apache.org/viewcvs/perl/modperl/trunk/README-SVN?view=diff&rev=106333&p1=perl/modperl/trunk/README-SVN&r1=106332&p2=perl/modperl/trunk/README-SVN&r2=106333
==============================================================================
--- perl/modperl/trunk/README-SVN	(original)
+++ perl/modperl/trunk/README-SVN	Tue Nov 23 11:42:30 2004
@@ -48,6 +48,27 @@
 
   http://svnbook.red-bean.com/
 
-for svn information in general.  for cvs-to-svn migration help, see
+for svn information in general. 
+
+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
+
+OTHER NOTES:
+
+--------
+
+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|'
+
+--------
+
+

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


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

Posted by Geoffrey Young <ge...@modperlcookbook.org>.
> +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 Geoffrey Young <ge...@modperlcookbook.org>.
> +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