Funny, how that bug is inherited in the clean-room engineered piece of code :)
I'm not sure though, that linux version of SVN supports the underscore hack... That's fine for now, though... V. Bill Seddon wrote: > I don't know about Mono but using VS2003 with SVN can cause a problem if > the SVN client creates .svn files. Here's a cut paste of a comment to > this article > http://www.codeproject.com/useritems/Subversion_on_Windows.asp?df=100&fo > rumid=399137&exp=0&select=1961664 and which hints a potential solution > at least for TortoiseSVN users. > > "The name used depends on a setting of the local copy of TortoiseSVN > installed on your machine. If you develop a web application (ASP.NET) > with IIS 6 using VS2003 (that still does happen a lot) you don't want to > have a hidden folder to be named .svn. You will have a lot of troubles > trying to load a web project from the IIS virtual directory with > absolutely meaningless error message in VS2003. So the solution is > simple: go to TortoiseSVN settings and on a General tab check "Use > '_svn' instead '.svn' directories" checkbox. This problem does not > happen with VS2005." > > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Vasili Sviridov > Sent: 13 October 2007 09:03 > To: Daniel Nauck > Cc: [email protected] > Subject: Re: [Mono-list] CS2008 : Can't dig to the source of the > problem. > > Daniel Nauck wrote: > >> Vasili Sviridov schrieb: >> >> >>> Looks like i've found the culprit. My App_Code folder contained .svn >>> folder, apparently this breaks compilation. As soon as the .svn was >>> removed everything started working fine. >>> Although this is not the best solution, as I want to have that folder >>> > > >>> under version control. Is there a way to tell the compiler to ignore >>> > ".svn"? > >>> Thanks, >>> V. >>> >>> >> What version of mono are you using? This problem don't exist on svn >> > head. > >> Daniel >> >> > The one that's currently in the yum repository for fedora4. xsp2 version > > is 1.2.4.0 > > Vasili > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > > > > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
