Re: What C structure contains the HTTP Headers

2010-08-13 Thread Julian Reschke
On 12.08.2010 22:29, Loren Cahlander wrote: After discussing things with Mike, I an going to be making the changes through the HTTP PROPPATCH method. ... Great! If you have protocol (RFC 3253) specific questions, please do not hesitate to ask. (In doubt cc me directly because I usually do no

Re: What C structure contains the HTTP Headers

2010-08-12 Thread Loren Cahlander
After discussing things with Mike, I an going to be making the changes through the HTTP PROPPATCH method. Thank you Mike and Hyrum for you help and patience. Loren On Aug 12, 2010, at 12:33 PM, C. Michael Pilato wrote: > On 08/12/2010 12:49 PM, Loren Cahlander wrote: >> I want to change the

Re: What C structure contains the HTTP Headers

2010-08-12 Thread C. Michael Pilato
On 08/12/2010 12:49 PM, Loren Cahlander wrote: > I want to change the following function in subversion/mod_dav_svn/version.c > to get those two headers values and set the values for SVN_PROP_REVISION_LOG > and SVN_PROP_REVISION_AUTHOR. Is there a simple way to get the request_rec > structure fr

Re: What C structure contains the HTTP Headers

2010-08-12 Thread Loren Cahlander
On Aug 12, 2010, at 11:12 AM, Hyrum K. Wright wrote: > On Thu, Aug 12, 2010 at 11:07 AM, C. Michael Pilato > wrote: >> On 08/12/2010 12:04 PM, Loren Cahlander wrote: >>> Hello there, >>> >>> I am trying to make a change to mod_dav_svn on my server and need to get >>> a value out of the HTTP hea

Re: What C structure contains the HTTP Headers

2010-08-12 Thread C. Michael Pilato
On 08/12/2010 12:12 PM, Hyrum K. Wright wrote: > On Thu, Aug 12, 2010 at 11:07 AM, C. Michael Pilato > wrote: >> On 08/12/2010 12:04 PM, Loren Cahlander wrote: >>> Hello there, >>> >>> I am trying to make a change to mod_dav_svn on my server and need to get >>> a value out of the HTTP headers. I

Re: What C structure contains the HTTP Headers

2010-08-12 Thread Hyrum K. Wright
On Thu, Aug 12, 2010 at 11:07 AM, C. Michael Pilato wrote: > On 08/12/2010 12:04 PM, Loren Cahlander wrote: >> Hello there, >> >> I am trying to make a change to mod_dav_svn on my server and need to get >> a value out of the HTTP headers. I have not developed in C in quite a >> while and would app

Re: What C structure contains the HTTP Headers

2010-08-12 Thread C. Michael Pilato
On 08/12/2010 12:04 PM, Loren Cahlander wrote: > Hello there, > > I am trying to make a change to mod_dav_svn on my server and need to get > a value out of the HTTP headers. I have not developed in C in quite a > while and would appreciate any help by pointing me in the right > direction. I can t