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

Re: Symbolic revision names in dump files

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-05-20 16:39:48 CEST

Ben Collins <bcollins@debian.org> writes:

> 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?

Giving 'alias' names to revisions seems like a perfect excuse to use a
revision property.

The only question is -- do make it a "standard" property, like
svn:revision-names? If we do, then it would be nice if svn_repos.h
(svn_fs.h?) had a utility function to search all revision proplists
and look for revision(s) which match the propval.

Otherwise, I guess you could do this from a python script using the
swig bindings... kinda messy either way, though.

---------------------------------------------------------------------
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:41:22 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.