List Info

Thread: I needed SVN Subversion 1.4 or greater on my centos server




I needed SVN Subversion 1.4 or greater on my centos server
user name
2007-01-04 09:52:39
Hi,

Please help me..

I needed SVN Subversion 1.4 or greater on my centos server.
I enabled CentOSPlus by editing /etc/yum.repos.d/CentOS-Base.repo

But I got Subversion 1.1.4, which have lots of bugs which is fixed in higher version of subversion 1.4
Release http://subversion.tigris.org/svn_1.4_releasenotes.html. Subversion 1.4 Release is stable version.
Is there any reason why we do not have Subversion 1.4 in the CentOSPlus repo ?
Is there any way to use Subversion 1.4 in the CentOSPlus repo.

Thanks in Advance.

Prabhat
-------------------------------------------------------------------------------------------------------------------
If we were born knowing everything, what would we do with all time on this earth? 

I needed SVN Subversion 1.4 or greater on my centos server
user name
2007-01-04 10:17:53
prabhat krishna wrote:
>    Subversion 1.4 Release is stable version.  Is there
any reason why
>    we do not have Subversion 1.4 in the CentOSPlus repo
?  

Yes. And the reason is called apr.

>    Is there any way to use Subversion 1.4 in the
CentOSPlus repo.

No. And the reason is called apr.

CentOS uses apr-0.9.4, subversion 1.4 need apr-0.9.7, which
isn't
installable without rebuilding *much* of the distribution.

subversion 1.3.2 is available from the rpmforge repository,
though. See
<http://wiki.c
entos.org/Repositories>

Cheers,

Ralph
_______________________________________________
CentOS-devel mailing list
CentOS-develcentos.org
http://lists.centos.org/mailman/listinfo/centos-devel
I needed SVN Subversion 1.4 or greater on my centos server
user name
2007-01-04 10:20:01
prabhat krishna wrote:
> Is there any way to use Subversion 1.4 in the
CentOSPlus repo.
> 

this issue has been discussed a few times, and its unlikely
that svn-1.4 
will make it into any repo for centos-4, till the svn
developers clarify 
the apr situation. Till then, your best option is to chase
the svn 
developers.

-- 
Karanbir Singh : http://www.karan.org/ :
2522219icq
_______________________________________________
CentOS-devel mailing list
CentOS-develcentos.org
http://lists.centos.org/mailman/listinfo/centos-devel
I needed SVN Subversion 1.4 or greater on my centos server
user name
2007-01-04 12:33:25
> But I got Subversion 1.1.4, which have lots of bugs
which is fixed in higher
> version of subversion 1.4
> Release
> http://subversion.tigris.org/svn_1.4_releasenotes.html.
> Subversion 1.4 Release is stable version.

Also you may wish to keep in mind that bug fixes and
security issues
are backported into the same version number, so while 1.1.4
is the
version in the distro, it's not really an accurate
representation, as
it's not the vanilla 1.1.4.

See htt
p://www.redhat.com/advice/speaks_backport.html for
clarity.

-- 
During times of universal deceit, telling the truth becomes
a revolutionary act.
George Orwell
_______________________________________________
CentOS-devel mailing list
CentOS-develcentos.org
http://lists.centos.org/mailman/listinfo/centos-devel
I needed SVN Subversion 1.4 or greater on my centos server
user name
2007-01-04 14:11:51
Ralph Angenendt wrote:
> prabhat krishna wrote:
>>    Subversion 1.4 Release is stable version.  Is
there any reason why
>>    we do not have Subversion 1.4 in the CentOSPlus
repo ?  
> 
> Yes. And the reason is called apr.
> 
>>    Is there any way to use Subversion 1.4 in the
CentOSPlus repo.
> 
> No. And the reason is called apr.
> 
> CentOS uses apr-0.9.4, subversion 1.4 need apr-0.9.7,
which isn't
> installable without rebuilding *much* of the
distribution.
> 
> subversion 1.3.2 is available from the rpmforge
repository, though. See
> <http://wiki.c
entos.org/Repositories>
> 

Has anyone tried these RPMs on Centos?
http://summersoft.fay.ar.us/pub/subversion/latest/
rhel-4/i386/

If so, does it break mod_perl or fastcgi?

-- 
   Les Mikesell
    lesmikesellgmail.com

_______________________________________________
CentOS-devel mailing list
CentOS-develcentos.org
http://lists.centos.org/mailman/listinfo/centos-devel
I needed SVN Subversion 1.4 or greater on my centos server
user name
2007-01-04 15:14:19
Hi,

I have a Centos repository for various security tools and
needed a newer
svn too (and a newer Ruby for Rails but thats another
story). I have svn
1.4.2 and apr 1.2.7 in my repo. To get this to work properly
i had to
rebuild httpd too (which is a backport of the 2.2.3 in fc6).
Ofcourse it
is not extensively tested but it works for me; maybe it
works for you too?

Here's the repo file (just place in /etc/yum.repos.d)
http://www.grond.org/downloads
/source/Centos/RPMS/repofiles/grond-centos-i386.repo

You can view or download the rpms here:
http://
www.grond.org/downloads/source/Centos/



Kind regards,


Rubin.


Les Mikesell wrote:
> Ralph Angenendt wrote:
>> prabhat krishna wrote:
>>>    Subversion 1.4 Release is stable version. 
Is there any reason why
>>>    we do not have Subversion 1.4 in the
CentOSPlus repo ?  
>>
>> Yes. And the reason is called apr.
>>
>>>    Is there any way to use Subversion 1.4 in
the CentOSPlus repo.
>>
>> No. And the reason is called apr.
>>
>> CentOS uses apr-0.9.4, subversion 1.4 need
apr-0.9.7, which isn't
>> installable without rebuilding *much* of the
distribution.
>>
>> subversion 1.3.2 is available from the rpmforge
repository, though. See
>> <http://wiki.c
entos.org/Repositories>
>>
> 
> Has anyone tried these RPMs on Centos?
> http://summersoft.fay.ar.us/pub/subversion/latest/
rhel-4/i386/
> 
> If so, does it break mod_perl or fastcgi?
> 
_______________________________________________
CentOS-devel mailing list
CentOS-develcentos.org
http://lists.centos.org/mailman/listinfo/centos-devel
I needed SVN Subversion 1.4 or greater on my centos server
user name
2007-01-04 16:26:05
Rubin wrote:
> Hi,
> 
> I have a Centos repository for various security tools
and needed a newer
> svn too (and a newer Ruby for Rails but thats another
story). I have svn
> 1.4.2 and apr 1.2.7 in my repo. To get this to work
properly i had to
> rebuild httpd too (which is a backport of the 2.2.3 in
fc6).
> 

does this work with everything else that depends on httpd as
well ? eg. 
php mod_python etc ?

what about all the other files that depend on apr ? Also,
what is your 
security fix policy for packages in that repo ?

I hope you make it quite clear that those packages will
overwrite 
portions of the distro, and therefore, people loose the
security / 
bugfix track from upstream.


- KB

_______________________________________________
CentOS-devel mailing list
CentOS-develcentos.org
http://lists.centos.org/mailman/listinfo/centos-devel
I needed SVN Subversion 1.4 or greater on my centos server
user name
2007-01-04 19:58:59
> No. And the reason is called apr.

apr isn't the big deal, but does require that you also
rebuild things
that depend on it as well (apache, php etc). I think pcre is
the
problem.




-- 
During times of universal deceit, telling the truth becomes
a revolutionary act.
George Orwell
_______________________________________________
CentOS-devel mailing list
CentOS-develcentos.org
http://lists.centos.org/mailman/listinfo/centos-devel
I needed SVN Subversion 1.4 or greater on my centos server
user name
2007-01-05 10:05:59
 gmail.com" style="color: rgb(91, 16, 148);">Jim Perrin wrote:
apr isn't the big deal, but does require that you also rebuild things
that depend on it as well (apache, php etc). I think pcre is the
problem.

I Dont think Jim,
prce cause any problem, would u please explain how its cause a problem.

Prabhat Kumar
&nbsp;

--
During times of universal deceit, telling the truth becomes a revolutionary act.
George Orwell
_______________________________________________
CentOS-devel mailing list
CentOS-develcentos.org">CentOS-develcentos.org
http://lists.centos.org/mailman/listinfo/centos-devel

I needed SVN Subversion 1.4 or greater on my centos server
user name
2007-01-05 10:17:37
Jim Perrin wrote:
> >No. And the reason is called apr.
> 
> apr isn't the big deal, but does require that you also
rebuild things
> that depend on it as well (apache, php etc). I think
pcre is the
> problem.

I'd call rebuilding apr-dependant packages a "big
deal", especially as
you have to do it with each update ...

But true, pcre seems to be the bigger deal. 

Ralph
_______________________________________________
CentOS-devel mailing list
CentOS-develcentos.org
http://lists.centos.org/mailman/listinfo/centos-devel
[1-10]

about | contact  Other archives ( Real Estate discussion Medical topics )