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.
1 parent 1902461 commit 911b439Copy full SHA for 911b439
book/09-git-and-other-scms/sections/client-svn.asc
@@ -54,7 +54,8 @@ You can now sync this project to your local machine by calling `svnsync init` wi
54
55
[source,console]
56
----
57
-$ svnsync init file:///tmp/test-svn http://progit-example.googlecode.com/svn/
+$ svnsync init file:///tmp/test-svn \
58
+ http://progit-example.googlecode.com/svn/
59
60
61
This sets up the properties to run the sync.
0 commit comments