[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

SVN_ASP_DOT_NET_HACK

From: Matthew Hawkins <darthmdh_at_gmail.com>
Date: 2006-02-27 05:39:02 CET

Hello subversion developers,

I'm not subscribed so please CC me on any responses. A colleague pointed
out to me today that this workaround is unnecessary.
Apparently what Visual Studio .NET is looking for is the presence of the
"Bin" directory inside the webservice. This is not there until the solution
is built, and unfortunately VS.NET has a chicken & egg bug where the
solution won't load (ie, directly after a checkout from svn) unless the dir
is there, and the dir isn't (normally) there until the solution is loaded &
built ;)

He always uses subversion with the regular .svn directories and has simply
made the Bin directory any time VS.NET has complained, and has never had any
problem.

If this can be shown to always be the case (I've only tested it successfully
here) then perhaps this is a better thing to do than the ugly hack which for
some clients (eg, tortoisesvn) requires a system reboot; automatically
create the Bin directory if a VS.NET web service is detected on checkout.

Cheers,

--
Matt
Received on Tue Feb 28 22:51:01 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.