X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=svn%2FREADME.txt;h=08b480934f89a1822379c6a4b450abff676cd971;hb=7ca782188bb509b1ba815f6842834509611f4687;hp=2f09308adce4494e31301c90f2ee625841bb78da;hpb=38ab9e31c986f27acc4f45364bacfac18edf7bc4;p=git-scripts.git 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.