1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-08 11:16:12 +02:00
git/vcs-svn
Florian Achleitner 8e43a1d010 remote-svn: add incremental import
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 to know whether there is a new
revision in the svn repo.

On the start of an incremental import, the parent of the first commit
in the fast-import stream is set to the branch name to update. All
following commits specify their parent by a mark number. Previous mark
files are currently not reused.

Signed-off-by: Florian Achleitner <florian.achleitner.2.6.31@gmail.com>
Acked-by: David Michael Barr <b@rr-dav.id.au>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2012-10-07 14:10:17 -07:00
..
LICENSE
fast_export.c remote-svn: add incremental import 2012-10-07 14:10:17 -07:00
fast_export.h remote-svn: add incremental import 2012-10-07 14:10:17 -07:00
line_buffer.c
line_buffer.h
line_buffer.txt
repo_tree.c
repo_tree.h
sliding_window.c vcs-svn: suppress a signed/unsigned comparison warning 2012-07-05 23:26:53 -05:00
sliding_window.h
svndiff.c vcs-svn: suppress a signed/unsigned comparison warning 2012-07-05 23:26:53 -05:00
svndiff.h
svndump.c remote-svn: add incremental import 2012-10-07 14:10:17 -07:00
svndump.h remote-svn: add incremental import 2012-10-07 14:10:17 -07:00