Hi The only feature I'm really missing with SVN is the ability show in revision graphs when two branches have been merged. This applies to both the command line client and Tortoise. This feature is quite common in version management and is very useful so why doesn't SVN have it? I've googled some and found this http://stackoverflow.com/questions/918638/tortoisesvn-revision-graph-merge-line-connected-back-to-trunk discussion. However I don't agree with the most popular answer (SVN can't guarantee that such a visualization would show the truth since commits are done in working copies). To me a line in revision graph showing when two branches are merged would be just a visual representation of the already existing svn:mergeinfo. I can select to "show merged versions" in the log - isn't that just a textual representation of the graph I looking for?
// Olof Wolgast