要点:

repository database需要与svn的版本对应

详细说明:

我在使用TortoiseSVN,将branch和trunk合并时,提示错误: retrieval of mergeinfo unsupported by …

Google了一下,发现有不少文章都说是由于版本不同的原因,与我的情况很类似,我的repository的版本是1.4.x的,但tortoiseSVN的版本是1.5.x的。然后我照着说明执行升级命令:

svnadmin upgrade your_svn_repository_path

执行升级后,一切正常了。

 

参考:

http://www.nabble.com/Retrieval-of-mergeinfo-unsupported-td19774516.html,相同的问题,有回复

http://www.nabble.com/Reintegrate-Branch-failed:-Retrieval-of-mergeinfo-unsupported-td19919037.html

http://subversion.tigris.org/svn_1.5_releasenotes.html#repos-upgrades ,有关升级参考

相关文章:

  • 2021-12-21
  • 2022-12-23
  • 2021-06-12
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-04-01
  • 2021-05-16
  • 2022-12-23
  • 2021-05-10
相关资源
相似解决方案