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

Re: Trouble with revert command

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 25 Jan 2012 11:21:26 +0000

<Joe.Floeder_at_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
Received on 2012-01-25 12:22:07 CET

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.