开发者

How to enable subversion merge tracking

开发者 https://www.devze.com 2023-02-06 06:09 出处:网络
How do I enable svn client to start saving svn:mergeinfo property. My client is v1.6.5 and the server开发者_运维百科 runs 1.5.2.Server version 1.5 should be able to save mergeinfo data.

How do I enable svn client to start saving svn:mergeinfo property.

My client is v1.6.5 and the server开发者_运维百科 runs 1.5.2.


Server version 1.5 should be able to save mergeinfo data.

Perhaps your repository was created with much older version. Try:

svnadmin upgrade /path/to/repository
0

精彩评论

暂无评论...
验证码 换一张
取 消