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

Re: tags in subversion

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-03-18 16:45:32 CET

Alejandro Dobniewski <Alejandro.Dobniewski@siemens-itron.com.ar> writes:
> I have some doubts I would like to get some feedback about using tags.
> 1) I understand that in subversion a tag (or branch) is a copy by reference
> of a virtual directory in the repository. Is there a way for a user to know
> from what directory-version a tag/branch/copy was copied?

svn log -v

> 2) CVS does know the difference between a tag or branch. I was thinking in
> using a property to distinguish between a plain directory and a tag/branch
> one. This way a client could recognize automatically which directories are
> tags or branchs and draw them differently. I would like to hear comments on
> this approach.

Sure. You could also base it on the URL (i.e., does the URL have a
path component named "branches" or "tags" in it).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 18 17:24:07 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.