You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Patrik Husfloen <pa...@student.liu.se> on 2002/05/29 20:30:39 UTC

diff/log behaviour inconsistency

if you do
svn log -r100:101 foo\bar.c
that works great

svn log -r100:101 foo/bar.c
also works great, however

svn diff -r100:101 foo\bar.c
does not work, it errors out with:
svn_error: #21031 : <Can't find an entry>
  convert_to_url: foo\bar.c is not versioned

svn diff -r100:101 foo/bar.c
does work however.

it would be nice if  '\' would work in diff as well.
I should add I'm using rev2016 since anything later wont compile atm, if 
this has been fixed already  I apologize.

/patrik


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: diff/log behaviour inconsistency

Posted by Branko Čibej <br...@xbc.nu>.
Patrik Husfloen wrote:

> if you do
> svn log -r100:101 foo\bar.c
> that works great
>
> svn log -r100:101 foo/bar.c
> also works great, however
>
> svn diff -r100:101 foo\bar.c
> does not work, it errors out with:
> svn_error: #21031 : <Can't find an entry>
>  convert_to_url: foo\bar.c is not versioned
>
> svn diff -r100:101 foo/bar.c
> does work however.
>
> it would be nice if  '\' would work in diff as well.
> I should add I'm using rev2016 since anything later wont compile atm, 
> if this has been fixed already  I apologize. 


Look at

http://subversion.tigris.org/issues/show_bug.cgi?id=603



-- 
Brane Čibej   <br...@xbc.nu>   http://www.xbc.nu/brane/



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org