RE: svnserve crash

2012-11-02 Thread Mark Raymond
> Now, the first thing that jumps out is that some of the actual parameters are 0x or 0x1000; for example: > #14 0x13f639fd8 in serve(conn=(svn_ra_svn_conn_st *) 0x, params=(serve_params_t *) 0x, pool=(apr_pool_t *) 0x) at > which might suggest a stack smash, or

RE: Problems configuring svnserve on Windows using SASL

2012-10-22 Thread Mark Raymond
Mark Raymond wrote on Sat, Oct 20, 2012 at 21:48:11 +0100: > > - C:\sasl\sasldb was created on an Ubuntu system using: > > saslpasswd2 -c -f ~/sasldb -u madanra mark when ~/sasldb did not exist > > before running the command, and then ~/sasldb was copied across to the > &

RE: Problems configuring svnserve on Windows using SASL

2012-10-21 Thread Mark Raymond
> > - svnserve was then started using > > svnserve -d -r C:\repo --log-file C:\temp\svn.log > > Doesn't -r need to specify a parent directory of repos to serve, not a single repo itself? I believe that's a common way of doing things, but it's not enforced; last time I set up svnserve I pointed -r

Problems configuring svnserve on Windows using SASL

2012-10-20 Thread Mark Raymond
Hello, I've set up svnserve on Windows before using the inbuilt CRAM-MD5 authentication, using my own compile of SVN. I'm now trying to set up svnserve to use SASL and DIGEST-MD5, but I'm having difficulties getting it working. My setup is: - I'm on Windows 7 Professional x64 - I'm using the Tor

RE: Compiling Subversion on Windows

2012-03-12 Thread Mark Raymond
Thank you! This solved the XML linking issue. The SSL_SESSION_cmd issue was solved by going back to openssl-0.9.8, as that function was removed in openssl-1.0.0. Mark. From: kmra...@rockwellcollins.com [mailto:kmra...@rockwellcollins.com] Sent: 12 March 2012 19:55 To: Mark Raymond Cc: users

Compiling Subversion on Windows

2012-03-12 Thread Mark Raymond
Hi, I've been attempting to compile Subversion on Windows (64-bit). I've been able to solve most of the issues I had when compiling, but there's just one file left that is refusing to compile - libsvn_ra-1.dll. The build environment is Visual Studio 2008 on Windows 7 64-bit, using the x64 Cross To