使用svn和buildix的问题

发布于 2024-08-27 03:44:59 字数 362 浏览 8 评论 0原文

大家好,我在使用 svn 和 buildix 时遇到了问题。

我在 svn 和巡航控制中创建了一个项目,该项目运行良好。

从昨天开始,每当我将更改提交到 svn 时,它们都会成功提交,但 buildix 无法获取这些更改,

通常每当出现此问题时我都会运行“svn update”,但现在这对这个项目没有帮助。

当我尝试运行“svn update”时,我被

跳过“。”

当我尝试运行“svn cleanup”时,我得到

svn:“。”不是工作副本目录

我听取了某人的建议并删除了项目中的文件夹 .svn 但这没有帮助。

任何帮助,提前致谢。

问候,贾尼

Hi all I ran into a problem in using svn and buildix.

I have a project created in svn as well as in cruise control which was working fine.

Since yesterday whenever I commit changes into svn they are successfully commited but buildix is not able to pick up those changes,

Normally I used to run 'svn update' whenever this problem occurs but now this is not helping for this project.

When I try to run 'svn update', I get

Skipped '.'

and when I try to run 'svn cleanup', I get

svn: '.' is not a working copy directory

I took the advice of some one and deleted the folder .svn in my project but that did not help.

Any help, thanks in advance.

Regards, Jani

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

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

发布评论

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

评论(1

两个我 2024-09-03 03:44:59

您可能需要提供更多信息。

你在哪里运行这个 svn 更新? (我认为它在构建工作空间内)。只需确保您位于正确的文件夹中即可。如果是的话,只需确保您的工作空间仍然正常运行即可。 (作为第一步,我通常在工作区中运行 svn info 来查看我正在工作的工作区是否指向我已进行更改的同一分支 - 这是一个很容易犯的错误)。但是,如果您已删除工作构建工作区中的 .svn 文件等,则此命令可能没有多大用处,但由于您没有提供太多信息,我建议您尝试上述操作 - 也许可以提供更多详细信息,以便有人可以从那里工作?

当您说该工具没有接受更改时,您的意思是根本没有触发构建吗?或者构建是否触发但无法识别更新?日志说什么?
您可能会在那里得到一些提示。

You may need to provide more information.

Where are you running this svn update? (i presume it is within the build workspace) . Just make sure you are within the correct folder. And if you are, just make sure your workspace is still functioning fine. (As a preliminary step, i usually run svn info within the workspace to see if the workspace i am working in is pointing to the same branch that I have made the changes into - that is an easy mistake to make). But if you have deleted the .svn files etc within a working build workspace, this command may not be of much use, but since you have not provided much information, I suggest you try the above -- and perhaps give more details so someone can work from there?

When you say the tool does not pick up the changes, do you mean, the build does not get triggered at all? Or does the build trigger and yet does not recognise the updates? What do the logs say?
You may get some hints there.

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