From c517a56df8958f9add7d93c5c9e08391f3ae0ca1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 14 Apr 2008 08:53:08 +0200 Subject: [PATCH] regen --- README | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README b/README index 8be3ecf..3d6b1c3 100644 --- a/README +++ b/README @@ -5,18 +5,24 @@ SYNOPSIS git2svn [options] git-repro svn-repro OPTIONS - -git-branch + --git-branch The git branch to export. The default is branch is master. - -svn-prefix + --svn-prefix The svn prefix where the branch is import. The default is trunk to match the default GIT branch (master). - -verbose + --no-load + Don't load the svn repository or update the syncpoint tagname. + + --keep-logs + Don't delete the logs in $CWD/.data on success. + + --verbose More verbose output, can be give more then once to increase the verbosity. - -help Print a brief help message and exits. + --help Print a brief help message and exits. DESCRIPTION This program will convert a git branch to a svn ditto, it also support -- 2.11.4.GIT