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

Re: "svnadmin load" and date ordering

From: <kfogel_at_collab.net>
Date: 2004-06-14 16:19:08 CEST

Steve Gardner <Steve.Gardner@npl.co.uk> writes:
> I have used "svnadmin load" to copy a list of commits from
> one repository to another. This means that the updated
> repository no longer has its revision dates in ascending order.

Probably. You should run 'svn log' to check.

> Is this OK? Does Subversion assume that dates are ordered?

It causes a bug in Subversion, whereby -r{DATE} options don't work
right, because they can't use a binary search algorithm to find a
revision corresponding to DATE. Other than that, it shouldn't cause
any horrible problems, though.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 14 17:43:45 2004

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.