Hi,

We're trying to build a generic integration system for RhodeCode that would 
also support Subversion. The problem we're now having is how to transmit 
some data during e.g commit operation from our system into running hooks. 
Our idea now is to use apache and set some special HTTP headers, and 
Enviroment variables when using the HTTP protocol. 

However after reading some threads, it seems that when subversion executes 
hooks it clears the enviroment variables. Is there ANY way to inherit some 
env set by apache?

Cheers

Reply via email to