Rename svn module and improve standalone use of SvnRepo class
That MR brings some improvements to the SvnRepo
class in order to ease its
use as a standalone SVN client wrapper:
-
svn
module got renamed tosvn_repo
as it is a better naming - add some default parameters to
SvnRepo
class constructor in order to simplify initialization of such object for standalone use - make
origin_url
parameter ofinfo
method optional - add some tests for the
SvnRepo
class - remove useless methods in
SvnRepo
class