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

[PATCH] Replay report logs the entire session url in httpd access log

From: vijay <vijay_at_collab.net>
Date: Fri, 07 Dec 2012 19:07:05 +0530

Hi,

The REPORT request during replay is being logged in httpd access log
with the entire session url instead of the request path portion of the url.

E.g,

Now the REPORT request during 'svnsync sync' or 'svnrdump dump' is
logged in httpd access log as follows.

<snip>
127.0.0.1 - jrandom [07/Dec/2012:17:26:57 +0530] "REPORT
http://localhost:25001/svn-test-work/repositories/svnsync_tests-1
HTTP/1.1" 200 303
</snip>

After applying this patch, it will look like,

<snip>
127.0.0.1 - jrandom [07/Dec/2012:17:24:21 +0530] "REPORT
/svn-test-work/repositories/svnsync_tests-1 HTTP/1.1" 200 303
</snip>

Attached the patch and log message.

Thanks & Regards,
Vijayaguru

Received on 2012-12-07 14:37:55 CET

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.