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

Re: Defining branch life-cycles in subversion

From: Noel Yap <yap_noel_at_yahoo.com>
Date: 2002-11-08 16:47:22 CET

--- Greg Dickie <greg@max-t.com> wrote:
> Well it just doesn't make much sense to me I guess.
> If I want to know what
> state a branch is in for example ( working,
> ready_for_review,
> rejected,approved ) where would I look for that? I
> guess I could make it work
> but then I'd be carrying those properties over on
> each subversion of the
> branch directory....

Maybe I don't quite understand the problem. It sounds
like you should be able to query for the value of the
property on the HEAD version of the branch. Am I
missing something?

OTOH, from your last sentence above, and the fact that
you mentioned ClearCase in your prior email, you may
be under the impression that Subversion will have
versions under the branches like the following:
  branch/0
         1
         2

Instead, Subversion versions the /entire/ repository
so you really get something like:
  0
  1/branch1
  2/branch1
    branch2

Please excuse and correct me if I'm making incorrect
assumptions on your knowledge.

HTH,
Noel

__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 8 16:48:08 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.