Add option for excluding paths from conversion
commit6921460e72b6eeed387003f9ec4402de2865b11e
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Mon, 28 Mar 2011 07:22:09 +0000 (28 07:22 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Mon, 28 Mar 2011 07:22:09 +0000 (28 07:22 +0000)
tree3407300f3ee7a3efb019b38d27428989b76429ec
parent6aeb180a44dcdf54151cd8912491ce3b76d691ea
Add option for excluding paths from conversion

The option can be passed in run_options.set_project, e.g.:
  exclude_paths=set(["file-to-exclude.txt,v", "dir/to/exclude"])

The path should be relative to the repository directory and use slashes.

Patch by: Robin Stocker <robin@nibor.org>

git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@5332 be7e6eca-30d4-0310-a8e5-ac0d63af7087
cvs2bzr-example.options
cvs2git-example.options
cvs2hg-example.options
cvs2svn-example.options
cvs2svn_lib/dvcs_common.py
cvs2svn_lib/project.py
cvs2svn_lib/repository_walker.py
cvs2svn_lib/svn_run_options.py