Re: [PATCH v7 13/16] remote-svn: add incremental import

2012-08-28 Thread Junio C Hamano
Florian Achleitner writes: > Search for a note attached to the ref to update and read it's > 'Revision-number:'-line. Start import from the next svn revision. > > If there is no next revision in the svn repo, svnrdump terminates with > a message on stderr an non-zero return value. This looks a li

[PATCH v7 13/16] remote-svn: add incremental import

2012-08-28 Thread Florian Achleitner
Search for a note attached to the ref to update and read it's 'Revision-number:'-line. Start import from the next svn revision. If there is no next revision in the svn repo, svnrdump terminates with a message on stderr an non-zero return value. This looks a little weird, but there is no other way