Re: Note for people using Subversion within PowerShell on Windows

2010-11-23 Thread Andy Levy
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

Re: Note for people using Subversion within PowerShell on Windows

2010-11-23 Thread Ryan Schmidt
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

Note for people using Subversion within PowerShell on Windows

2010-11-23 Thread Andy Levy
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