> +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|[EMAIL PROTECTED]:/home/cvs|:pserver:[EMAIL PROTECTED]:/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