hi,
i am getting this error
Parse error: parse error, expecting `'('' in /var/www/html/svnmanager/prado-2.0.1/prado.php on line 85
Fatal error: Call to undefined function: pradogetapplication() in /var/www/html/svnmanager/index.php on line 4
i am using svn repo comfortably. and have configure my mysql server for authntification.
my httpd.conf has a line
<Location /svn>
DAV svn
SVNParentPath /cvs/satrang/
# SVNPath /cvs/satrang
# SVNPath /cvs/doc-db
#
# # Limit write permission to list of valid users.
# <LimitExcept GET PROPFIND OPTIONS REPORT>
# # Require SSL connection for password protection.
# # SSLRequireSSL
# to give permissions ie, policies on top of directories
AuthzSVNAccessFile /etc/httpd/passwd/svnauthz.conf
AuthType Basic
AuthName "Authorization Realm"
AuthUserFile /etc/httpd/passwd/passwords
Require valid-user
# </LimitExcept>
</Location>
and my svnauthz.conf has all the user/groups for authentification.
what;s worng with my insallation?
regards
shann
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First, please be aware that svnmanager will overwrite your svnauthz file and that there currently is no option to import existing repository directories!!
Svnmanager does have functionality to import repository dump files.
About your error, what version of svnmanager are you using? It seems to be a problem in the Prado package. Are you using PHP 5?
Kind regards,
Marijn
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi,
i have installed php5 and got the svn-manager working. now how to add administer the repositories which i already have in my svn? any idea please
regard
shann
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi,
i am getting this error
Parse error: parse error, expecting `'('' in /var/www/html/svnmanager/prado-2.0.1/prado.php on line 85
Fatal error: Call to undefined function: pradogetapplication() in /var/www/html/svnmanager/index.php on line 4
i am using svn repo comfortably. and have configure my mysql server for authntification.
my httpd.conf has a line
<Location /svn>
DAV svn
SVNParentPath /cvs/satrang/
# SVNPath /cvs/satrang
# SVNPath /cvs/doc-db
#
# # Limit write permission to list of valid users.
# <LimitExcept GET PROPFIND OPTIONS REPORT>
# # Require SSL connection for password protection.
# # SSLRequireSSL
# to give permissions ie, policies on top of directories
AuthzSVNAccessFile /etc/httpd/passwd/svnauthz.conf
AuthType Basic
AuthName "Authorization Realm"
AuthUserFile /etc/httpd/passwd/passwords
Require valid-user
# </LimitExcept>
</Location>
and my svnauthz.conf has all the user/groups for authentification.
what;s worng with my insallation?
regards
shann
Hi there!
First, please be aware that svnmanager will overwrite your svnauthz file and that there currently is no option to import existing repository directories!!
Svnmanager does have functionality to import repository dump files.
About your error, what version of svnmanager are you using? It seems to be a problem in the Prado package. Are you using PHP 5?
Kind regards,
Marijn
then is it possible anyway to load this tool to administer a ready svn server which has lot of users and various repositiries inside the svn.
the php version is php-4.3.2-23.ent
regards
shann
svnmanager needs php 5
hi,
i have installed php5 and got the svn-manager working. now how to add administer the repositories which i already have in my svn? any idea please
regard
shann
A sollution could be to create empty repositories with SVNManager and afterwards copy the original repository directories on top of them!
Kind regards,
Marijn