On Mon, Dec 16, 2013 at 9:03 AM, Krishnamoorthi Gopal < krishnamoor...@vernal.is> wrote:
> > Thanks for your clarification pavel.. > > If i used existing repositories in Subversion 1.8 then how can i benefit > features in new version.. > > Shall i use commands like "svnadmin Upgrade" to upgrade my existing repos > into latest.. > It depends what features you care about. Most features are specific to the client version and will work with any server version. If you are looking to take advantage of all of the disk space saving features in repositories then you need to dump/load the repository to rewrite the data in the new format. svnadmin upgrade enables some of those features, but not all of them. You do not need to do this for client features though, like improvements in svn merge etc. Mark Phippard http://markphip.blogspot.com/