Re: svn2cvsgraph, how to best handle merges?

2014-03-26 Thread Henrik Carlqvist
On Wed, 26 Mar 2014 15:45:31 -0400 Mark Phippard wrote: > We came to the same conclusion when we built the revision graph in > Subclipse back in 1.5: > > http://subclipse.tigris.org/graph.html On Wed, 26 Mar 2014 19:41:38 + Philip Martin wrote: That's a topic for the dev list and there was

Re: svn2cvsgraph, how to best handle merges?

2014-03-26 Thread Mark Phippard
We came to the same conclusion when we built the revision graph in Subclipse back in 1.5: http://subclipse.tigris.org/graph.html Trying to do log on a whole branch with -g could even get quadratic loops and take forever. Doing it one revision at a time was the only thing that would work but then

Re: svn2cvsgraph, how to best handle merges?

2014-03-26 Thread Philip Martin
Henrik Carlqvist writes: > Would people hosting public svn repositories think that it would be nice > if some people using my tool would make one svn connection for each > revision in the repository? It's a user problem as well since making a request per revision doesn't scale well and will be v

svn2cvsgraph, how to best handle merges?

2014-03-26 Thread Henrik Carlqvist
I have written a tool, svn2cvsgraph ( http://svn2cvsgraph.sourceforge.net/ ) to graphically display svn revision graphs. Since version 1.6.17 of svn, "svn log -g" no longer shows any merges when examining the repository root. After a discussion, here http://svn.haxx.se/users/archive-2013-12/0029