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

bug, svn revert does not restores svn add'ed/rm'ed files

From: Rüdiger Meier <sweet_f_a_at_gmx.de>
Date: Fri, 9 Sep 2011 20:46:32 +0200

Hi,

The subject says it.

$ svn --version
svn, version 1.6.17 (r1128011)

$ svn st
$ touch bla
$ svn add bla
A bla
$ rm bla
$ svn st
! bla
$ svn revert .
$ svn st
! bla

But this works:
svn revert -R .

cu,
Rudi
Received on 2011-09-09 23:25:31 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.