Re: Auto-cleaning of log files?
From: Michael Price <mprice_at_atl.lmco.com>
Date: 2003-04-04 00:55:22 CEST
Tobias Ringstrom wrote:
There is built-in support. Put something like this in your post-commit hook.
#!/bin/sh
db_archive -a -h /path/to/repo/db | xargs rm
---------------------------------------------------------------------
|
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.