简体   繁体   English

如何检查谁更新了Torvise SVN中的工作副本文件夹?

[英]How to check who update the working copy folder in tortoise svn?

I can see revision log (for commits) but i can't see update log in a repository working copy folder. 我可以看到修订日志(用于提交),但是在存储库工作副本文件夹中看不到更新日志。

I try to find it in documentation but have no results. 我尝试在文档中找到它,但没有结果。

Thank you in advance 先感谢您

You're the only one who should be updating your working copy. 您是唯一应该更新工作副本的人。 As for seeing where your working copy is relative to the repository, svn info will give you the revision of your working copy (among other things) and you can compare that to the revision log to see if you're behind and by how much. 至于查看您的工作副本相对于存储库的位置, svn info将为您提供工作副本的修订版(除其他外),您可以将其与修订日志进行比较,以查看您是否落后了多少。

It is not advised to have multiple developers using the same working copy. 建议不要让多个开发人员使用同一工作副本。 File ownership becomes an issue, and there's a significant chance of corruption and/or lost changes from simultaneous attempts to change the same file (eg. developer A begins editing a file, developer B edits that same file and commits his changes, developer A saves his file without B's changes and commits, developer B's work has now been lost). 文件所有权成为一个问题,由于同时尝试更改同一文件(例如,开发人员A开始编辑文件,开发人员B编辑该文件并提交更改,开发人员A保存),因此很有可能损坏和/或丢失更改。他的文件没有 B的更改和提交,开发人员B的工作现在已经丢失了)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM