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

Re: diff/log behaviour inconsistency

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-05-29 22:52:48 CEST

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   <brane_at_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
Received on Sat Jun 1 14:23:29 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.