[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Revisions with wrong chronologic order

From: Ori Avtalion <oavtal_at_bezeqint.net>
Date: 2007-03-28 22:38:50 CEST

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

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.