Reputation: 21
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.
Upvotes: 2
Views: 596
Reputation: 100090
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
Upvotes: 1