颠覆包含目录排除文件

发布于 2024-09-16 00:02:01 字数 171 浏览 4 评论 0原文

我想在导入时包含一个目录,但排除其中可能存在的任何文件。这怎么办?

即:包含 cache 目录,但排除其中的所有缓存文件。

在我的全局忽略中,我尝试了 cache 和 *cache/**,前者只是排除了整个缓存目录 - 预期的。后者包括了一切。

I want to include a directory when I do my imports but exclude any files that might be in it. how can this be done?

ie: include cache dir, but exclude all the cache files in it.

in my global-ignores I have tried cache and *cache/**, the former just excluded the entire cache dir - expected. and the later included everything.

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

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

发布评论

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

评论(3

两人的回忆 2024-09-23 00:02:01
svn propset svn:ignore "*" ./mycachefolder/

在 Eclipse 中,您可以右键单击该文件夹并选择“添加属性”。简单地添加一个 * 然后。

svn propset svn:ignore "*" ./mycachefolder/

In eclipse you would rightclick the folder and select "add property". Simple add a * then.

無心 2024-09-23 00:02:01

在导入过程中,您可以通过删除或移动您不喜欢导入的位置的文件来进行简单控制。

最简单的解决方案是将文件移动到备份位置进行导入,仅此而已。

During an import you can simply control by deleting or moving the files from the location you don't like to import.

The simplest solution is to move the files to a backup location do the import and that's it.

远山浅 2024-09-23 00:02:01

http://github.com/shuber/svnignore - git 风格通过颠覆而忽略

http://github.com/shuber/svnignore - git style ignores with subversion

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