File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
book/09-git-and-other-scms/sections Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,8 @@ $ chmod +x /tmp/test-svn/hooks/pre-revprop-change
54
54
55
55
[source,console]
56
56
----
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/
58
59
----
59
60
60
61
这样就设置好了同步所使用的属性。
@@ -205,7 +206,7 @@ Date: Thu Jul 24 03:08:36 2014 +0000
205
206
git-svn-id: file:///tmp/test-svn/trunk@77 0b684db3-b064-4277-89d1-21af03df0a68
206
207
----
207
208
208
- 注意你原来提交的 SHA 校验和原来是以 `4af61fd` 开头,而现在是以 `95e0222` 开头。
209
+ 注意你原来提交的 SHA-1 校验和原来是以 `4af61fd` 开头,而现在是以 `95e0222` 开头。
209
210
如果想要既推送到一个 Git 服务器又推送到一个 Subversion 服务器,必须先推送(`dcommit`)到 Subversion 服务器,因为这个操作会改变你的提交数据。
210
211
211
212
===== 拉取新改动
You can’t perform that action at this time.
0 commit comments