Skip to content

Commit 9f7f478

Browse files
committed
Be absolutely clear for beginners
Beginners often are confused and overwhelmed. Hence it is a good idea to provide even simplest information like "now change into the project directory".
1 parent f016e2a commit 9f7f478

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

book/09-git-and-other-scms/sections/import-svn.asc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ This makes your `import` command look like this:
3838
----
3939
$ git svn clone http://my-project.googlecode.com/svn/ \
4040
--authors-file=users.txt --no-metadata --prefix "" -s my_project
41+
$ cd my_project
4142
----
4243

4344
Now you should have a nicer Subversion import in your `my_project` directory.

0 commit comments

Comments
 (0)