Missing path element with 'diff --git'

2015-12-14 Thread Adam Lackorzynski
Hi,

with 'svn diff --git', the diff output is missing the last path element:

+ svn diff -r1:2 --git file:///tmp/t/repo/dir1/dir2
Index: file
===
diff --git a/dir1/file b/dir1/file
--- a/dir1/file (revision 1)
+++ b/dir1/file (revision 2)
@@ -1 +1,2 @@
 line1
+line2

It should be
diff --git a/dir1/dir2/file b/dir1/dir2/file
--- a/dir1/dir2/file 
etc.

Additionally, shouldn't the index_path also be the full path rather than
just the relative one?

This happens with both 1.9 and trunk.

Script to reproduce:
et -x
rm -rf /tmp/t
mkdir /tmp/t
svnadmin create /tmp/t/repo
cd /tmp/t
svn co file:///tmp/t/repo s
cd s
mkdir -p dir1/dir2
echo line1 > dir1/dir2/file
svn add dir1
svn ci -mcommit1 dir1
echo line2 >> dir1/dir2/file
svn ci -mcommit2 dir1
svn diff -r1:2 --git file:///tmp/t/repo/dir1/dir2


BR,
Adam


Re: undefined symbol ap_casecmpstr error while enabling mod_cern_meta module

2015-12-14 Thread Eric Covener
On Mon, Dec 14, 2015 at 2:20 AM, Manchala Rajesh
 wrote:
> Could you please review the recent changes on svn on this file and let us
> know whether any modification that we can do from our end to get rid of this
> error.

Don't download it from trunk unless you're running the rest of trunk. Further
discussion on us...@httpd.apache.org please, the current lists are not
appropriate.



-- 
Eric Covener
cove...@gmail.com