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