How do I migrate an SVN repository to another SVN repository?

前端 未结 9 962
小蘑菇
小蘑菇 2020-12-07 13:07

Is there a simple way to copy a directory from one repository into another repository with copying all of the history?

9条回答
  •  萌比男神i
    2020-12-07 13:56

    In case this helps others, there is svn2svn to replay changesets from one Subversion repository to another:

    https://github.com/tonyduckles/svn2svn

提交回复
热议问题