I've just built 0.1 version and setup svn access with http basic auth. After checking out (what was OK), I cannot sync because of http 401:
OPTIONS of 'http://...': authorization failed: Could not authenticate to server: rejected Basic challenge
After delving into the problem I see that in the subversion authorization file:
~/.local/share/data/BBox.n3/BBox/bboxSvnConfig/auth/svn.simple/xxx
there's no password section. After copying the proper file from my ~/.subversion/auth/svn.simple/xxx with the section, everything is OK and I can work.
I've just built 0.1 version and setup svn access with http basic auth. After checking out (what was OK), I cannot sync because of http 401:
OPTIONS of 'http://...': authorization failed: Could not authenticate to server: rejected Basic challenge
After delving into the problem I see that in the subversion authorization file: ~/.local/share/data/BBox.n3/BBox/bboxSvnConfig/auth/svn.simple/xxx there's no password section. After copying the proper file from my ~/.subversion/auth/svn.simple/xxx with the section, everything is OK and I can work.