svn / Apache installation question

2010-10-07 Thread Cooke, Mark
Folks,

I use apache to host subversion and all seems to be working.  However, I
happened to read the TortoiseSVN help file this morning and noticed the
following:

4. Copy the file /bin/libdb*.dll and /bin/intl3_svn.dll
   from the Subversion installation directory to the
   Apache bin directory. [1]

I checked and these files are not in the apache bin directory but
nothing seems broken!  Is this advice incorrect / out-of-date or is
something broken that I have not noticed yet?

Many thanks for any insights,

~ mark c

[1]
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup-apac
he.html
under Installing Subversion


Re: svn / Apache installation question

2010-10-07 Thread Itamar O
On Thu, Oct 7, 2010 at 10:10 AM, Cooke, Mark mark.co...@siemens.com wrote:

 Folks,

 I use apache to host subversion and all seems to be working.  However, I
 happened to read the TortoiseSVN help file this morning and noticed the
 following:

 4. Copy the file /bin/libdb*.dll and /bin/intl3_svn.dll
   from the Subversion installation directory to the
   Apache bin directory. [1]

 I checked and these files are not in the apache bin directory but
 nothing seems broken!  Is this advice incorrect / out-of-date or is
 something broken that I have not noticed yet?

 Many thanks for any insights,

 ~ mark c

 [1]
 http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup-apac
 he.htmlhttp://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup-apac%0Ahe.html
under Installing Subversion


I think that if the Subversion/bin directory is in your PATH environment
variable,
you can skip the copy, since the DLLs will be found in svn/bin when it is
needed by Apache.


Re: svn / Apache installation question

2010-10-07 Thread David Darj

 On 2010-10-07 10:10, Cooke, Mark wrote:

Folks,

I use apache to host subversion and all seems to be working.  However, I
happened to read the TortoiseSVN help file this morning and noticed the
following:

4. Copy the file /bin/libdb*.dll and /bin/intl3_svn.dll
from the Subversion installation directory to the
Apache bin directory. [1]

I checked and these files are not in the apache bin directory but
nothing seems broken!  Is this advice incorrect / out-of-date or is
something broken that I have not noticed yet?

Many thanks for any insights,

~ mark c

[1]
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup-apac
he.html
 under Installing Subversion


I'm not sure but i think this should only be necessary if you doesn't 
have the subversion/bin in your search path.


/David



Re: SVN Apache Installation

2010-07-08 Thread Nico Kadel-Garcia
On Wed, Jul 7, 2010 at 4:40 PM, Ryan Schmidt
subversion-20...@ryandesign.com wrote:

 On Jul 7, 2010, at 11:49, Andy Levy wrote:

 The Subversion modules for Apache require Apache 2.2.x, so you will
 need to upgrade or install 2.2 in parallel with 2.0.63.

 Did that change recently? I know Subversion used to compile just fine with 
 Apache 2.0.x or 2.2.x and that there were binaries posted for both. But I 
 can't find those now.

Compiling Subversion just fine on legacy operating systems is
painful, inlcluding RHEL 4 (which contained httpd-2.0.63). The
dependencies on more recent versions of Python, neon, and SQlite are
awkward to mange.

If possible, update to RHEL 5 or CentOS 5 and grab the RPMforge
release of subversion-1.6.12. You'll save yourself a lot of pain: I
found backporting to RHEL 4 to be a big problem and gave it up as too
tough to provide a completely workable install, especially for x86_64,
years ago.


SVN Apache Installation

2010-07-07 Thread David Swingley
I am trying to install TortoiseSVN version 1.6.8 and use it on a Unix server
running Apache/2.0.63 (Red Hat).

 Can someone please enlighten me on where to get these two packages, and how
to install them?

LoadModule dav_svn_module modules/mod_dav_svn.so

LoadModule authz_svn_module   modules/mod_authz_svn.so

David Swingley


Re: SVN Apache Installation

2010-07-07 Thread Andy Levy
On Wed, Jul 7, 2010 at 12:45, David Swingley swingley.da...@gmail.com wrote:
 I am trying to install TortoiseSVN version 1.6.8 and use it on a Unix server
 running Apache/2.0.63 (Red Hat).

TortoiseSVN is not a server, it is a client, and it only runs on Windows.

The Subversion modules for Apache require Apache 2.2.x, so you will
need to upgrade or install 2.2 in parallel with 2.0.63.

  Can someone please enlighten me on where to get these two packages, and how
 to install them?

 LoadModule dav_svn_module modules/mod_dav_svn.so

 LoadModule authz_svn_module   modules/mod_authz_svn.so

Have you checked the repositories you use for other RPMs for your
version of RedHat for a Subversion package?


Re: SVN Apache Installation

2010-07-07 Thread Ryan Schmidt

On Jul 7, 2010, at 11:49, Andy Levy wrote:

 The Subversion modules for Apache require Apache 2.2.x, so you will
 need to upgrade or install 2.2 in parallel with 2.0.63.

Did that change recently? I know Subversion used to compile just fine with 
Apache 2.0.x or 2.2.x and that there were binaries posted for both. But I can't 
find those now.