Frederic Melot wrote on Wed, 27 Aug 2008 at 13:56 +0200:
> Hello,
>
> I already sent this email to users_at_subversion.tigris.org, with no reply, so I
> post it to dev_at_subversion.tigris.org!
>
> Here is the result of a svnlook diff command with svn 1.4.5:
> svn-1.4.5/bin/svnlook diff --revision 1607 /SVN/quattor/
> Copied: scdb/tags/2008/08/08-16.48.11 (from rev 1606, scdb/trunk)
>
> I upgraded the server and the client to svn 1.5.1 and now the result is empty
> for the same command:
> svn-1.5.1/bin/svnlook diff --revision 1607 /SVN/quattor/
>
I can't reproduce this:
### 1.4.5
% svnlook --version | head -1
svnlook, version 1.4.5 (r25188)
% svnlook diff -r2 repos1
Copied: trunk/iota2 (from rev 1, trunk/iota)
===================================================================
--- trunk/iota2 (rev 0)
+++ trunk/iota2 2008-08-28 05:04:59 UTC (rev 2)
@@ -0,0 +1 @@
+This is the file 'iota'.
### 1.5.1
% svnlook --version | head -1
svnlook, version 1.5.1 (r32289)
% svnlook diff -r2 repos1
Copied: trunk/iota2 (from rev 1, trunk/iota)
===================================================================
--- trunk/iota2 (rev 0)
+++ trunk/iota2 2008-08-28 05:04:59 UTC (rev 2)
@@ -0,0 +1 @@
+This is the file 'iota'.
### trunk_at_HEAD
% svnlook --version | head -1
svnlook, version 1.6.0 (dev build-r32777)
% svnlook diff -r2 repos1
Copied: trunk/iota2 (from rev 1, trunk/iota)
===================================================================
--- trunk/iota2 (rev 0)
+++ trunk/iota2 2008-08-28 05:04:59 UTC (rev 2)
@@ -0,0 +1 @@
+This is the file 'iota'.
> Has someone an idea of the origin of this difference of result?
>
> Thanks in advance
>
> Best regards,
> Frederic Melot
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-08-28 07:11:32 CEST