RE: [opensuse] subversion install (Suse 9.3)
James D. Parra escribió:
Hello,
Installing subversion from source and I was able to find the Berkeley DB files needed to compile (loaded the development package from the DVD), however although Apache2 is installed (from the DVD) I can't locate the apxs files. Any ideas on where I can find the apxs?
Good news: newer Subversion is available in the buildservice for 9.3. Bad news: It does not compile with apr shipped with 9.3 anymore (too old). so you will need to upgrade apr as well ( and probably apache, PHP and whaetevr else you are using..so you might end upgrading more than you want ;P ) if you want to do this: add the following sources to your package manager http://ftp-1.gwdg.de/pub/opensuse/repositories/Apache/SUSE_Linux_9.3 http://ftp-1.gwdg.de/pub/opensuse/repositories/Subversion/Apache_SuSE_Linux_ 9.3/ ~~~~ Thank you for the info. Very useful. Performed the upgrade, however the repository can't be browsed. I get the following error trying to check out a file. File not found: transaction '653-1', path '/data/svnrepos/web/web_mcr/class/checkbox.php' I can view the tree; # svnlook tree /data/svnrepos |grep web web/ web_mcr/ What might be happening and any clues on how to fix it? Many thanks. ~James -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
James D. Parra escribió:
Thank you for the info. Very useful.
;-)
Performed the upgrade, however the repository can't be browsed.
browsed with an svn client ? with a web interface ? I assume you : 1. if it is a web client,you have apache installed, you upgraded apache 2. you upgraded subversion , subversion-server and all it's dependencies correctly. I get the
following error trying to check out a file.
File not found: transaction '653-1', path '/data/svnrepos/web/web_mcr/class/checkbox.php'
run svn update in the working copy. if it does not work, then explain your problem better, including the version of the package you installed.
participants (2)
-
Cristian Rodriguez R.
-
James D. Parra