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

ASP.NET & SVN libraries

From: Craig Gambino <cmgambino_at_gmail.com>
Date: Mon, 2 Jun 2008 13:24:39 -0700

Hello,

I'm not sure whether or not this should go to the dev mailing list or not,
but I'll take a shot here first.

I'm attempting to make an SVN client in ASP.NET C# using the SharpSVN
libraries as a wrapper. I have successfully made this configuration work
with http:// repositories. However, SVN:// repositories cause it to hang.
As a test, I wrote a Winforms/Console application using the same exact code,
HTTP & SVN both worked, so it seems that it's limited to ASP.NET. Both of
these were running on an x86 machine WinXP.

After a bit of debugging, it appears to hang in this spot:

svn_error_t* svn_atomic__init_once()
{
.
.
.
else while (status != SVN_ATOMIC_INITIALIZED)
{
.
// Stuck in this loop
.
}

}

Has anyone else attempted to use SVN and ASP.NET before?

Thanks,
Craig
Received on 2008-06-02 22:25:04 CEST

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

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