Re: Avoinding file handle leak using the Python bindings & core.Stream

2012-04-17 Thread Trent Nelson
On Apr 16, 2012, at 5:29 AM, Willmer, Alex (PTS) wrote: > Hello, > > I've been working on an full text search plugin for Trac. At initial setup > this indexes the entire Subversion repository by reading every node of every > version. During testing we discovered that the indexer was running ou

Re: commit hooks - is there a hook which is called after commit even if its not successful

2012-03-06 Thread Trent Nelson
On 2/23/12 10:50 AM, "Torsten Krah" wrote: > >In theory yes it would work to do the same thing again in post-commit - >but pre-commit already did all the work before. Would be nice if there >would be no need to parse and analyze things twice, may take time and >resources depending on the commit