<joe.floe...@sungard.com> writes:

> I run the following from my working copy.
>
> gold:/home/dsi/jmf/dsiwork/13.006dev> svn revert --changelist WT1
> svn: E205001: Try 'svn help' for more info
> svn: E205001: Not enough arguments provided
>
> when I add a path to the command I get nothing...

Revert is non-recursive by default, if the path is not in the changelist
then the operation will have no effect.  Try

   svn revert --changelist WT1 -R .

-- 
Philip

Reply via email to