Skip to content

Commit dd3f42a

Browse files
barrbrainjrn
authored andcommitted
vcs-svn: use mark from previous import for parent commit
With this patch, overlapping incremental imports work. Signed-off-by: David Barr <[email protected]> Signed-off-by: Jonathan Nieder <[email protected]>
1 parent 1ae469b commit dd3f42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcs-svn/fast_export.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ void fast_export_begin_commit(uint32_t revision, uint32_t author, char *log,
8383
log, gitsvnline);
8484
if (!first_commit_done) {
8585
if (revision > 1)
86-
printf("from refs/heads/master^0\n");
86+
printf("from :%"PRIu32"\n", revision - 1);
8787
first_commit_done = 1;
8888
}
8989
}

0 commit comments

Comments
 (0)