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.