svn access via http
Posted by: jnicholson
Posted on: 2006-03-28 19:18:00
Has anyone gotten subversion to work allowing commits via http? I can only seem to get write access to my reponsitories if I use svn+ssh.
Posted by: jnicholson
Posted on: 2006-03-28 19:18:00
Has anyone gotten subversion to work allowing commits via http? I can only seem to get write access to my reponsitories if I use svn+ssh.
Posted by: jimphelps
Posted on: 2006-03-29 19:30:00
I have not had it work over http though I would rather use SSH. With svn ssh, I have one client that works. The others produce the following errors.
Permission denied, please try again.
Permission denied, please try again.
Permission denied (publickey,password,keyboard-interactive).
subversion/libsvn_ra_svn/marshal.c:255: (apr_err=210002)
svn: Connection closed unexpectedly
With the command line, it worked though I had to type my password 4 times for the first check out.
Command line commit worked.
Edited by jimphelps on 03/29/06 07:32 PM (server time).
Posted by: jnicholson
Posted on: 2006-04-02 14:53:00
I can get it to work consistently using svn+ssh style URLs, now that I have public key encryption working.
One thing I cannot do, it seems, is check a project out using http, and then check changes back in via svn+ssh. This may be due to my lack of svn experience, however.