_svn vs .svn in old VS 2003 Projects in TeamCity
We have an old project that is still around, that was built using VS 2003.
If a project is checked out with .svn, there are problems when building and or opening the project / solution file.
Is there a way to handle this problem in Team City? in Tortoise you can tell it to use the _svn approach but not certain in Team City.
Please sign in to leave a comment.
There is a workaround for commandline SVN to use _svn insetad of .svn.
Please set 'SVN_ASP_DOT_NET_HACK' environment variable for devenv.exe process (or globally for the system)