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

Re: Chaining externals for tag management

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2006-02-20 20:41:45 CET

On 2/16/06, Andy Levy <andy.levy@gmail.com> wrote:
> "does the process
> below make sense?"
>
> 0) We decide that /project/trunk at rev 172 is solid in dev, and ready for beta
> 1) Set svn:externals on /project/tags/beta to point at
> http://server/Repos/project/trunk@172. Assuming no other commits have
> happened, we're now at rev 173, correct?
> 3) Build in beta from http://server/Repos/project/tags/beta
> 2) We complete beta testing and we're satisfied with the results. No
> other commits have happened in the repository.
> 3) Set svn:externals on /project/tags/production pointing at
> http://server/Repos/project/tags/beta@173
> 4) Build in production from http://server/Repos/project/tags/production

It looks like this isn't going to work. I can't seem to get the
directory structures to work out in the final checked-out versions the
way I want them.

Guess I'll have to point /tags/beta at /trunk@whatever
and/tags/production at /trunk@whatever_else. Not as streamlined as
I'd hoped, but I think it'll still work.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 20 20:42:56 2006

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.