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

diff/log behaviour inconsistency

From: Patrik Husfloen <pathu440_at_student.liu.se>
Date: 2002-05-29 22:30:39 CEST

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
Received on Sat Jun 1 14:23:32 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.