Re: Getting file source in commit hook
From: Robert Denton <robert_at_headsprout.com>
Date: Tue, 04 Mar 2008 07:43:47 -0800
This is an interesting approach, but how do you determine the name(s) of the files being committed? In my case, I do not need to see the contents of the files being committed, rather, I need to be able to look at the names of the files being committed to decided if further action is required.
In a post commit hook, I believe the only vars passed to the hook are the /path/to/repo itself (not specific enough) and the revision number.
Robert
From: prakash tiwary [mailto:prakash.tiwary_at_gmail.com]
Hi,
On Mon, Mar 3, 2008 at 12:52 PM, scott carter <scottallencarter_at_gmail.com> wrote:
I have a task that I am hoping is somewhat common but not quite sure how to accomplish it. I need to get the content of to-be-committed files in a pre-commit hook. The reason for this if because we use the Jalopy code formatter, and I have been tasked with checking that to-be-commits conform to our coding standards. This is very easy to do in Jalopy, but I need to get the content of the to-be-committed files in the pre-commit hook to run the script. How can I do this on the server side?
|
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.