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

How to get the repository in custom log?

From: Marziou, Gael <gael.marziou_at_hp.com>
Date: 2007-07-19 11:46:35 CEST

Hello,

I am running Apache + SVN 1.4.4 and I setup a custom log format as
indicated in the SVN book.

LogFormat "%t %u %{SVN-ACTION}e" svn
CustomLog logs/svn_logfile svn env=SVN-ACTION

The problem is that it mod_dav_svn logs actions but without the
repository:

[19/Jul/2007:11:27:22 +0200] gael list-dir '/tests/trunk/'
[19/Jul/2007:11:27:22 +0200] gael checkout-or-export '/tests/trunk'

I would have expected:

[19/Jul/2007:11:27:22 +0200] gael list-dir '/repo1/tests/trunk/'
[19/Jul/2007:11:27:22 +0200] gael checkout-or-export
'/repo1/tests/trunk'

Is it possible to get this behavior?

Thanks,

Gael

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 19 11:47:20 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.