SVN更新到与存储库同步之间有什么区别? [英] What is the difference between SVN update to head vs synchronize with repository?

查看:282
本文介绍了SVN更新到与存储库同步之间有什么区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我很喜欢SVN,但我已经使用了clearcase。当我右键点击我的项目在eclipse中,我看到两个选项与存储库同步并更新到头。我没有得到他们之间的区别?

解决方案

区别在于:



更新HEAD 将执行 svn update



换句话说,它会将您的工作副本更新为来自存储库的最新版本。



与存储库同步类似于 svn status -u ,但更多。



它将打开一个Synchronize选项卡(或透视图),显示本地(传出)修改与存储库(传入)修改的概述。



在此选项卡或透视图中,您可以查看并同步(提交/更新)各个文件,请参阅工作副本文件与存储库中的传入文件之间的差异y,浏览提交历史记录,解决冲突。



一般来说,我强烈建议您查看 SVN手册
至少前两章。


Hi i am new to SVN though I have used clearcase. When i right click on my project in eclipse i see two options synchronize with repository and update to head . I am not getting whats the differnce among them?

解决方案

The difference is following:

Update to HEAD will do svn update.

In other words it will update your working copy to the last revision from the repository.

Synchronize with Repository is something similar to svn status -u, but even more.

It will open a Synchronize tab (or perspective) that displays overview of your local (outgoing) modifications versus repository (incoming) modifications.

In this tab or perspective, you can review and synchronize (commit / update) individual files, see differences between your working copy files and incoming files from repository, browse commits history, resolve conflicts.

In general, I highly recommend you to check out the SVN Handbook. At least first two chapters.

这篇关于SVN更新到与存储库同步之间有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆