pombreda / vcscommand

Automatically exported from code.google.com/p/vcscommand
0 stars 0 forks source link

Allow for svn diff of local file with URL target #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  : VCSVimDiff <file> svn+server://repo/path/<file>[@rev]
 Or : VCSVimDiff  [-r XX] svn+server://repo/path/<file>[@rev]

2. Error returned: "Syntax error in revision argument"

What is the expected output? What do you see instead?
 - the output of 
    $ svn diff --old=file --new=svn+server://repo/path/<file>

What version of the product are you using? On what operating system?
 - vcscommand v.1.99.31
 - [g]vim 7.2 from cygwin
 - svn v.1.6.6 (r40053) from cygwin

Please provide any additional information below.

reference: http://svn.haxx.se/users/archive-2005-01/0781.shtml

Original issue reported on code.google.com by tecnico on 12 Dec 2009 at 12:45

GoogleCodeExporter commented 9 years ago

Original comment by bob.hies...@gmail.com on 26 Jan 2010 at 7:48