TortoiseSVN: Is there any need for _svn instead of .svn anymore?

╄→гoц情女王★ 提交于 2019-12-11 08:18:50

问题


A few years ago there was a bug involving ASP.NET and Tortoise/AnkhSvn (can't remember the details), and the solution was to set Tortoise to use "_svn" instead of ".svn" folders for its hidden local files. There's an option for it on the Tortoise settings dialog.

So I still need to do that, or is it not an issue anymore?


回答1:


This feature is controlled by an SVN_ASP_DOT_NET_HACK environnment variable, from which I think it is safe to say that the only reason it existed was to solve the problem with ASP.NET. Now that both VS and ASP.NET itself handle .svn correctly, I don't think there's a compelling reason to use _svn directories.



来源:https://stackoverflow.com/questions/5513331/tortoisesvn-is-there-any-need-for-svn-instead-of-svn-anymore

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!