[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-11-08 16:05:46 CET

Garrett Rooney <rooneg@electricjellyfish.net> writes:

> Greg Dickie wrote:
>
> >Hi,
> >
> > I'm trying to put a layer on top of subversion in order to enforce
> > a development process with things like code reviews, automated
> > merging, etc. I hace done this before with clearcase. I was thinking
> > I could use unversioned properties on a branch URL to keep things
> > like state information but I guess I didn't understand how
> > properties were implemented.
>
> why do you want to use unversioned properties? is there anything
> keeping you from using standard versioned properties?

And anyway, there *are* unversioned properties, but they only exist on
the revision itself, i.e. they're attached to the tree as a whole.
The only unversioned props we're using right now are "svn:date",
"svn:author", and "svn:log". But you're certainly free to attach any
other unversioned props to trees.

---------------------------------------------------------------------
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:07:43 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.