You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Chris Wein <cw...@mobilygen.com> on 2005/03/30 05:53:41 UTC

Making a tag from a mixed rev WC

Are there any risks from making a tag from a mixed revision working copy
that has no modified files in it whatsoever?  Basically, I want to
handcraft a WC with various "svn update"s, test it and then tag it by
doing a "svn copy wc url".  Does this work?

Now, I do believe there are real problems in copying a WC that has
modifications in it due to the extra commits required.



-- 
Chris Wein
Software Manager
Mobilygen Corp.
E-Mail : cwein@mobilygen.com
Phone  : 408-869-4035


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Making a tag from a mixed rev WC

Posted by William Nagel <bi...@stagelogic.com>.
> Are there any risks from making a tag from a mixed revision working 
> copy
> that has no modified files in it whatsoever?  Basically, I want to
> handcraft a WC with various "svn update"s, test it and then tag it by
> doing a "svn copy wc url".  Does this work?

I do this all the time.  It works just fine.

> Now, I do believe there are real problems in copying a WC that has
> modifications in it due to the extra commits required.

Doing this seems to work just fine, too.  When you copy the WC, any 
local modifications are copied along with it.

-Bill


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org