niwadhwa / bugzilla-vcs

Automatically exported from code.google.com/p/bugzilla-vcs
0 stars 0 forks source link

Running hook.pl/sync.pl error #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.root@ubuntu:~# /usr/bin/perl /var/www/bugzilla/extensions/VCS/sync.pl 
--type=Svn --as=user http://my server ip/svn/
ERROR:
Bad URL passed to RA layer: Unrecognized URL scheme for 'http://my server 
ip/svn' at lib/VCI/VCS/Svn/Project.pm line 55.

2.root@ubuntu:~# /var/www/bugzilla/extensions/VCS/hook.pl --bug=184 
--revision=41 --project=MyProject --config=/home/svn/hooks/hook.conf
ERROR:
Bugzilla Error: (32000) An error occurred while attempting to fetch commit 41 
from the "MyProject" project in the "http://my server ip/svn/" repository. 
Sometimes this means that you specified an invalid repository or project. The 
error was: Bad URL passed to RA layer: Unrecognized URL scheme for 'http://my 
server ip/svn' at lib/VCI/VCS/Svn/Repository.pm line 12.

Thanks!

Original issue reported on code.google.com by wulong....@139.com on 13 Dec 2013 at 5:21