Erik Huelsmann wrote:
> On 3/28/07, Nathan Kidd <nathan-svn@spicycrypto.ca> wrote:
>> > Shame there is not a script to take care of this...
>>
>> Actually, this would be very simple to write a script for.
>>
>> for (each repository)
>> for (each revision)
>> dump > dumpdir/{revisiondate}-{revisionnumber}-{reponame}.dump
>> done
>> done
>>
>> for (alphabetically sorted list of files in dumpdir)
>> load < {file}
>> done
>
> Are you sure all copy sources will be ordered correctly that way?
Hmmm, no, I'm not sure. That pseudo code was the product of 5s thought
on getting the order right, but I don't understand the dump/load
internals enough to know if there would be side-effects. It would be an
interesting experiment though...
-Nathan
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 28 18:59:43 2007