[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: Erik Hemdal <erik_at_comprehensivepower.com>
Date: 2006-12-28 16:00:07 CET

>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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 28 16:02:04 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.