Re: Is label support in future release?
From: John Rouillard <rouilj_at_renesys.com>
Date: 2006-11-16 17:38:45 CET
On Wed, Nov 15, 2006 at 02:54:25PM -0800, Tim Hill wrote:
Labels would solve (I think) the problem I am having with maintaining
Ok, so here is a dumb idea for labels:
label: a property on a file svn:label associated with the newest
PRODUCTION: 2 20
would make 'svn up -r PRODUCTION' extract the contents of the
file rev labels latest changed revision
foo2 22 PRODUCTION 22
a/foo3 10 PRODUCTION 13
b/foo4 10 TEST 13
where "rev" is the newest revision for the label.
Now I want to pull all of the files/revisions marked
svn up -r PRODUCTION
should retrieve three files (foo1, foo2, a/foo3) at the "rev" revision
Now I verify that foo1 at revision 20 can be used, so I do a:
svn propedit svn:label foo1
and change "PRODUCTION:2 to PRODUCTION:2 20" and check it in creating
Now when I update my working copy, foo1 is updated to the version at
svn co -r PRODUCTION svn:.../trunk@23
which should check out revision 2 of foo1 again.
It might be possible to do this using un-versioned properties as well
Ideally, I could just use --revprop svn:label:PRODUCTION on any
However it would require traversing down the version tree for the file
Does this lead to ideas on anybody's part?
-- -- rouilj John Rouillard System Administrator Renesys Corporation 603-643-9300 x 111 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Nov 16 17:39:43 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.