Re: svn2cvsgraph, how to best handle merges?

2014-04-09 Thread Henrik Carlqvist
On Wed, 26 Mar 2014 19:41:38 + Philip Martin wrote: > 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

Re: svn2cvsgraph, how to best handle merges?

2014-03-27 Thread Henrik Carlqvist
On Thu, 27 Mar 2014 11:25:33 +0100 "Bert Huijben" wrote: > If you have any input on that thread, please let us know so we can just > create the api you need to get the information you need. My tool does not call use subversion api, it simply uses popen to call the svn command line client. So wh

RE: svn2cvsgraph, how to best handle merges?

2014-03-27 Thread Bert Huijben
> -Original Message- > From: Henrik Carlqvist [mailto:hc...@poolhem.se] > Sent: donderdag 27 maart 2014 07:47 > To: Mark Phippard; philip.mar...@wandisco.com; > users@subversion.apache.org > Subject: Re: svn2cvsgraph, how to best handle merges? > > On Wed, 26

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