On Mon, Mar 3, 2014 at 2:56 AM, Rita wrote:
> I am trying to achieve this, every time I commit to svn I automatically run
> hooks to test my libraries, ATM I am doing this manually
>
> cd libs
> PYTHONPATH=. python test_lib.py
>
> and if everything passes I do a svn commit -m 'committing code'
>
Hi,
I am trying to achieve this, every time I commit to svn I automatically
run hooks to test my libraries, ATM I am doing this manually
cd libs
PYTHONPATH=. python test_lib.py
and if everything passes I do a svn commit -m 'committing code'
I don't have access to my svn server so I can't crea