You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Frank Kulow <ku...@gmx.de> on 2008/07/30 12:01:26 UTC

switch to "merged" wc

hallo,

in the repository i have trunk and a branch:

srv/
    trunk/
             a.txt
             b.txt
    branches/
             c.txt



how can i get this wc:


wc/a.txt
     /b.txt
     /c.txt



so that c.txt is switched?
and:


$ svn st -qu
       *     4587   a.txt
       *     4587   b.txt
    S        4587   c.txt
Status bezogen auf Revision:   4589



$ svn info c.txt |grep URL
URL: http://.../branches/c.txt


$ svn info b.txt |grep URL
URL: http://.../trunk/b.txt


$ svn info  |grep URL
URL: http://.../trunk

thanks frank



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