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

Re: Fedora RPMs (and RHEL3/WBEL3)

From: Raymond <support_at_bigriverinfotech.com>
Date: 2004-03-03 14:38:05 CET

> Here's what seems to work on a update current FC1 installation:
>
> rpm --ivh db4-4.2.52-3.i386.rpm
> rpm --Uvh apr-*0.9.5-0.3.i386.rpm
> rpm -Uvh neon-*0.24.4-1.i386.rpm
> rpm -e mod_dav_svn-0.32.1-1
> rpm -Uvh subversion-*1.0.0-2.fc1.i386.rpm
> svnadmin create test

Oops, too many dashes on the first 2; try this

rpm -ivh db4-4.2.52-3.i386.rpm
rpm -Uvh apr-*0.9.5-0.3.i386.rpm
rpm -Uvh neon-*0.24.4-1.i386.rpm
rpm -e mod_dav_svn-0.32.1-1
rpm -Uvh subversion-*1.0.0-2.fc1.i386.rpm
svnadmin create test

Raymond

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 3 14:39:25 2004

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.