ViewSVN diyerek desteklenmeyen URL çalıştırmak için başarısız

2 Cevap php

I'm trying to setup ViewSVN for viewing our subversion repository. My SVN repository uses https for access. However, irrespective of supplying svn://, svn+ssh:// or https:// in the viewsvn configuration for my svn repository, I always get this in my apache log:

svn: URL protocol is not supported 'https://my.repository.com'

Everything of course works perfectly when running from the commandline. my localconfig.php file defines the svn root server as

$config['svnroot']='https://my.repository.com';

Bir diğer şey-ben kullanıyorum JavaSVN.

2 Cevap

Eğer, örneğin, yüklü SVN birden çok sürümü var mı acaba ViewSVN kullanarak / usr / bin / / usr / local / bin / svn ya da buna benzer bir şey kullanıyor ise svn?


[EDIT] I don't know JavaSVN but maybe it behaves differently when run by different users. Maybe it doesn't load additional plugins you need to handle different protocols. Do you have superuser access to your machine? Try to run the checkout from the command line as the web server user:

su nobody
svn checkout https://...

Ben follwoing gibi "port numarası" ve svnroot katma "kök klasörü" var

$ Config ['svnroot'] = 'https://my.repository.com: 8088/svn ';

Ben TortoiseSVN'ye kullanın ve ben JAVASVN aynı özelliği olduğunu düşünüyorum, benim svnroot gösterir.