Skip to content

Commit 1ba3d08

Browse files
committed
Sync 09-git-and-other-scms client-svn
1 parent e152416 commit 1ba3d08

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ $ chmod +x /tmp/test-svn/hooks/pre-revprop-change
5454

5555
[source,console]
5656
----
57-
$ svnsync init file:///tmp/test-svn http://progit-example.googlecode.com/svn/
57+
$ svnsync init file:///tmp/test-svn \
58+
http://progit-example.googlecode.com/svn/
5859
----
5960

6061
这样就设置好了同步所使用的属性。
@@ -205,7 +206,7 @@ Date: Thu Jul 24 03:08:36 2014 +0000
205206
git-svn-id: file:///tmp/test-svn/trunk@77 0b684db3-b064-4277-89d1-21af03df0a68
206207
----
207208

208-
注意你原来提交的 SHA 校验和原来是以 `4af61fd` 开头,而现在是以 `95e0222` 开头。
209+
注意你原来提交的 SHA-1 校验和原来是以 `4af61fd` 开头,而现在是以 `95e0222` 开头。
209210
如果想要既推送到一个 Git 服务器又推送到一个 Subversion 服务器,必须先推送(`dcommit`)到 Subversion 服务器,因为这个操作会改变你的提交数据。
210211

211212
===== 拉取新改动

0 commit comments

Comments
 (0)