SVN diffs not working?

Isaac Clerencia isaac at warp.es
Sun Apr 10 11:30:28 BST 2005


On Sunday, 10 de April de 2005 10:54, Jeroen Wijnhout wrote:
> Hi,
>
> Perhaps I don't understand svn but it seems that taking diffs in svn is not
> working as it should. In kdelibs/kate/part I'm doing the following:
> $svn diff -r 403136:403235 Makefile.am
> and I get:
> svn: 'https://svn.kde.org/home/kde/trunk/KDE/kdelibs/kate/part/Makefile.am'
> was not found in the repository at revision 403136
> Now, I checked the logs and 403136 is a valid revision number for
> Makefile.am.
>
> Doing:
> svn diff -r403136 Makefile.am
> will give me a diff between HEAD and revision 0, not 403136.
It should work like that:
isaac at aaaabbbb:~/warp/svn/debian/trunk$ svn diff -r 1000:2000 Makefile.am
Index: Makefile.am
===================================================================
--- Makefile.am (.../Makefile.am)       (revision 1000)
+++ Makefile.am (.../trunk/Makefile.am) (revision 2000)
@@ -1,7 +1,21 @@
 ## Process this file with automake to produce Makefile.in
...

-- 
Isaac Clerencia at Warp Networks, http://www.warp.es
Work: <isaac at warp.es>   | Debian: <isaac at debian.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 240 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20050410/f84462a4/attachment.sig>


More information about the kde-core-devel mailing list