Re: help on accessing data in SVN

2013-12-02 Thread Scott R. Keszler
Try: svn co http://svn.code.sf.net/p/firebird/code/ - Original Message - > From: "Aynadis Temesgen" > To: users@subversion.apache.org > Sent: Monday, December 2, 2013 6:49:26 AM > Subject: help on accessing data in SVN > i"ve installed SVN client application on window7 and been trying

Re: AuthType Basic (with ext LDAP)

2013-10-19 Thread Scott R. Keszler
> From: "Ben Reser" Sent: Friday, October 18, 2013 1:51:56 PM > On 10/18/13 10:01 AM, Naumenko, Roman wrote: > > What I noticed is that svn server making a request for each svn URI or > > operation, which neither LDAP server likes nor users that could be > > waiting for their turn to be authentica

Strange libtool error

2013-09-06 Thread Scott R. Keszler
Compiling all components on RHEL 5.9: apr-1.4.8, apr-iconv-1.2.1, apr-util-1.5.2, httpd-2.2.24, serf-1.2.1, zlib-1.2.8, and subversion-1.8.3. ./configure --enable-optimize --enable-mod-activation --with-apr=/usr/local/apr/bin/apr-1-config --with-apr-util=/usr/local/apr/bin/apu-1-config --with-s

Re: SvnServe with Windows AD Authendication

2013-03-08 Thread Scott R. Keszler
It's possible, and actually fairly simple. http://lmgtfy.com/?q=subversion+apache+ldap+3268+active+directory yields lots of good links. You'll want to use port 3268 to talk to AD instead of the standard LDAP port 389; some of the links from the above will explain why. - Original Message