On Tue, Nov 23, 2010 at 16:08, Ryan Schmidt
wrote:
>
> On Nov 23, 2010, at 10:19, Andy Levy wrote:
>
>> I was just experimenting with a PowerShell v2 session (instead of the
>> basic Command Prompt) and got the following:
>>
>> PS C:\_Projects> svn diff -r {2010-11-22}:HEAD
>> svn: Syntax error in
On Nov 23, 2010, at 10:19, Andy Levy wrote:
> I was just experimenting with a PowerShell v2 session (instead of the
> basic Command Prompt) and got the following:
>
> PS C:\_Projects> svn diff -r {2010-11-22}:HEAD
> svn: Syntax error in revision argument '-encodedCommand'
>
> If the revision ra
I was just experimenting with a PowerShell v2 session (instead of the
basic Command Prompt) and got the following:
PS C:\_Projects> svn diff -r {2010-11-22}:HEAD
svn: Syntax error in revision argument '-encodedCommand'
If the revision range is enclosed in quotes, it works properly:
PS C:\_Projec