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

Re: Special support for tags and branches

From: Danny van Heumen <danny.vanheumen_at_hccnet.nl>
Date: 2006-07-13 18:54:17 CEST

hakon@ion.no wrote:
> Exactly, and that's why the 'tags' location must be per directory. For the
> above example, there could be the following properties:
> /trunk:
> svn:tagslocation = /tags
> svn:brancheslocation = /branches
> /vendor/xercesc/current:
> svn:tagslocation = /vendor/xercesc
>
> The user could give the URLs to /trunk and /vendor/xercesc/current, and
> Subcommander could read off the locations for the tags and branches.
Ok, this sounds good.

Another thing: what should happen when someone selects a subdirectory
from trunk to tag? Because you've indicated in 'trunk' with the property
"svn:tagslocation" where tags will be stored, but we haven't done that
for any subdirectories. (Or have we?)

Do you want an error, tell them that there's no 'svn:tagslocation'
information available, or should we look in parent directories for
'svn:tagslocation', or should we just let the user choose?

(I'm just deepening out the idea a little, because I think we're on the
right track here.)

Danny

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 13 18:55:58 2006

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.