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
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
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
> -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,
> >
> >
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,