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

Re: Symbolic names for revisions

From: Barry Scott <barry_at_barrys-emacs.org>
Date: 2004-04-18 20:47:39 CEST

At 16-04-2004 03:42, Ben Gollmer wrote:
>I have trouble believing that people can't make Subversion work for them -
>it's totally flexible

Its not totally flexible. Its a database that has optimized some queries,
but others are very expensive.

>and scriptable. It seems that old work habits are the main roadblock.

One of the use cases that I want to solve is being able to know which
tags an item belongs to though out its history. This is an expensive
operation in Subversion, basically you have to retrieve all the
changed paths data and notice when the item you care about is referenced,
taking into account renames etc.

Some form of symbolic naming could help with this problem.

A way of telling subversion that this copy is special (a tag)
could help as well.

Barry

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 21 02:34:12 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.