sürüm centos 4.6, cpanel 11, apache yi easyapache ile derliyorum
Kod:
[root@junko ~]# cat /etc/redhat-release
CentOS release 4.6 (Final)
yum install mod_dav_svn
Kod:
Error: Missing Dependency: httpd-mmn = 20020903 is needed by package mod_dav_svn
Error: Missing Dependency: libswigpy.so.0 is needed by package subversion
mod_dav_svn nin derdi apache sürümü, mmn diye birşeyden bahsediyor.
libswigpy.so.0 bu da swig e ait, swig kurmaya çalışınca perl(:MODULE_COMPAT_5.8.8) hatası veriyor, perl kurunca da var zaten diyor.
yum install subversion
Kod:
--> Populating transaction set with selected packages. Please wait.
---> Package subversion.i386 0:1.1.4-2.ent set to be updated
--> Running transaction check
--> Processing Dependency: libswigpy.so.0 for package: subversion
--> Finished Dependency Resolution
Error: Missing Dependency: libswigpy.so.0 is needed by package subversion
yine olaya swig karışıyor... Her paket başka bir pakete ihtiyaç duyduğunu söylüyor, öyle öyle gidiyor, sonu yok sanırım.
Daha önce make install ile kurmayı denedim, bu defa olaylar iyice karıştı, tonlarca hata vermişti.
svn --version
Kod:
[root@junko ~]# svn --version
svn, version 1.4.6 (r28521)
compiled Feb 13 2008, 19:48:26
Copyright (C) 2000-2007 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).
The following repository access (RA) modules are available:
* ra_svn : Module for accessing a repository using the svn network protocol.
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
http protokolü eksik yukarıda adı geçmiyor:
Kod:
[root@junko ~]# svn checkout http://svn.magentocommerce.com/source/branches/1.0-latest
svn: Unrecognized URL scheme for 'http://svn.magentocommerce.com/source/branches/1.0- latest'