如何阻止 SVN Checkout 带回从项目中删除的文件? [英] How do you stop SVN Checkout from bringing back files that were deleted from the project?

查看:24
本文介绍了如何阻止 SVN Checkout 带回从项目中删除的文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们是 subversion、tortoisesvn、ankhsvn 堆栈的新手.虽然在 Studio 2008 中我们从项目中删除了文件,但问题是当我们在 CI 构建中执行 svn checkout 时,我们得到了已删除的文件.如何防止这些文件包含在结帐中?

We are new to the subversion, tortoisesvn, ankhsvn stack. While in Studio 2008 we have deleted files from our project problem is when we do an svn checkout in our CI build we get the deleted files. How do I prevent these files from being included in the checkout?

提前致谢.

推荐答案

您需要在 Subversion 中删除它们.从 TortoiseSVN 菜单中,选择删除",然后提交删除.在命令行上,可以使用svn rm ,然后commit.

You need to delete them in Subversion. From the TortoiseSVN menu, chose "Delete", then commit that deletion. On the command line, you can use svn rm <filename>, and then commit.

这篇关于如何阻止 SVN Checkout 带回从项目中删除的文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆