Staging instance, all changes can be removed at any time

Skip to content

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 to svn_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 of info method optional
  • add some tests for the SvnRepo class
  • remove useless methods in SvnRepo class

Merge request reports

Loading