From: David Barr <david.barr@xxxxxxxxxxxx> Date: Sun, 12 Dec 2010 13:41:38 +1100 Subject: [PATCH] vcs-svn: use mark from previous import for parent commit Signed-off-by: David Barr <david.barr@xxxxxxxxxxxx> --- vcs-svn/fast_export.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vcs-svn/fast_export.c b/vcs-svn/fast_export.c index d2397d8..6abd108 100644 --- a/vcs-svn/fast_export.c +++ b/vcs-svn/fast_export.c @@ -77,7 +77,7 @@ void fast_export_begin_commit(uint32_t revision, uint32_t author, char *log, log, gitsvnline); if (!first_commit_done) { if (revision > 1) - printf("from refs/heads/master^0\n"); + printf("from :%"PRIu32"\n", revision - 1); first_commit_done = 1; } } -- 1.7.3.2.846.gf4b062 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html