[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: Alejandro Dobniewski <Alejandro.Dobniewski_at_siemens-itron.com.ar>
Date: 2003-03-18 18:54:35 CET

Yes, but I was trying to avoid depend on an URL pattern ( like /tag ). Some
user may prefer other names (like /releases), and maybe localized names
(like spanish).

-----Mensaje original-----
De: Karl Fogel [mailto:kfogel@newton.ch.collab.net]
Enviado el: Martes, 18 de Marzo de 2003 12:46
Para: Alejandro Dobniewski
CC: 'dev@subversion.tigris.org'
Asunto: Re: tags in subversion

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 18:54:09 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.