[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Urgent Help Required !!

From: Himanshu Raina <raina_himanshu_at_yahoo.com>
Date: 2006-12-29 06:08:45 CET

HI, Well i have only one version of SVN installed and that too from a source tar.Will it be possible for someone to send me installation steps.My requirement is listed below Subversion with Berkeley DB support (while installing from source when i give ./configure --prefix=/usr/local/subversion --with-berkeley-db=/usr/local/bdb it doesn't return any error and compilation is also error free.But how do i check whether the subversion is actually installed with Berkeley DB support. Secondly in case i don't want to use HTTP support for subversion,how can i have restricted access over the network for users(i.e if i use svn protocol) regards Himanshu Raina ----- Original Message ---- From: Erik Hemdal <erik_at_comprehensivepower.com> To: Himanshu Raina <raina_himanshu_at_yahoo.com>; users_at_subversion.tigris.org Sent: Thursday, December 28, 2006 8:30:07 PM Subject: RE: Urgent Help Required !! >Hi, >I have installed subversion-1.4.2 on FC6.The problem is that while trying to access the repository over http it gives me an >error.The steps are listed below >Apache Server version = Apache/2.2.3 Hello Himanshu: I have also used Subversion on FC6. I found that version 1.3.2 was included when I installed the OS at the start. Your post did not mention whether you installed v1.4.2 from source or from an RPM package. If it was from source, you might be running into version conflicts -- where you are intending to use v1.4.2 but because of how your PATH is set up (or where configuration files are installed), the system is trying to use v1.3.2. If it was from a package provided by an "unofficial" yum repository, then there might be differences in how the package was created that is causing difficulty. You can check to see if you have a Subversion package with a command like this: $ rpm -qa | grep subversion I hope that this might help you resolve your issues. Erik __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Received on Fri Dec 29 06:09:00 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.