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

Re: svn revert .?

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2003-10-15 23:13:52 CEST

Roger Lipscombe wrote:
> If I want to revert all changes in just the current directory, how do I do
> this? 'svn revert .' doesn't appear to do anything:

svn revert is nonrecursive by default, so it just reverted the directory
itself, not the files in it. you can pass --recursive to get recursive
behavior, but because of the risk of losing data accidentally we did not
make that the default.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 15 23:15:42 2003

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.