You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "McKenna, Simon (RGH)" <Si...@rgh.sa.gov.au> on 2003/11/14 02:24:47 UTC

BES + Apache + SVN

Hi,

Has anyone had success running Subversion on Apache / Borland Enterprise
Server?

Getting an error:

"Cannot load C:/BES/lib/apache2/mod_dav_svn.so into server: The specified
procedure could not be found."

Which after searching the mailing list archives leads me to believe it's
because Apache can't find the libdb40.dll, libeay32, ssleay32.dll files.
Tried putting them in every plausible location with no success.

Using Apache 2.0.43 (BES on Port 88) with Subversion 0.32.1 on W2K (latest
patches) shared with IIS (Port 80).

Any help appreciated...also, the reason for our efforts is that we currently
have ~24 repositories sitting on a (M$) network drive, and I've read that
it's not advisable to use BDB over a network drive (hence the move to
Apache)...but are we risking any possible repository corruption until we can
get Apache working?

I work in a hospital and all our application source code now lives in
Subversion, hence the paranoia :)

Regards,
Simon McKenna

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: BES + Apache + SVN

Posted by Ben Collins-Sussman <su...@collab.net>.
On Thu, 2003-11-13 at 20:24, McKenna, Simon (RGH) wrote:

> "Cannot load C:/BES/lib/apache2/mod_dav_svn.so into server: The specified
> procedure could not be found."
> 

I've never heard of Borland's own Apache release... and we can't make
any guarantees that Subversion will work with it.  We only test
Subversion against the original Apache.

> Using Apache 2.0.43 (BES on Port 88) with Subversion 0.32.1 on W2K (latest
> patches) shared with IIS (Port 80).

But that said, it's no surprise that you're getting "function not
implemented."  Subversion 0.32.1 *requires* the API within Apache
2.0.47.  And Subversion 0.33.0 (being released tonight) requires Apache
2.0.48.




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: BES + Apache + SVN

Posted by Brian Denny <br...@briandenny.net>.
On Fri, Nov 14, 2003 at 12:54:47PM +1030, McKenna, Simon (RGH) wrote:
> 
> Any help appreciated...also, the reason for our efforts is that we currently
> have ~24 repositories sitting on a (M$) network drive, and I've read that
> it's not advisable to use BDB over a network drive (hence the move to
> Apache)...but are we risking any possible repository corruption until we can
> get Apache working?
> 
> I work in a hospital and all our application source code now lives in
> Subversion, hence the paranoia :)

Based on what I have read on this list in the past, there is a real risk
of corruption using file:// over a network share.

If I were you I would look into svnserve, or else run Apache 2.0.48 on
another port.

-brian
 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org