Author: pgollucci Date: Thu Jan 8 16:57:19 2009 New Revision: 732893 URL: http://svn.apache.org/viewvc?rev=732893&view=rev Log: update the externals docs remove cvs crap its been 5yrs or so now
Modified: perl/modperl/trunk/README-SVN Modified: perl/modperl/trunk/README-SVN URL: http://svn.apache.org/viewvc/perl/modperl/trunk/README-SVN?rev=732893&r1=732892&r2=732893&view=diff ============================================================================== --- perl/modperl/trunk/README-SVN (original) +++ perl/modperl/trunk/README-SVN Thu Jan 8 16:57:19 2009 @@ -22,9 +22,10 @@ % cd modperl % svn propedit svn:externals . [vi pops up] - docs https://svn.apache.org/repos/asf/perl/modperl/docs/trunk/src/docs/2.0 - Apache-Test https://svn.apache.org/repos/asf/perl/Apache-Test/trunk - +Apache-Test https://svn.apache.org/repos/asf/perl/Apache-Test/trunk +Apache-Reload https://svn.apache.org/repos/asf/perl/Apache-Reload/trunk +Apache-SizeLimit https://svn.apache.org/repos/asf/perl/Apache-SizeLimit/trunk +docs https://svn.apache.org/repos/asf/perl/modperl/docs/trunk/src/docs/2.0 DEVELOPER ACCESS @@ -55,20 +56,3 @@ svn for cvs users (including migration tools): 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|\...@cvs.apache.org:/home/cvs|:pserver:anonc...@cvs.apache.org:/home/cvspublic|' - --------- - -