<div dir="ltr">Hi,<div><br></div><div><br></div><div>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</div><div><br></div><div>cd libs</div>
<div>PYTHONPATH=. python test_lib.py</div><div><br></div><div>and if everything passes I do a svn commit -m 'committing code' </div><div><br></div><div>I don't have access to my svn server so I can't create my own hooks (or can I?)</div>
<div><br></div><div>Also, I would like to auto-document my library and project so, when I do a svn commit I would like to generate a sphinix-doc (and I am open to suggestions).  In the source code do I need to do anything special to my Classes and Functions?</div>
<div><br></div><div>class myClass(object):</div><div>  ""do I need to do anything special here"""?</div><div><br></div><div>Ideally, I would like to automatically draw a UML diagram since my codebase is rather large.</div>
<div><br></div><div><br></div><div><br></div><div><br></div><div>How do people achieve this?</div><div><br></div><div><br></div><div><div><br></div>-- <br>--- <span>Get your facts first, then you can distort them as you please.</span>--
</div></div>