[Secure-testing-commits] r55854 - tools/git-migration
Salvatore Bonaccorso
carnil at moszumanska.debian.org
Mon Sep 18 09:26:45 UTC 2017
Author: carnil
Date: 2017-09-18 09:26:45 +0000 (Mon, 18 Sep 2017)
New Revision: 55854
Modified:
tools/git-migration/README
Log:
Simplify conversion procedure
Keep metadata, since usefull if refernced somewhere to have still the
old svn revision ids for the older commits before conversion.
Modified: tools/git-migration/README
===================================================================
--- tools/git-migration/README 2017-09-18 09:26:09 UTC (rev 55853)
+++ tools/git-migration/README 2017-09-18 09:26:45 UTC (rev 55854)
@@ -4,7 +4,7 @@
2/ Clone the subversion repository using git-svn:
- $ git svn clone svn+ssh://svn.debian.org/svn/secure-testing --prefix=origin/ --no-metadata -A AUTHORS.txt tmp-git-repo
+ $ git svn clone svn+ssh://svn.debian.org/svn/secure-testing -A AUTHORS.txt tmp-git-repo
3/ Push repository to new bare git repo
More information about the Secure-testing-commits
mailing list