Trying to emulate moving tags under CVS and update working copy to that tag.
From: John Rouillard <rouilj_at_renesys.com>
Date: 2006-06-01 19:37:52 CEST
Hello all:
I am the author of Config. A mechanism for maintaining systems (sort
Subversion sort of works to replace CVS (modulo not restoring
A few sites that deploy config maintain a "production" tree of tested
check out working copy of file to change
This "production" tree is identified by a tag "prod" on the files that
I am trying to produce a similar mechanism for svn. Ideally I need to
permits verification of the change against the work tree before
works in the repository only without a working copy
allows preservation of local changes in the production tree
provides a link that shows which revision of the working
As an example: svnrepo/work/users/sudoers needs to be promoted to
svn copy
but this generates an error:
svn: Path 'production/users/sudoers' already exists
I could also "svn merge .../svnrepo/production/users/sudoers
svn diff .../svnrepo/work/users/sudoers@HEAD db
(i.e. mix a URL and a local working copy) to see what the differences
Once that is done I think I can:
svn propset config:revision 544 .../svnrepo/work/users/sudoers
to record the current 'production file version' -> 'working file
I have seen email chains on tagging:
http://svn.haxx.se/dev/archive-2004-04/0131.shtml
that seem to echo my dilemma. Having tags/branches in the file system
Is the above the best I can do? Does anybody have any tips for
-- -- 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 Jun 1 19:39:24 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.