Configuring VisualSVN Server to use _svn instead of .svn

只谈情不闲聊 提交于 2019-11-28 14:00:46
Will Dean

The business about _svn vs. .svn was an issue with Visual Studio web projects only (and I'm fairly sure it was fixed in VS2005 anyway), it's not a general "_svn works better with VS" thing.

It's also only a working-copy issue, not a repository issue - i.e. it doesn't matter if some users of SVN are using clients set up to do _svn and some are using .svn - the repository won't know or care - (unless somehow you end-up with a load of these _svn/.svn files actually checked-into the repository which would be confusing in the extreme.)

Unless you have absolute concrete evidence that .SVN is causing you problems, then I would stick with that wherever you can.

I've been using .svn with Visual Studio 2008 and 2005 as well as on our CC.Net integration server (with MSBuild) with no issues. I'd stick with the .svn format.

http://subversion.tigris.org/svn_1.3_releasenotes.html

Need to read the "Official support for Windows '_svn' directories (client and language bindings)" section

And need to be aware that you're reading documentation which is several years old, a fact which might or might not be pertinent.

As far as I know _svn is needed, because WebApplications have problems when one of their directories begins with a point.

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