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

Re: Bug: svn revert annoys the user by behaving differently from all other commands

From: Scott Palmer <scott.palmer_at_2connected.org>
Date: 2005-03-18 21:47:20 CET

On Mar 18, 2005, at 12:32 PM, Ronny T. Lampert wrote:

> I'm with Ben and want revert to be as simple as possible.
> If I say "revert", then I want the file be reverted to my checked out
> version.
> I don't want "revert" to be automatically recursive, because that's
> dangerous.
> Like making rm per default recurse would be very very dangerous.

I agree with you except for the argument of it being dangerous for rm
to be recursive... non-recursion doesn't even make sense in the context
of rm. When you rm a file there is nothing to recurse into. When you
rm a directory, if successful, implicitly all the children of that
directory go with it. Basically rm has to by definition always be
recursive. :)

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 18 21:49:40 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.