[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: Nathan Kidd <nathan-svn_at_spicycrypto.ca>
Date: 2007-03-28 19:02:25 CEST

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

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.