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

Re: is there any command act like `cvs update -C'

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-04-05 19:27:24 CEST

On Apr 5, 2005, at 12:07 PM, Dick Davies wrote:
>
> for i in `svn status | awk '{print $2}'`
> do
> svn revert $i
> done
>

What's wrong with plain old 'svn revert -R .' ? That's what everyone
does.

That will give you a clean tree with no local edits. The only caveat:
files that were formerly scheduled for addition (A) are now
unversioned, and will show up in 'svn status' as '?'.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 6 17:53:33 2005

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.