We’re thinking of upgrading to the latest version of Subversion. Does it really make merges easier? And how painful is the upgrade process?
We’re thinking of upgrading to the latest version of Subversion. Does it really make
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have you read the 1.6 release notes?
The upgrade is truly painless, mainly because of this note:
Now, once you’ve overwritten the binaries, you can upgrade the repo format to 1.6 to take advantage of the new features (or you’ll still just have the old 1.5 features). To do this run
svnadmin upgradeon it. It takes a second or two (on my 12Gb repo) and then you’re good to go. You can upgrade the client easily or stick with older ones – be aware that new clients will upgrade the WC automatically and silently, so you cannot mix n match client versions with the same WC (ie if you upgrade Tortoise, you have to upgrade Ankh as well)1.6 has 2 features for the server – tree conflict detection, and FSFS packing. I recommend the packing (run svnadmin pack to get it to combine 1000 revision files into 1 file, this does take a little time, but you can continue working while its packing).
The upgrade process was really easy, 10/10 to the svn guys for a top quality upgrade path.