Konstantin Kolinko wrote on Sat, Nov 12, 2011 at 11:00:10 +0400: > 2011/11/12 Germán Arias <ger...@xelalug.org>: > > Hi. After replace a file inside directory "staticOfRigidBodies", > > seems like I have a branch: > > > > german@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.