Re: pre-commit hook - acces file content?
From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-07-07 19:24:31 CEST
On Jul 7, 2006, at 16:20, Ute Platzer wrote:
> I'd like to write a pre-commit hook that checks the committed file
Hi Ute. The basic strategy is:
- call "svnlook changed" on the transaction to see what files are
Here's an example that does some checking on committed Java files;
http://svn.haxx.se/users/archive-2006-06/0853.shtml
---------------------------------------------------------------------
|
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.