svn:needs-lock 文件需要锁定,但我找不到该属性

发布于 2024-10-26 15:01:10 字数 247 浏览 1 评论 0原文

我对 SVN 中发生的事情有点困惑。在我的本地结账中,某些文件似乎被设置为“needs-lock”,但我找不到相应的属性。

  • 结帐中的大多数文件不需要锁定,只有一些
  • 需要锁定的文件没有需要锁定属性
  • 似乎没有任何需要锁定属性 包含目录
  • tortiseSVN 和 Eclipse(尽管 Subclipse)都能识别哪些文件 需要锁。

谁能建议这些文件的属性/信息存储在哪里?

I'm a little confused with something that is happening in our SVN. In my local checkout, some of the files seem to be set as "needs-lock" but I cannot find the corresponding property.

  • Most files in the checkout don't need a lock, only some
  • The files requiring a lock do not have a needs-lock property
  • There does not seem to be a needs-lock property on any of the
    containing directories
  • Both tortiseSVN and Eclipse (though Subclipse) recognise which files
    require a lock.

Can anyone suggest where the property/information is being stored for these files?

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

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

发布评论

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

评论(3

许你一世情深 2024-11-02 15:01:10

如果您使用的是 IntelliJ IDEA,可能需要通过单击锁定图标来检查您是否没有在源代码编辑器中锁定文件。

锁定图标是位于 IDE 右下角的切换按钮。如果将鼠标悬停在其上,则会显示“单击以切换只读属性”文本工具提示。

If you are using IntelliJ IDEA it might be worth checking that you haven't locked the file in the source editor by clicking on the lock icon.

The lock icon is a toggle button located at the bottom right of the IDE. If you hover over it shows the "Click to toggle the read-only attribute" text tooltip.

离不开的别离 2024-11-02 15:01:10

发布此信息以供其他人参考:

经过大量修改后,看起来将文件设置为只读(在 Windows 中)足以让 Tortise SVN 和 Eclipse 显示灰色的需求锁定图标(在 Package Explorer 或 Navigator 中)对于 Eclipse,Windows 资源管理器对于 Tortise SVN)。

因此,灰色图标似乎意味着该文件处于源代码管理之下并且该文件是只读的,无论“needs-lock”属性如何。

Posting this for the information of others:

After a lot of mucking around, it looks like setting a file to read-only (in windows) is enough for Tortise SVN and Eclipse to show the grey needs-lock icon (in Package Explorer or Navigator for Eclipse, Windows Explorer for Tortise SVN).

So it seems that the grey icon means that the file is under source control and the file is read-only, regardless of the 'needs-lock' property.

濫情▎り 2024-11-02 15:01:10

我花了一秒钟才弄清楚这一点。

如何打开/关闭 SVN 文件的“Needs-Lock”属性。

(使用 Windows 资源管理器)

转到您想要锁定/取消锁定的文件

右键单击​​ >乌龟SVN>属性

单击新建按钮>选择需要锁定

选择需要锁定(只读更新)单选按钮或不需要锁定单选按钮>好的

Took me a second to figure this out.

How to toggle on/off the 'Needs-Lock'property for SVN files.

(Using Windows Explorer)

Go to file(s) you want to put lock on/take lock off

Right click > Tortoise SVN > Properties

Click New button > select Needs-Lock

Select Locking required (read-only update) radio button or No locking required radio button > OK

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文