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

special switch

From: Frank Kulow <kulow_at_gmx.de>
Date: Fri, 29 Aug 2008 12:44:03 +0200

Hallo NG,

my repository: main/m.txt
                      branch/b.txt

i need a wc with a single switched file:

in main:
----------
$ svn st -qu
M 5 m.txt
     S 5 b.txt
Status bezogen auf Revision: 6
------------

b.txt is switched

how can i get this wc without "svn ci"?

my bad way in a normal wc in main:
-----------
touch b.txt
svn add b.txt
svn sw file:///C:/cygwin/home/temp/testsvn/branch/dummy.txt b.txt
svn ci -m "" b.txt
svn sw file:///C:/cygwin/home/temp/testsvn/branch/b.txt b.txt
svn del -m "" file:///C:/cygwin/home/temp/testsvn/branch/dummy.txt
-------------

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-08-29 22:11:56 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.