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

Re: Svnserve Logging (Yet again)

From: Peter Samuelson <peter_at_p12n.org>
Date: 2006-06-27 20:41:38 CEST

[Garrett Rooney]
> That's all well and good, but you still have to provide some way to
> rotate the logs. Now that might just be "restart svnserve" or
> something like that, it just needs to be possible.

By which he means, close() and immediately open() the log file. You
don't have to provide an actual mechanism for log rotation, that is
normally done by system scripts. But those scripts have to be able to
tell you to close the log file then open the file of the same name,
which will actually be a new empty file.

Received on Tue Jun 27 20:45:18 2006

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.