English 中文(简体)
我怎么能够让托里兹·SVN忽视全球格局?
原标题:How can I get Tortoise SVN to ignore the global ignore pattern?

我在托尔托维兹·SVN建立了一种全球忽视模式,而这种模式主要是我所希望的。 但有些时候,我想要给特别志愿人员增加一只手和所有内容,不管其模式如何。 我尤其要这样做的是,当我创建外部文件时,包括通常会被忽视的建筑档案,如校正和lls。

在我需要这样做的时候,我去了TortoiseSVN->Settings,去除全球忽视的模式。 接着,我将档案投入使用,然后加上全球再次忽视的模式。

是否有更简单的方法这样做?

问题回答

我不知道这一点。

然而,如果单线指挥线客户受到全球视而不见的模式的影响,那么你可以利用这一模式开始跟踪档案。

我对此表示担忧。 因为你们应当考虑一点。

我认为,你利用TortoiseSVN的全球模式忽视了smells:你采用当地唯一未加追踪的清单,意思是,无论谁检查你的代码,都能够犯错。

Granted, Subversion s svn:ignore thing for ignoring files is moronic at best, but at least it s versioned.

最后,我不了解你的情况,但我非常珍惜发展环境的“影响和作用”,因为在这个环境里,创造新古铁的步骤数量有所减少,因为我可能这样做。 你们知道、自动建筑、自动测试等。

允许新gu花 what、lib子和ex子投放任何东西,只会使球飞跃。

Using Tortoise and assuming your project is already in SVN (if not, seed the SVN).
1. find your project in repo browser.
2. create folder... by right clicking the node where the parent should be. Ex: bin.
3. run svn update on your local checkout path.
4. place whatever file you want in that folder and commit

这将凌驾于仅仅为该项目所忽视的全球托托托拉斯。 che。

还有另一种做法,使用指挥线。 它不直接使用托里兹,尽管托托里兹也安装了指挥线客户,因此可能仍然有可能。

从指挥线出发:

svn status --no-ignore

不要忽视全球。





相关问题
configure SVN for Flash Action script programming

I am working as a Action Script programmer, and am included in team, the size of the team is 3. So we are working in the same shared files, the we are having a lot of conflict in the fla file and AS ...

SVN operation time on Vista/Windows 7/2008 RC2

i have a problem. When i commit or update my project using Tortoise or AnkhSVN on operating systems mentioned in title, i have to wait very long time for operation to finish. While using Windows XP ...

Tracking Versions, Builds, Revisions, with TortiseSVN

I am the sole developer on a project and have been using tortoiseSVN for quite a while. Now Id like to start getting version information working correctly in the project I.E. show Major Version, Minor ...

How do I avoid Complicated Merges in Subversion?

I m new to Subversion (SVN) coming from a Visual Source Safe (VSS) background. In VSS the person editing a file checks the file out and it locks the other users from editing it through Visual Studio. ...

Visual Studio & TortoiseSVN

We have 3 VS2008 projects. Each project builds a executable and supporting files. All 3 projects will eventually ship together as an application. Up till now we have been using a separate SVN ...

热门标签