0

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?

4

1 回答 1

1

在不同的目录结构中重新组织您的子项目。

/navigator/main
/navigator/workbench
/navigator/example
于 2012-11-19T15:30:45.863 回答