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

Re: refrobnicated repository again

From: <cmpilato_at_collab.net>
Date: 2002-01-25 17:36:02 CET

Ben Collins-Sussman <sussman@collab.net> writes:

> But we need a *separate* commit-hook script that cleans up logfiles in
> the live repository., don't you think?

Not really. We could do something that small inline in the
post-commit hook, right?

   for logfile in `db_archive -a -h ${repos}/db`; do rm ${logfile}; done

I mean, that's all there is to it, correct?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:59 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.