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

Re: Subversion and "Configuration Management"

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-31 23:46:22 CEST

On Wed, 2004-03-31 at 15:38, Nicolás Lichtmaier wrote:

> Do you think it would be hard for a newbie (like me) to add this
> functionality to subversion? Perhaps adding a new table to the db...

I don't know how hard it would be for you to code this, but I think it
might be hard for you to persuade all the developers to redesign our
repository schema. :-)

Seriously, the feature you want makes sense for a system like CVS, which
is heavily focused on per-file versioning. Every file has its own RCS
file, and the RCS file format does exactly what you're talking about:
it allows you to attach unversioned labels to specific file revisions.

SVN doesn't even (yet) expose per-file revisions to the user! It's
built in a completely different way. Your feature would require a
*massive* redesign.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 31 23:47:27 2004

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.