Revision [1210]

Last edited on 2009-12-09 15:06:46 by OsdeInfo
Additions:
>>http://subversion.tigris.org/
>>===subversion svn===
Deletions:
===subversion svn===


Revision [1209]

Edited on 2009-12-09 14:38:56 by OsdeInfo
Additions:
# make local-install install-bin
==verify svn version==
$ /usr/local/bin/svn --version
you should see either 1.4.2 or 1.6.6
Deletions:
# make install
==run==
$ svn


Revision [1208]

Edited on 2009-12-09 14:32:01 by OsdeInfo
Additions:
$ su
# make install
Deletions:
$ make install


Revision [1207]

Edited on 2009-12-09 14:14:06 by OsdeInfo
Additions:
svn 1.4.2 is available in a rpm
svn 1.4.2 is available in a deb
if you need svn 1.6.6 you'll have to build your own !
get svn source and get sqlite3.c
$ wget http://subversion.tigris.org/downloads/subversion-1.6.6.tar.gz
$ tar zxvf
copy sqlite3.c into subversion tree
configure, make and install subversion
Deletions:
get sqlite3.c
configure and make


Revision [1206]

Edited on 2009-12-09 14:08:12 by OsdeInfo
Deletions:
#
# yum --enablerepo=rpmforge install subversion-devel


Revision [1205]

Edited on 2009-12-09 14:04:09 by OsdeInfo
Additions:
==CentOS, OEL, RHEL==
# yum install subversion
==Ed/X/Ubuntu==
# aptitude install subversion
==BYO==
get dependancies
#
# yum --enablerepo=rpmforge install apr-util-devel
# yum --enablerepo=rpmforge install sqlite-devel
# yum --enablerepo=rpmforge install subversion-devel
# yum --enablerepo=rpmforge install mod_dav_svn
# yum --enablerepo=rpmforge install neon-devel
get sqlite3.c
$ wget http://www.sqlite.org/sqlite-amalgamation-3.6.13.tar.gz
$ tar zxvf sqlite-amalgamation-3.6.13.tar.gz
$ cd subversion-1.6.6
$ mkdir sqlite-amalgamation
$ cp ../sqlite-3.6.13/sqlite3.c sqlite-amalgamation/
configure and make
$ ./configure
$ make
$ make install
==run==
----
REFERRERS
{{backlinks}}


Revision [1204]

The oldest known version of this page was created on 2009-12-09 13:48:35 by OsdeInfo
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki