]> git.phdru.name Git - git-scripts.git/commitdiff
Rename clone to svn2git
authorOleg Broytman <phd@phdru.name>
Mon, 15 Sep 2014 14:17:14 +0000 (18:17 +0400)
committerOleg Broytman <phd@phdru.name>
Mon, 15 Sep 2014 14:17:29 +0000 (18:17 +0400)
svn/README.txt
svn/svn2git [moved from svn/clone with 100% similarity]

index 2f09308adce4494e31301c90f2ee625841bb78da..08b480934f89a1822379c6a4b450abff676cd971 100644 (file)
@@ -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.
similarity index 100%
rename from svn/clone
rename to svn/svn2git