Subversion crash at svn_auth_set_parameter()

2010-05-03 Thread Sidney Just
I'm trying to use Subversion in one of my projects (Mac OS X 10.6.3), so I downloaded the latest Subversion release (1.6.11) and the latest Neon release (0.29.3). I compiled neon with: $ ./configure --with-ssl --with-pic --enable-shared $ make $ make install and than Subversion with: $ ./configur

svn backup strategy

2010-05-03 Thread Vikrama Sanjeeva
Hello, We've recently shifted to SVN. Suppose there are three repositories R1, R2 and R3. And each repostory has three projects in it. So we have: R1: P1, P2, P3 R2: P1, P2, P3 R3: P1, P2, P3 R1-P1 and R1-P2 are changed almost daily, whereas, R1-P3 is changed very rare (once a month) Change of

svnserve not picking up sasldb credential changes

2010-05-03 Thread Dave Purrington
I'm testing out using SASL with svnserve (1.6.1 from Collabnet on Windows 2003 server), and it is basically working. Here is my svn.config: pwcheck_method: auxprop auxprop_plugin: sasldb sasldb_path: x:/path/to/repo/conf/sasldb mech_list: DIGEST-MD5 I'm also able to create a user in said db

RE: A mod_svn_authz question.

2010-05-03 Thread Todd Gleason
> -Original Message- > From: Andy Levy [mailto:andy.l...@gmail.com] > Sent: Saturday, May 01, 2010 8:43 PM > To: Geoffrey Ducharme > Cc: users@subversion.apache.org > Subject: Re: A mod_svn_authz question. > > On Sat, May 1, 2010 at 18:33, Geoffrey Ducharme > wrote: > > Hello all, > > > >

Re: svn backup strategy

2010-05-03 Thread Ryan Schmidt
On May 3, 2010, at 11:09, Vikrama Sanjeeva wrote: > We've recently shifted to SVN. Suppose there are three repositories R1, R2 > and R3. And each repostory has three projects in it. > > So we have: > R1: P1, P2, P3 > R2: P1, P2, P3 > R3: P1, P2, P3 > > R1-P1 and R1-P2 are changed almost daily,