You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Cooke, Mark" <ma...@siemens.com> on 2010/10/07 08:10:44 UTC

svn / Apache installation question

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

Posted by Itamar O <it...@gmail.com>.
On Thu, Oct 7, 2010 at 10:10 AM, Cooke, Mark <ma...@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.html<http://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

Posted by David Darj <zi...@alagazam.net>.
 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