replacing "svn copy"'ed dirs
From: SLOGEN <jensen_at_slog.dk>
Date: 2003-10-01 13:10:31 CEST
SVN is working great for me, but I have some problems on how to re-copy
When creating compositions in svn, using the "svn copy" command, like:
C:\temp\wc\myproject>svn copy
How should i go about "upgrading" to a new version of "somelib" in
C:\temp\wc\myproject>svn copy
But that doesn't really produce the right result, so quickly:
C:\temp\wc\myproject>svn del --force somelib/1.0.2
When switching:
C:\temp\wc\myproject>svn switch
SVN does not see this as a change to myproject, contrary to what I would
C:\temp\wc\myproject>svn status
So SVN cannot commit that:
C:\temp\wc\myproject>svn commit -m "now using somelib-1.0.2"
merge doese the right thing:
C:\temp\wc\myproject>svn merge
But doesn't generate the right history:
C:\temp\wc\myproject>svn log -v -r 11 .
upgraded to somelib-1.0.2
since I now lost track of where the content of somelib came from.
(svn del ...; svn copy ...) is not good either, since, it cannot work as
C:\temp\wc\myproject>svn del somelib
C:\temp\wc\myproject>svn copy
A somelib\1.0.3\file
so im left with the workaround:
C:\temp\wc\myproject>svn del --force somelib
which is really not very satisfactory...
-- Helge --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed Oct 1 13:18:38 2003 |
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.