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

Symbolic revision names in dump files

From: Ben Collins <bcollins_at_debian.org>
Date: 2003-05-20 15:20:59 CEST

I've been working on keeping an SVN repo in sync with the BitKeeper
Linux Kernel CVS repo.

I've modified cvs2svn (a lot, to the point it is now just bkcvs2svn) to
do incremental updates from the CVS repo in the form of dumps that I
load into the svn repo on a regular basis.

I had one hurdle to overcome, which was I needed to track the repo's
revision numbers for tags. For example, if an incremental run created a
new tag from the head (the tags are always just copies of HEAD in
bkcvs), I had to know the current revision so that the copyfrom-rev in
the dump file was correct.

That seems less than adequate, since generally revision numbers in the
dumpfile could otherwise be ignored. It would be nice of the svnadmin
load parser could accept symbolic revisions, or atleast just HEAD.

Anyone else thought about or approached this?

-- 
Debian     - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
Deqo       - http://www.deqo.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 20 16:04:47 2003

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.