Hello Bjorn, On Tuesday 09 October 2007 Bjorn Oglefjorn wrote: > Considering that running subversion over http (or https) is becoming super > popular these days, I have two questions: > > * Since fsvs knows how to access repositories via http (ie you can provide > a url which is a repository over http), is there a built-in mechanism for > http auth? > > * If this mechanism does not exist (I can't seem to make it work), is this > something that has a chance at making its way into the project?
It works "out of the box" if the authentication file used by the svn binary (in ~/.subversion/auth/) is available. But FSVS has currently no way to create such files; my current way (if needed) is to do a "svn ls http://....", and then copy the matching file around as needed. It's not a good solution, I know; I'd happily accept a patch that corrects this. I think the subversion libraries have all needed functions -- although I have to admit I didn't look closely. So, any volunteers? Regards, Phil -- Versioning your /etc, /home or even your whole installation? Try fsvs (fsvs.tigris.org)! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
