[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

switch to "merged" wc

From: Frank Kulow <kulow_at_gmx.de>
Date: Wed, 30 Jul 2008 14:01:26 +0200

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_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-30 16:15:59 CEST

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.