From 4c9d54c78f3d342cab528b0baacca9e56aba7b2f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 15 Sep 2014 18:17:14 +0400 Subject: [PATCH] Rename clone to svn2git --- svn/README.txt | 14 +++++++------- svn/{clone => svn2git} | 0 2 files changed, 7 insertions(+), 7 deletions(-) rename svn/{clone => svn2git} (100%) 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 -- 2.39.2