ERROR [rhodecode.lib.vcs.client_http] Call to http://127.0.0.1:10002/git returned non 200 HTTP code: 403

unable to import repository getting below error.

018-01-22 05:34:17.791 INFO [rhodecode.lib.auth] user <AuthUser(‘id:2[admin] ip:xx.xx.xx.xx auth:True’)> authenticating with:RHODECODE_AUTH IS authenticated on func AdminReposView:repository_create
2018-01-22 05:34:17.847 ERROR [rhodecode.lib.vcs.client_http] Call to http://127.0.0.1:10002/git returned non 200 HTTP code: 403
2018-01-22 05:34:17.847 ERROR [rhodecode.model.validators] Url validation failed
Traceback (most recent call last):

Would you please help me on this.

This looks like some misconfiguration on vcsserver/rhodecode. Can you check under admin > settings > system info if there aren’t any errors reported ?

Hi ,

Thanks for reply, am doing POC to integrate with my GIT and SVN repo with rhodecode,
I have quick question that, am having single svn repo with 500 gb data, with atleast 1000 checkin’s every day, will rhode code handle, would you please let me know best suggestion if we go with rhodecode.

Hi,

I’d say with the right hardware configuration, proper loadbalancing it should be able to do this. There will be a overhead when using http protocol because of all permissions checks etc, but we’re improving it and also svn team is optimizing svn protocol time-over-time, so soon we’ll be at native mod_dav_svn speeds.

You can try with free community edition, for POC, or we can issue you a trial Enterprise Edition key if you wish.