I am a complete new comer to SVNMANAGER . I am trying hard to get it running on my Windows xp system .(I have successfully set up of collabnet subversion server 1.5 running on apache 2.2.)
Dependencies of SVNMANAGER :PHP and pear have also been installed sucessfully .
Also the command : pear.bat install --alldeps VersionControl_SVN-alpha throws an error messsage
No releases available for package "pear.php.net/VersionControl_SVN"
Cannot initialize 'channel://pear.php.net/VersionControl_SVN-alpha', invalid or
missing package file
Package "channel://pear.php.net/VersionControl_SVN-alpha" is not valid
install failed
I have downloaded the code for VersionControl_SVN-0.3.1(winrar) but unable to install the package thru command line.
on searching thru net..i came upon phing (swear dnt have an idea abt it!)
On trying to installl phing by command line but the o/p of command : pear channel-discover pear.phing.info is -----
Discovery of channel "pear.phing.info" failed (channel-add: Cannot open "http://
pear.phing.info/channel.xml" (Connection to `pear.phing.info:80' failed: php_net
work_getaddresses: getaddrinfo failed: No such host is known. ))
Dont know where I am going wrong.. I have downloaded teh phing-2.3.3.zip as well.. but not aware as how to install the same.
I am really stuck up here and dont know how to proceed.. seeking of help desperately.. there is no clear instructions available as to how to install the
pear package on windows.I swear to compile a complete guide for SVNMANAGER installtion post my success.
Please help!!!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
nopes.. no luck with this command as well..
o/p of .. pear install VersionControl_SVN is..
No releases available for package "pear.php.net/VersionControl_SVN"
Cannot initialize 'channel://pear.php.net/VersionControl_SVN', invalid or missin
g package file
Package "channel://pear.php.net/VersionControl_SVN" is not valid
install failed
Do u have any idea how to insatll it from the VersionControl_SVN-0.3.1 winrar archive ??
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hey.. the proxy server was the root cause of the problem...
I downloaded the versioncontrol_svn and ran the command :
pear install stall VersionControl_SVN-0.3.1.gz.. and it worked !!
Now I am facing problem with SVNMANAGER .. http://localhost/svnmanager/
it says u r not authorised to view this page ..
I had made modification as follows :
I downloaded pecl-5.1.6-Win32.zip unpacked it and placed it in C:\Program Files\PHP\ext\pecl directory.
then modified php.ini as :
extension_dir ="C:\Program Files\PHP\ext\pecl"
extension=php_svn.dll
restarted the server.
on running command i get teh following error :
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\pecl\php_svn.dll' - The specified module could not be found.
2.Websvn : HTTP 500 - Internal server error (Page cannot be displayed)
I downloaded websvn2.2.1.zip.unpacked it and placed it in C:\Program Files\CollabNet Subversion Server\httpd\htdocs
The inculde folder contains distconfig.php and not distcofig.ini.
I renamed distconfig.php to config.ini and made the following changes:
I could manage to get up the page http://localhost/phpinfo.php .But post activating PHP's svn binding (php_svn.dll )
I am unable to see a section titled svn in the phpinfo.php page (i did restart the server) .
mverkerk can you please tell me is websvn mandatory for svnmanager?
Also i wld be greatful if u wld help me out with "you are not authorised to view this page " error for svnmanager.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have mentioned directive as :
<IfModule dir_module>
DirectoryIndex index.html index.html.var index.php
</IfModule>
But http://localhost/index.php says page cannot be displayed as there is only index.html in my htdocs folder. from where do i get index.php file???
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
it wiered the message got posted a multiple times!
anyways... was wondering if naybody could help me with the svnmanager installation.. I cant believe that its taking sooooo long just for getting started with svnmanger..phew!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I guess I got to the root cause of the problem..
1. config.php : it cannot recognise the spaces in the path.. therefore I used short path
wherever there were spaces (dir /x gives u the short path)
2.the following dlls are missing:
libdb44.dll
intl3_svn.dll
Can u please tell me why these dlls are missing and where can I get these??
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think there is some misunderstanding going on over here. What exactly are you trying to achieve? SVNManager (the one where this forum belongs to) is an administration program, for a server with Subversion repositories, written in PHP and runs with Apache. What you need to do is: install Apache, install Subversion modules, install PHP, install VersionControl_SVN PHP Pear package, install SVNManager, create a database, configure config.php, configure Apache for use with Subversion and run SVNManager.. If this seems to much troublesome, come back soon to the project's web page, where I'll try to publish a document describing this stuff.
Kind regards,
Marijn
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi folks,
I am a complete new comer to SVNMANAGER . I am trying hard to get it running on my Windows xp system .(I have successfully set up of collabnet subversion server 1.5 running on apache 2.2.)
Dependencies of SVNMANAGER :PHP and pear have also been installed sucessfully .
I have been following instructions on http://www.derangedcoder.net/programming/subversion/installSVNWindowsServer.html#installSubversion
I could manage to get up the page http://localhost/phpinfo.php .But post activating PHP's svn binding (php_svn.dll )
I am unable to see a section titled svn in the phpinfo.php page (i did restart the server)
Also the command : pear.bat install --alldeps VersionControl_SVN-alpha throws an error messsage
No releases available for package "pear.php.net/VersionControl_SVN"
Cannot initialize 'channel://pear.php.net/VersionControl_SVN-alpha', invalid or
missing package file
Package "channel://pear.php.net/VersionControl_SVN-alpha" is not valid
install failed
I have downloaded the code for VersionControl_SVN-0.3.1(winrar) but unable to install the package thru command line.
on searching thru net..i came upon phing (swear dnt have an idea abt it!)
On trying to installl phing by command line but the o/p of command : pear channel-discover pear.phing.info is -----
Discovery of channel "pear.phing.info" failed (channel-add: Cannot open "http://
pear.phing.info/channel.xml" (Connection to `pear.phing.info:80' failed: php_net
work_getaddresses: getaddrinfo failed: No such host is known. ))
Dont know where I am going wrong.. I have downloaded teh phing-2.3.3.zip as well.. but not aware as how to install the same.
I am really stuck up here and dont know how to proceed.. seeking of help desperately.. there is no clear instructions available as to how to install the
pear package on windows.I swear to compile a complete guide for SVNMANAGER installtion post my success.
Please help!!!!
Just :
pear install VersionControl_SVN
nopes.. no luck with this command as well..
o/p of .. pear install VersionControl_SVN is..
No releases available for package "pear.php.net/VersionControl_SVN"
Cannot initialize 'channel://pear.php.net/VersionControl_SVN', invalid or missin
g package file
Package "channel://pear.php.net/VersionControl_SVN" is not valid
install failed
Do u have any idea how to insatll it from the VersionControl_SVN-0.3.1 winrar archive ??
hey.. the proxy server was the root cause of the problem...
I downloaded the versioncontrol_svn and ran the command :
pear install stall VersionControl_SVN-0.3.1.gz.. and it worked !!
Now I am facing problem with SVNMANAGER .. http://localhost/svnmanager/
it says u r not authorised to view this page ..
I had made modification as follows :
$htpassword_cmd ="C:\\Program Files\\CollabNet Subversion Server\\httpd\\bin\\htpasswd";
$svn_cmd ="C:\\Program Files\\CollabNet Subversion Server\\svn";
$svnadmin_cmd = "C:\\Program Files\\CollabNet Subversion Server\\svnadmin";
Please help.. also is WEBSV mandatory for SVNMANAGER??
$svn_repos_loc = "c:\\svn_repository";
$svn_passwd_file = "C:\\svn_repository\\NAB_REPOS\\conf\\passwd";
$svn_access_file = "C:\\svn_repository\\NAB_REPOS\\conf\\svnserve;
Could you post a more exact copy of the output you get on your screen?
Thanks!
hi,
I am facing the following problems...
1.PHP's SVN binding
--------------------------------------------------------------------------------
I downloaded pecl-5.1.6-Win32.zip unpacked it and placed it in C:\Program Files\PHP\ext\pecl directory.
then modified php.ini as :
extension_dir ="C:\Program Files\PHP\ext\pecl"
extension=php_svn.dll
restarted the server.
on running command i get teh following error :
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\pecl\php_svn.dll' - The specified module could not be found.
2.Websvn : HTTP 500 - Internal server error (Page cannot be displayed)
I downloaded websvn2.2.1.zip.unpacked it and placed it in C:\Program Files\CollabNet Subversion Server\httpd\htdocs
The inculde folder contains distconfig.php and not distcofig.ini.
I renamed distconfig.php to config.ini and made the following changes:
$config->parentPath("C:/svn_repositories");
$config->setServerIsWindows();
modified the httpd file as :
Alias /websvn/ "C:/Program Files/CollabNet Subversion Server/httpd/htdocs/websvn"
restarted the server.
But still get error message as "page cannot be displayed" :(
3.SVNMANGER : HTTP Error 403 - Forbidden
(you are not authorised to access this page)
I have modified my config.php file as:
$htpassword_cmd ="C:\\Program Files\\CollabNet Subversion Server\\httpd\\bin\\htpasswd";
$svn_cmd ="C:\\Program Files\\CollabNet Subversion Server\\svn";
$svnadmin_cmd = "C:\\Program Files\\CollabNet Subversion Server\\svnadmin";
$svn_repos_loc = "c:\\svn_repository";
$svn_passwd_file = "C:\\svn_repository\\NAB_REPOS\\conf\\passwd";
$svn_access_file = "C:\\svn_repository\\NAB_REPOS\\conf\\svnserve;
dnt know if the above is correct.. guess it will be a great achievement if I am able to install SVNMANAGER....its been giving me a tough time now!!!
Please get me out of it!
Sorry, can't help you with Websvn.
Could you please edit a file containing:
<?php phpinfo(); ?>
Name it: phpinfo.php, put it somehwere in you htdocs and try to open it with your webbrowser? E.g. localhost/phpinfo.php
Thanks!
I could manage to get up the page http://localhost/phpinfo.php .But post activating PHP's svn binding (php_svn.dll )
I am unable to see a section titled svn in the phpinfo.php page (i did restart the server) .
mverkerk can you please tell me is websvn mandatory for svnmanager?
Also i wld be greatful if u wld help me out with "you are not authorised to view this page " error for svnmanager.
Have you configured the directive DirectoryIndex index.php index.html?
Please try to open http://localhost/index.php
Marijn
I have mentioned directive as :
<IfModule dir_module>
DirectoryIndex index.html index.html.var index.php
</IfModule>
But http://localhost/index.php says page cannot be displayed as there is only index.html in my htdocs folder. from where do i get index.php file???
Did you install svnmanager-1.06.tar.gz ?
Marijn
I downloaded svnmanager-1.06.zip then unpacked it and placed it in C:\Program Files\svnmanager
it wiered the message got posted a multiple times!
anyways... was wondering if naybody could help me with the svnmanager installation.. I cant believe that its taking sooooo long just for getting started with svnmanger..phew!
I guess I got to the root cause of the problem..
1. config.php : it cannot recognise the spaces in the path.. therefore I used short path
wherever there were spaces (dir /x gives u the short path)
2.the following dlls are missing:
libdb44.dll
intl3_svn.dll
Can u please tell me why these dlls are missing and where can I get these??
I think there is some misunderstanding going on over here. What exactly are you trying to achieve? SVNManager (the one where this forum belongs to) is an administration program, for a server with Subversion repositories, written in PHP and runs with Apache. What you need to do is: install Apache, install Subversion modules, install PHP, install VersionControl_SVN PHP Pear package, install SVNManager, create a database, configure config.php, configure Apache for use with Subversion and run SVNManager.. If this seems to much troublesome, come back soon to the project's web page, where I'll try to publish a document describing this stuff.
Kind regards,
Marijn