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

Re: Propertites on Revision (not files) (Was Defining branch life-cycles in subversion)

From: <pwd_at_mdtsoft.com>
Date: 2002-11-08 18:28:13 CET

On 8 Nov, Ben Collins-Sussman wrote:
> pwd@mdtsoft.com writes:
>
>> How do you attach propertites (say mdt:eco for an Engineering Change
>> Order Number) to a revisions when you do the commit?
>>
>> The book and quick reference guide don't say as far as I can find.
>
> Oops, sorry, unversioned revision-props have always been part of the
> repository (e.g svn:log, svn:date, etc.), but only recently have
> clients been able to tweak them over the network. We've not yet
> documented the feature anywhere put in 'svn help propset':
>
> svn propset -rN propname propval

So what I have to do is

1) make changes to code
2) do the propset thing above
3) svn commit

Humm I was thinging (and looking) at the commit command.... but I think
that a seperate command..... wait one. what about the following case.

BACKGROUND

 we have a thing called an eco (think of it as a bugzilla number) that
 an engineer MUST have to make any change to the code.

NOW

I am working on say eco-10501 and eco-10515 and have changed /bar/foo/stuff.c
for 10515 and have change /bas/bas/main.c for 10501.

I have finished 10501 and will

cd /bas/bas and do a svn commit (ecos tend to be from one point in the tree
 down)

I will enter my comment (under CVS we have a template with the eco: and
 a script that rejects the commit if that is not correct) and commit

if I do the svn propset -rN eco 10501 and forget to do
svn propset -rN eco 10515 before my next commit then I will have the incorect
eco in the commit that takes care of 10515.

I can of course wrap this in a script so that the engineer has to enter
the eco each time.
>
> Also, the UI will be changing soon, so don't habituate just yet. :-)
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

-- 
It is MDT, Inc's policy to delete mail containing unsolicited file attachments.
Please be sure to contact the MDT staff member BEFORE sending an e-mail with
any file attachments; they will be able to arrange for the files to be received.
This email, and any files transmitted with it, is confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error, please advise postmaster@mdtsoft.com
<mailto:postmaster@mdtsoft.com>.
Philip W. Dalrymple III <pwd@mdtsoft.com>
MDT Software - The Change Management Company
+1 678 297 1001
Fax +1 678 297 1003
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 8 18:40:48 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.