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

svn revert .?

From: Roger Lipscombe <roger_at_differentpla.net>
Date: 2003-10-15 23:00:18 CEST

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:

vague:~/tmp/repos> vi Todo.txt
vague:~/tmp/repos> svn st
M Todo.txt
vague:~/tmp/repos> svn revert .
vague:~/tmp/repos> svn st
M Todo.txt

If I specify the file explicitly, it works:

vague:~/tmp/repos> svn revert Todo.txt
Reverted Todo.txt
vague:~/tmp/repos> svn st
vague:~/tmp/repos>

Regards,
Roger.

---------------------------------------------------------------------
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:01:28 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.