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

Re: Status S

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sat, 12 Nov 2011 22:47:06 +0200

Konstantin Kolinko wrote on Sat, Nov 12, 2011 at 11:00:10 +0400:
> 2011/11/12 Germán Arias <german_at_xelalug.org>:
> > Hi. After replace a file inside directory "staticOfRigidBodies",
> > seems like I have a branch:
> >
> > german_at_german-desktop:~/Instalados/FisicaLab$ svn status
> > ?      FisicaLab.app
> > ?      obj
> > M      MIInformacion.m
> >    S  English.lproj/staticRigidBodies.gorm
> > M      ChangeLog
> > M      Spanish.lproj/staticRigidBodies.gorm/viga2FSE.tif
> > M      Spanish.lproj/staticRigidBodies.gorm/vigasArm.tif
> > M      Spanish.lproj/staticRigidBodies.gorm/vigaSE.tif
> >
> > After revert all files in dir "staticOfRigidBodies", the branch is still
> > there.
> > How can I delete it? Thanks in advance.
>
> Run "svn switch" on the file using its URL for trunk.
>
> That will switch it back to trunk.

By the way, running switch on the wc root --- for example,

    svn switch `svn info | grep ^URL | awk '{print $2}'`

--- has the effect of undoing _all_ subtree switches.
Received on 2011-11-12 21:47:55 CET

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.