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

RE: Moving a tag

From: Nicklas Norling <nicklas.norling_at_ifsab.se>
Date: 2004-05-12 12:30:37 CEST

Hugo,

That should work nicely for my demands.

Tack!

/Nicke

> -----Original Message-----
> From: Hugo Heden [mailto:heden@foi.se]
> Sent: den 12 maj 2004 12:25
> To: Nicklas Norling
> Cc: users@subversion.tigris.org
> Subject: Re: Moving a tag
>
>
>
> Tja Nicklas,
>
> > In CVS I created a tag 'latest_build' and then used to
> "move" that tag
> > to newer versions as they where tested.
> >
> > I can't seem to find any references to how this would be done in
> > subversion.
>
>
>
> How about something like this?
>
> 1) Use the ~/projname/tags area for regular tags (as described in
> documentation) (if needed)
>
> 2) maintain one tag call "latest_build" in the
> ~/projname/tags area as well.
>
> 3) When a new "stable" tag is created, (or when the trunk
> seems stable enough or when you have a working copy that
> seems stable enough, *svn
> delete* the old latest_build tag (if any), and then *create a
> new one*.
>
> Try e.g
>
> $ cd ~/projname/
> $ ls
> trunk tags branches
> $ svn delete tags/latest_build
> $ ls tags
> [no latest_build here]
> $ svn copy trunk tags/latest_build
> $ svn commit
>
> Best Regards
> Lycka Till
>
> Hugo Heden
>
> On Wed, 12 May 2004, Nicklas Norling wrote:
>
> > Hi.
> >
> > I have a question that I haven't been able to find an
> answer for. I'm
> > hoping anyone of you have a solution.
> >
> > I've got a continuous integration server building code from
> trunk but
> > would also like to setup a more stabile build environment based on
> > some more well tested version of the code.
> >
> > In CVS I created a tag 'latest_build' and then used to
> "move" that tag
> > to newer versions as they where tested.
> >
> > I can't seem to find any references to how this would be done in
> > subversion.
> >
> > Can it be done? If so, how would I go about. And if it's
> not possible
> > is there a work around?
> >
> > /Nicke
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 12 12:31:10 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.