From: Oleg Broytman Date: Mon, 15 Sep 2014 14:17:14 +0000 (+0400) Subject: Rename clone to svn2git X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=4c9d54c78f3d342cab528b0baacca9e56aba7b2f;p=git-scripts.git Rename clone to svn2git --- diff --git a/svn/README.txt b/svn/README.txt index 2f09308..08b4809 100644 --- a/svn/README.txt +++ b/svn/README.txt @@ -20,19 +20,19 @@ Edit authors.txt again - set names and emails for committers. Run - clone http://svn.example.org/ [$output_directory] + git2svn http://svn.example.org/ [$output_directory] -Script ``clone`` tries to deduce the output directory from the given +Script ``git2svn`` tries to deduce the output directory from the given SVN URL by using base name of the path, but in our case there is no path so you must provide the output directory: - clone http://svn.example.org/ example + git2svn http://svn.example.org/ example -In case of an URL like http://example.org/svn/project/ ``clone`` doesn't -need the output directory. +In case of an URL like http://example.org/svn/project/ ``git2svn`` +doesn't need the output directory. Run - clone http://svn.example.org/svn/project/ + git2svn http://svn.example.org/svn/project/ -and ``clone`` will happily convert the URL to ``project`` directory. +and ``git2svn`` will happily convert the URL to ``project`` directory. diff --git a/svn/clone b/svn/svn2git similarity index 100% rename from svn/clone rename to svn/svn2git