Nathan Kidd wrote:
> 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?
What are copy sources?
> 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...
I'll try implementing this tomorrow - see how it goes :)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 28 22:39:17 2007