强制用户在编辑前锁定 SVN 中的文件

发布于 2024-07-13 21:20:03 字数 119 浏览 4 评论 0原文

我们的项目中有一些无法合并的文件,因此用户在编辑它们之前必须锁定这些文件。 有没有办法强制用户在编辑之前锁定文件?

我们使用 Subversion 和 TortoiseSVN / VisualSVN。

We have some files in our project that can't be merged and hence the files must be locked by the users before editing them. Is there a way to force the user to lock a file before editing?

We are using Subversion and TortoiseSVN / VisualSVN.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

相权↑美人 2024-07-20 21:20:03

两个步骤:

  • svn:needs-lock 属性放在这些文件上。 这样,当必须修改此类文件时,它们会以只读方式签出
  • ,使用 svn lock 命令并照常提交

链接:

Two steps:

  • put the svn:needs-lock property on those files. That way they are check out read-only
  • when such a file must be modified, use the svn lock command and commit as usual

links:

后知后觉 2024-07-20 21:20:03

更具体地说,如果您安装了 TortoiseSVN,请

  1. 在 Windows 资源管理器中右键单击该文件,选择 TortoiseSVN->Properties
  2. 单击 New->NeedsLock
  3. 在对话框中选择所需的锁定:
  4. 单击确定
  5. 提交文件
  6. 完成!

More specifically, if you have TortoiseSVN installed,

  1. Right-click the file in Windows Explorer, select TortoiseSVN->Properties
  2. Click New->NeedsLock
  3. Choose Locking required in the dialog:
  4. Click OK
  5. Commit the file
  6. Done!
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文