Re: [SVN-MIGRATION] Steps for the SVN migration
[email protected] (Sean Coates)
| Newsgroups | svn.migration |
|---|---|
| Message-ID | <[email protected]> |
> Agreed - hence my placebo comment, didn't seem logical to have it in 2 > places with all this moving about of extension that has been > happening. I don't necessarily agree. Traditionally, moving stuff between repositories has been problematic (can't build certain old versions of PHP from CVS anymore, for example, because certain extensions have been moved out of php-src). IMO, we need to stop thinking about CVS and use methods that svn has fixed (such as svn:externals). I do, however agree with Johannes about tagging; tagging externals can be a pain, so we'd have to have a script that the RMs can use (I've written a similar script for my own releases). S