> Suppose I have a directory tree:
> 
>   foo/
>      bar/
>         zig
> 
> and I delete the tree foo/bar and replace it by a file foo/bar.
> What
> should "svn revert --depth=files foo" do?  Should it revert
> foo/bar?
> How much of foo/bar should it restore?

You have done the following:

1. Delete a folder.

2. Add a file.

If you revert "foo" it will remove the add, but it won't restore the folder... 
you would have to revert the delete which would restore the folder.

BOb

Reply via email to