English 中文(简体)
Umbraco throws stackoverflow exception when run from SVN checkout folder
原标题:

This might sound silly, but my umbraco 5.1 application (after upgrading from 5.0) simply throws a stackoverflow exception and crashes the IIS/IIS express when run from the checked out folder (with svn hidden items)

But when I do an svn export (to avoid svn structure) and run from exported folders (without svn hidden folders etc), it works like a charm. Could umbraco be fighting with the SVN folder structure somehow?

I am using Visual studio 2010 ultimate, SQL 2008, used Nuget to upgrade my application from Umbraco 5.0x to 5.1, and tried running on WIndows 2003/windows7 environments with the same results.

Any ideas?

最佳回答

Upgrade to svn 1.7 (Release notes), and take advantage of "Centralized Metadata Storage" (default in 1.7), where you don t have any .svn folders, in all the subfolders, but one large one.

Its the new standard, and you don t have to fight that damn hidden folders

问题回答

暂无回答




相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

ASP.NET MVC: How should it work with subversion?

So, I have an asp.net mvc app that is being worked on by multiple developers in differing capacities. This is our first time working on a mvc app and my first time working with .NET. Our app does not ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签