Add option for excluding paths from conversion
[cvs2svn.git] / test-data / main-cvsrepos / cvs2svn.options
bloba42c8c6a38647f8935f635a253efd945a0c4364c
1 # (Be in -*- python -*- mode.)
3 # As a partial check that the example options file is functional, we
4 # use it as the basis for this test.  We only need to overwrite the
5 # output option to get the output repository in the location expected
6 # by the test infrastructure.
8 execfile('cvs2svn-example.options')
10 ctx.output_option = NewRepositoryOutputOption(
11     'cvs2svn-tmp/main--options=cvs2svn.options-svnrepos',
12     )