Re: [RFC 01/16] Implement a remote helper for svn in C.

2012-07-26 Thread Florian Achleitner
On Thursday 26 July 2012 03:14:43 Jonathan Nieder wrote: > Florian Achleitner wrote: > > Yes, I incorporated your review in the new version, as far as applicable. > > But I didn't send you an answer on the detailed points. > > I will send an answer to the previous review .. > > Thanks. Now that I

Re: [RFC 01/16] Implement a remote helper for svn in C.

2012-07-26 Thread Jonathan Nieder
Florian Achleitner wrote: > Yes, I incorporated your review in the new version, as far as applicable. But > I didn't send you an answer on the detailed points. > I will send an answer to the previous review .. Thanks. Now that I check, I see that you did make lots of important changes and prob

Re: [RFC 01/16] Implement a remote helper for svn in C.

2012-07-26 Thread Florian Achleitner
On Thursday 26 July 2012 02:46:07 Jonathan Nieder wrote: > Hi, > > Florian Achleitner wrote: > > --- /dev/null > > +++ b/contrib/svn-fe/remote-svn.c > > @@ -0,0 +1,219 @@ > > + > > +#include "cache.h" > > +#include "remote.h" > > +#include "strbuf.h" > > +#include "url.h" > > +#include "exec_cmd.h

Re: [RFC 01/16] Implement a remote helper for svn in C.

2012-07-26 Thread Jonathan Nieder
Hi, Florian Achleitner wrote: > --- /dev/null > +++ b/contrib/svn-fe/remote-svn.c > @@ -0,0 +1,219 @@ > + > +#include "cache.h" > +#include "remote.h" > +#include "strbuf.h" > +#include "url.h" > +#include "exec_cmd.h" > +#include "run-command.h" > +#include "svndump.h" > +#include "argv-array.h"