Log HTTP header for autoversioning
From: Loren Cahlander <loren.cahlander_at_gmail.com>
Date: Thu, 12 Aug 2010 09:40:52 -0500
I ran across this in the subversion archives:
http://thread.gmane.org/gmane.comp.version-control.subversion.devel/55794
I am also needing this feature. Could someone supply me with a patch or help tell me how to get a HTTP header property while in version.c
svn_error_t *
logmsg = apr_psprintf(pool,
logval = svn_string_create(logmsg, pool);
/* Notate that this revision was created by autoversioning. (Tools
return SVN_NO_ERROR;
Since I am in control of the subversion on our server, I can implement this. I have not done C development in quite a long time. I have been doing Java and XQuery. I would appreciate any help that you might be able to provide.
Thank you,
Loren
|
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.