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

Re: "svn branch" and "svn label"

From: Brian Denny <brian_at_briandenny.net>
Date: 2002-10-15 19:04:57 CEST

> Noel Yap <yap_noel@yahoo.com> writes:
> > How is tag protection being done now?
>
> By not committing a second time under tag directories :-).

doesn't the "global revision number per commit" feature
make (non-branch) tags kind of unnecessary/redundant anyway?

% cat version_history.txt
beta72 2345
beta73 2976
...
% svn up `grep beta72 version_history.txt | awk '{ print $2 }'`

Noel: i understand that you want to be able to have unmodifiable tags
and modifiable branches. But i'm still not clear on why you need a
particular directory structure. Is there a reason, other than the desire
to prevent commits on tags?

-brian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 15 19:11:30 2002

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.