On 7/26/07, Henri Yandell <[EMAIL PROTECTED]> wrote: > Unless I hear otherwise, I'll go ahead and do the SVN move from > Jakarta to the new TLP space on Saturday night (Pacific time, so > morning for you aussies).
SVN move complete. Because we use svn:externals a lot, it's quite a pain to deal with on the client side. Here's how I migrated my local checkout: cd apache/jakarta-commons-proper/ svn switch https://svn.apache.org/repos/asf/commons/trunks-sandbox/ Then I used svn status to figure out which of the subprojects I had changes I wanted to keep. I rm -r'd the rest of them and I used: cd lang svn switch https://svn.apache.org/repos/asf/commons/proper/lang/trunk to keep them (using lang as an example). It was easier than writing a script to go into the children and switch them, but I imagine that wouldn't be too hard to make. --- I've also updated the gump file and any svn.apache.org's I could find on the main website (it'll either just hit the rsync in time or you'll have to wait an hour). Components are probably a mess. Hen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]