Hello, Since installing VisualSVN we have found that we spend more time than we want to on resolving code conflicts. In our environment concurrent code changes (with frequent updates) are the norm. We have yet to fully understand how to use the TortoiseSVN conflict resolution tool, but hopefully we'll get there some day. In the mean time, we have found a slick way of resolving conflicts using a tool called Beyond Compare which is produced by a company named Scooter Software.
After updating a local copy of a project from the repository, we simply open up the "update" and "mine" versions of code needing resolution and we can see, side-by-side, the exact differences (and thus the necessary merge changes). We can move blocks of code from one file to the other with a single mouse click and hand-edit anything. Perhaps the VisualSVN folks might look at Beyond Compare and consider a partnership with Scooter Software to produce a more intuitive code conflict resolution tool. Regards, Bill Dickinson

