Cornerstone 未将文件标记为已修改

发布于 2024-12-04 02:37:45 字数 188 浏览 1 评论 0原文

在基石 v2.5.1 中。我已将本地文件夹导入到存储库中。然后,我选择“添加工作副本”并选择同一个本地文件夹。现在,它在左侧显示一个棕色文件夹并锁定它,就像我所有其他工作副本一样。问题是,一旦我更改此文件夹中的任何文件,它就不会被标记为已修改,并且我无法提交。

我在此过程中是否做错了什么,或者为什么 Cornerstone 不标记已更改的文件?

In Cornerstone v2.5.1. I've imported a local folder into the repository. I then selected Add Working Copy and selected this same local folder. It now shows on the left side with a brown folder and lock on it, like all my other working copies. The problem is that once I change any file i this folder, it is not flagged as modified and I cannot commit.

Did I do something wrong in this process or why isn't Cornerstone flagging changed files?

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

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

发布评论

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

评论(1

谁人与我共长歌 2024-12-11 02:37:45

将文件夹导入到 subversion 存储库中不会使其成为工作副本,这与 hg init 不同(您可以通过使用终端和 ls -al 导航到文件夹来查看这一点;请注意内部没有 .svn 文件夹。)您现在需要从存储库中签出,然后将签出创建的文件夹添加到 Cornerstone。

Importing a folder into subversion repo doesn't make it a working copy unlike, say hg init (you can see this by navigating to the folder with Terminal and ls -al; notice the absence of .svn folders inside.) You need to now check out from the repository and then add the folder created by the checkout to Cornerstone.

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