We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6b26f4 + 9f7f478 commit 19504e0Copy full SHA for 19504e0
book/09-git-and-other-scms/sections/import-svn.asc
@@ -38,6 +38,7 @@ This makes your `import` command look like this:
38
----
39
$ git svn clone http://my-project.googlecode.com/svn/ \
40
--authors-file=users.txt --no-metadata --prefix "" -s my_project
41
+$ cd my_project
42
43
44
Now you should have a nicer Subversion import in your `my_project` directory.
0 commit comments