Skip to content

Translate 09-git-and-other-scms import-svn v2 #180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Aug 12, 2015

Conversation

networm
Copy link
Member

@networm networm commented Jul 6, 2015

No description provided.

@@ -2,15 +2,15 @@

(((Subversion)))
(((Importing, from Subversion)))
If you read the previous section about using `git svn`, you can easily use those instructions to `git svn clone` a repository; then, stop using the Subversion server, push to a new Git server, and start using that.
If you want the history, you can accomplish that as quickly as you can pull the data out of the Subversion server (which may take a while).
如果阅读过前面关于 `git svn` 的章节,可以轻松地使用那些指令来 `git svn clone` 一个仓库,然后,停止使用 Subversion 服务器,推送到一个新的 Git 服务器,就可以开始使用了。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

然后,停止使用 Subversion 服务器,推送到一个新的 Git 服务器,就可以开始使用了。=》停止使用 Subversion 服务器,推送到一个新的 Git 服务器,然后就可以开始使用了

@IceNature
Copy link
Contributor

@networm 已完成

@networm
Copy link
Member Author

networm commented Jul 25, 2015

@IceNature 已按照意见修改。

@networm networm mentioned this pull request Jul 29, 2015
95 tasks
@networm networm modified the milestone: v1.0.0 Jul 29, 2015
For one thing, you should clean up the weird references that `git svn` set up.
First you'll move the tags so they're actual tags rather than strange remote branches, and then you'll move the rest of the branches so they're local.
应当做一些导入后的清理工作。
有一件事,应当清理 `git svn` 设置的奇怪的引用。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For one thing 是一个固定短语,一般后面还有再搭配 for another thing(然而这里没有),一般翻译为“首先”,而不是直接翻译为“有一件事”。

@Geno1024
Copy link
Contributor

@networm 已审核完毕,并提出 2 个修改意见。

@networm
Copy link
Member Author

networm commented Aug 11, 2015

@Geno1024 已修正。

@@ -2,15 +2,15 @@

(((Subversion)))
(((Importing, from Subversion)))
If you read the previous section about using `git svn`, you can easily use those instructions to `git svn clone` a repository; then, stop using the Subversion server, push to a new Git server, and start using that.
If you want the history, you can accomplish that as quickly as you can pull the data out of the Subversion server (which may take a while).
如果阅读过前面关于 `git svn` 的章节,可以轻松地使用那些指令来 `git svn clone` 一个仓库,停止使用 Subversion 服务器,推送到一个新的 Git 服务器,然后就可以开始使用了。
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

如果阅读过前面关于 git svn 的章节,可以轻松地使用那些指令来 git svn clone 一个仓库。那么,请停止使用 Subversion 服务器,选择推送到一个新的 Git 服务器,然后就可以开始使用了。

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这一整句话是做一件事,所以我建议使用原来的翻译。

@@ -40,8 +40,8 @@ $ git svn clone http://my-project.googlecode.com/svn/ \
--authors-file=users.txt --no-metadata -s my_project
----

Now you should have a nicer Subversion import in your `my_project` directory.
Instead of commits that look like this
现在在 `my_project` 目录中应当有一个更好的 Subversion 导入。
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

读第一遍时,我在想**_应当有一个更好的 Subversion 导入**_这句是指通过前面的操作已经有了;还是指通过接下的操作会产生。是后者的话,可否将**_now**翻译成**下一步、接下来**
_接下来在你的
my_project 目录中应当有一个更好的 Subversion 导入**操作**

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

是指上一步的操作产生了一个更好的导入。

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

现在在 my_project 目录中应当有**_了**_一个更好的 Subversion 导入。

增加了“了”字,表明是上一步的操作产生了一个更好的导入。

@youngWM
Copy link

youngWM commented Aug 11, 2015

@networm 已审核完毕

@networm
Copy link
Member Author

networm commented Aug 12, 2015

@youngWM 已修正。

networm added a commit that referenced this pull request Aug 12, 2015
Translate 09-git-and-other-scms import-svn
@networm networm merged commit a145ca9 into progit:master Aug 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants