Re: inheriting enviroment variables by hooks

2017-11-23 Thread Julian Foad
Johan Corveleyn wrote: It seems that's not possible currently (I've checked with some other devs on #svn-dev on freenode IRC). Marcin, please do join us on the IRC channel if you want to have a 'high bandwidth' chat about this -- maybe more ideas will come from chatting. (Nowadays I recommen

Re: inheriting enviroment variables by hooks

2017-11-23 Thread Johan Corveleyn
On Thu, Nov 23, 2017 at 4:12 PM, wrote: > > Hi Johan, > > I didn't know about that setting thanks for the pointer. > > However It looks like it's a way to set an alternative path to the hooks-env > file. Which is global per repository. What we're trying to solve is to have a > dynamic env that w

Re: inheriting enviroment variables by hooks

2017-11-23 Thread marcin
Hi Johan, I didn't know about that setting thanks for the pointer. However It looks like it's a way to set an alternative path to the hooks-env file. Which is global per repository. What we're trying to solve is to have a dynamic env that would inherit some variables per request. e.g IP address o

Re: inheriting enviroment variables by hooks

2017-11-23 Thread Johan Corveleyn
On Wed, Nov 22, 2017 at 1:36 PM, wrote: > 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