Reputation: 2115
I'm running Subversion version 1.4.3 (r23084) + tortoise, and my problem is integrating an branch into trunk. Tortoise's merge didnt work, i got to do this from console.
Its always a hard work to do because of many issues, so i've been thinking about some changes. Will a subversion update (its on 1.6 now) resolve my problem? Or its better to change everything and start all over again with GIT ?
tnx!
Upvotes: 1
Views: 122
Reputation: 32112
Merge tracking was added to svn in 1.5, so yes upgrading will likely solve some of your merging issues.
If your only complaint about svn is its merging, you should upgrade before doing something as drastic as switching to git.
That said, git is much better than svn for lots of reasons, and I highly recommend it.
Upvotes: 2