Configuring Subversion using SVNSERVE with SASL

2013-07-10 Thread vinoth kumar
  Hello All,   I have downloaded subversion http://sourceforge.net/projects/win32svn/.   We tried to configure subversion using "SVNSERVE utility with SASL" in WIndows XP 32 bit machine. We are able to configure successfully. We created the password database using saslpasswd2 utility.   The same i

Fwd: [Apache HTTP Server Project: [Announcement] Apache HTTP Server 2.2.25 Released]

2013-07-10 Thread Daniel Shahaf
- Forwarded message from Apache HTTP Server Project - > From: "Apache HTTP Server Project" > Subject: [Announcement] Apache HTTP Server 2.2.25 Released > To: annou...@subversion.apache.org > Date: Wed, 10 Jul 2013 12:51:06 -0500 > Message-ID: <20130710125106.6a2eb0d7.wr...@rowe-clan.net>

Re: "svn add *" and sign in filename

2013-07-10 Thread 'Daniel Shahaf'
Варфоломеев Игорь wrote on Wed, Jul 10, 2013 at 20:36:24 +0400: > > From: 'Daniel Shahaf' [mailto:d...@daniel.shahaf.name] > > Sent: Wednesday, July 10, 2013 4:46 AM > > > > The glob is expanded by the shell, so svn sees ['svn', 'add', > > 'wc/B/@2.txt'], so > > it parses out target 'wc/B/' with

Re: svn move and sign in filepath

2013-07-10 Thread 'Daniel Shahaf'
Варфоломеев Игорь wrote on Wed, Jul 10, 2013 at 06:40:39 +0400: > > From: 'Daniel Shahaf' [mailto:d...@daniel.shahaf.name] > > Sent: Wednesday, July 10, 2013 5:45 AM > > > > The question is whether we should not be parsing peg revisions in some > > places. The target arguments to 'add' seem like

RE: "svn add *" and sign in filename

2013-07-10 Thread Варфоломеев Игорь
> From: 'Daniel Shahaf' [mailto:d...@daniel.shahaf.name] > Sent: Wednesday, July 10, 2013 4:46 AM > > The glob is expanded by the shell, so svn sees ['svn', 'add', 'wc/B/@2.txt'], > so > it parses out target 'wc/B/' with peg '2.txt' (this part is arguably a bug), > and > stripping the slash off

Re: Expected performance

2013-07-10 Thread Philip Martin
"Naumenko, Roman" writes: > On 2013/07/10 9:41 AM, Philip Martin wrote: >> "Naumenko, Roman" writes: >>> That box has more than enough CPUs (forty), cores are barely utilized. >> Subversion's default cache configuration is very conservative. >> Increasing the cache size can reduce disk IO and im

Re: Expected performance

2013-07-10 Thread Naumenko, Roman
On 2013/07/10 9:41 AM, Philip Martin wrote: > "Naumenko, Roman" writes: >> That box has more than enough CPUs (forty), cores are barely utilized. > Subversion's default cache configuration is very conservative. > Increasing the cache size can reduce disk IO and improve performance: > > http://subv

Re: Expected performance

2013-07-10 Thread Philip Martin
"Naumenko, Roman" writes: > That box has more than enough CPUs (forty), cores are barely utilized. Subversion's default cache configuration is very conservative. Increasing the cache size can reduce disk IO and improve performance: http://subversion.apache.org/docs/release-notes/1.7.html#server

Re: Expected performance (svn+ssh)

2013-07-10 Thread Naumenko, Roman
On 2013/07/08 5:10 PM, Thomas Harold wrote: > On 7/8/2013 2:18 PM, Naumenko, Roman wrote: >> >> That box has more than enough CPUs (forty), cores are barely utilized. >> How is the access over ssh can be configured? I thought it's only >> http(s) or svn proto. > http://svnbook.red-bean.com/en/1.7/s

Re: dav_svn__get_inherited_props_report and NetBSD 5.2 install

2013-07-10 Thread Carl Brewer
On 10/07/2013 8:42 PM, Philip Martin wrote: reports/inherited-props.c is new in 1.8 so if you somehow built the 1.8 mod_dav_svn source code with the 1.7 rules then perhaps that file was not compiled or linked. That would cause warnings about undefined symbols at build time but such warnings are

Re: dav_svn__get_inherited_props_report and NetBSD 5.2 install

2013-07-10 Thread Carl Brewer
On 10/07/2013 8:42 PM, Philip Martin wrote: Branko Čibej writes: You could also try: nm /usr/pkg/libexec/mod_dav_svn.so | grep dav_svn__get_inherited_props_report that will, unlike 'strings', tell you if the symbol is actually exported from the shared library. Or perhaps "objdump -T" inst

Re: dav_svn__get_inherited_props_report and NetBSD 5.2 install

2013-07-10 Thread Philip Martin
Branko Čibej writes: > You could also try: > > nm /usr/pkg/libexec/mod_dav_svn.so | grep > dav_svn__get_inherited_props_report > > that will, unlike 'strings', tell you if the symbol is actually exported > from the shared library. Or perhaps "objdump -T" instead of "nm". reports/inherited-pr

Re: dav_svn__get_inherited_props_report and NetBSD 5.2 install

2013-07-10 Thread Branko Čibej
On 09.07.2013 19:26, Carl Brewer wrote: > > > G'day, > I'm trying to get subversion 1.8 up on a NetBSD 5.2 (amd64) box using > pkgsrc, and am seeing the following at run-time : > > bash-4.2# /etc/rc.d/apache start > Starting apache. > httpd: Syntax error on line 166 of /usr/pkg/etc/httpd/httpd.conf