Re: excluded path showing up in branches
Michael Haggerty <[email protected]> Wed, 13 Aug 2014 19:48:13 +0200
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.user |
|---|---|
| Message-ID | <[email protected]> |
On 08/13/2014 03:25 PM, Jo Rhett wrote:
> We have a CVS repo we are trying to split into two. For example
>=20
> sa/main/bin
> sa/main/tests
> sa/main/web
>=20
> The options file had
>=20
> run_options.set_project(
> r'/cvsroot/sa/main',
> =E2=80=A6(standard options, nothing custom)...
> exclude_paths=3D['sa/main/tests'],
> )
>=20
> When it initially listed the files being imported I didn't see any
tests paths. However when I checked out the imported repo, there were a
few hundred files in main/tests =E2=80=A6
The "exclude_paths" should be relative to the first argument
r'/cvsroot/sa/main', so should presumably be
exclude_paths=3D['tests'],
in your case.
Hope that helps,
Michael
--=20
Michael Haggerty
[email protected]
------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=3D1670&dsMessageId=3D=
3086703
To unsubscribe from this discussion, e-mail: [[email protected]=
ris.org].