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

Re: Question regarding revision handling and labeling

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-09-03 18:03:58 CEST

Hans Holmberg wrote:
> I work for a company that's looking at replacing the current
> version-handling system with something else (read newer & better).
>
> I have been testing subversion for a couple of days now and there's one
> feature I'm missing. We have something we call a "production-label". We
> issue one when the current development and testing cycle has finished and
> the current version is production ready. What it means is basicly labling
> a version in the repository that this version is a production-version.
>
> The label is only a text-string that is used check out the correct version
> in the production environment, ie. like:
> Setting: svn label --revision 945 "my_production_tag" projectname
> Getting: svn checkout --label "my_production_tag" projectname

Is there any reason why tags, as implemented by "svn copy" and described in
the svnbook, do not fulfil your needs?

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 3 18:04:50 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.