Brian Mitchell
Brian Mitchell

Reputation: 151

Filter subprojects from Main SVN Repository

We have one main repository but we want to split these into different repositorys.

The problem is we have a bunch of sub-projects that start with the same name for example:

\navigator
\navigator workbench
\navigator example 

I'm using the command:

svndumpfilter include navigator --drop-empty-revs < svn-sump > navigator.dump

And we keep getting a error message halfway through, is there anyway around this?

Upvotes: 0

Views: 46

Answers (1)

Gilbert Le Blanc
Gilbert Le Blanc

Reputation: 51445

Reorganize your sub-projects in a different directory structure.

/navigator/main
/navigator/workbench
/navigator/example

Upvotes: 1

Related Questions