svn commit 显示添加的更新文件

发布于 2024-08-05 21:21:40 字数 132 浏览 3 评论 0原文

我最近签入(修改)了一些文件。当我尝试从本地计算机观看日志时,一切都很完美。(签入的文件显示修改状态。)

但是当我尝试从其他人的计算机观看日志历史记录时,签入的文件显示为新文件补充道。

有人会提出这种奇怪行为的原因吗?

I checked in (modified )some of the files recently . When i'm trying to watch the Logs from my local machine every thing is perfect .(the checked in file shows modified status.)

But When i try to watch the Log History from someone else's machine ,the checked in files are showing as newly added .

Would someone suggest the reason for this strange behaviour .?

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

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

发布评论

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

评论(4

青萝楚歌 2024-08-12 21:21:40

猜测#1:你们都在编写相同的代码吗?验证两台计算机上的结账路径是否相同。

Guess #1: Are you both working on the same code? Verify that the checkout path is the same on both machines.

橘亓 2024-08-12 21:21:40

您是否更新了另一台计算机上的本地工作副本?查看工作副本的历史记录时,svn log 显示工作副本中的提交,而不是存储库中的提交。

Have you updated the local working copy on the other machine? When viewing the history of a working copy, svn log shows the commits in the working copy, not the repository.

稚然 2024-08-12 21:21:40

这对他们来说可能是“新的”(即在您进行修改之前他们没有签出文件)。

It could be "new" to them (i.e. they had not checked out the files before you made your modifications).

别忘他 2024-08-12 21:21:40

也许您正在检查不同的主干、存储库或分支。

Perhaps you are you checking into a different trunk, repository or branch.

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