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

RE: svn revision r0 question

From: Paul Charlton <techguru_at_byiq.com>
Date: Mon, 29 Sep 2008 09:36:58 -0700

I guess we should question the assumption that both revision and the
svn:date property associated with the revision should be monotonically
increasing. To me, they are separate concepts, can use separate persistent
storage, and can use separate indices for sort/search and retrieval.

-----Original Message-----
From: John Peacock [mailto:john.peacock_at_havurah-software.org]
Sent: Monday, September 29, 2008 9:25 AM
To: Greg Hudson
Cc: Paul Charlton; 'Subversion Developers'
Subject: Re: svn revision r0 question

Greg Hudson wrote:
> There are sane people who think you shouldn't be importing version
> control history into an existing non-empty repository.

Unfortunately, there are many cases where that is impossible to avoid
(we will have that situation at $WORK sometime soon). In theory, it
should be possible to merge two repositories such that both revision and
svn:date are both monotonically increasing. In practice, however, doing
if via dumpfile manipulation is an exercise in extreme frustration (as
is the closely related task of reorganizing a repository layout via
rewriting the dumpfile).

I have some thoughts about how to accomplish such magic (using the ra
replay functionality to talk to the repo's directly probably), but there
are not enough hours in the day to accomplish what I want to do now, let
alone take on a task of such magnitude. I might be able to (at some
indefinite point in the future) sit down and sketch out a design
document for a transformation tool that would do all this and more. No
promises, though; I still have uncommitted merge changes from OSCON2008
to the perl-bindings-improvement branch that I need to finish... :(

John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-09-29 18:37:11 CEST

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

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