清理

也许由于服务器问题,一个Subversion指令不能成功地完成,你的工作副本因此被滞留在一个不一致的状态。 那样的话,你需要在该目录上使用TortoiseSVN → 清理命令。在工作副本的根目录使用它是一个好主意。

Cleanup has another useful side effect. If a file date changes but its content doesn't, Subversion cannot tell whether it has really changed except by doing a byte-by-byte comparison with the pristine copy. If you have a lot of files in this state it makes acquiring status very slow, which will make many dialogs slow to respond. Executing a Cleanup on your working copy will repair these “broken” timestamps and restore status checks to full speed.

使用提交时戳

Subversion的一些早期发布中存在一个bug,当你使用使用提交时戳选项检出的时候会造成时戳混乱。使用清理命令可以修正工作副本中的这些问题。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
  • 2021-06-29
  • 2022-03-06
  • 2021-12-25
  • 2021-10-28
  • 2021-04-22
猜你喜欢
  • 2021-11-18
  • 2021-12-24
  • 2021-08-18
  • 2021-09-01
  • 2021-08-14
  • 2022-12-23
相关资源
相似解决方案