问题描述
几年前,有涉及ASP.NET和龟/ AnkhSVN的(不记得细节)中的错误,而解决办法是设置乌龟用_svn,而不是针对其隐藏的.svn文件夹本地文件。有一个在龟设置对话框中为它的一个选项。
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?
推荐答案
此功能是通过 SVN_ASP_DOT_NET_HACK
environnment变量,从中我认为它是安全地说,控制它存在的唯一理由是为了解决与ASP.NET的问题。现在,这两个VS和ASP.NET本身句柄的.svn
正确的,我不认为有一个令人信服的理由使用 _svn
目录。
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.
这篇关于TortoiseSVN的:是否有任何需要_svn代替了.svn文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!