文件夹忽略颠覆提交 [英] Folders to ignore on subversion commit

查看:181
本文介绍了文件夹忽略颠覆提交的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

哪个文件夹可能不是我承诺Subversion服务器?

Which folders may I not commit to subversion server?

我说的是在Visual Studio 2.008一个标准的asp.net web应用程序。我觉得bin文件夹,因为它的文件被重新生成,还有没有其他的?

I'm talking about an standard asp.net web application in Visual Studio 2.008. I think the bin folder because it's files are regenerated, is there any other?

推荐答案

我们把这个字符串因为svn:我们所有的项目,忽略属性:

We put this string as the svn:ignore property on all our projects:

*.pdb  
*.exe  
*.dll  
debug/*  
release/*  
*.user  
*.suo  
obj/*  
bin/*  
obj  
bin  
VSMacros80

这篇关于文件夹忽略颠覆提交的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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