> Some minutes I had problems trying to enter to PhD O.E. some minutes after I > could enter, but the file names in the left side bar are duplicated, and > recently I tried to commit 5 files and I got this error message: > "svn: Commit failed (details follow): > svn: Server sent unexpected return value (403 Forbidden) in response to > MKACTIVITY request for > '/repository/!svn/act/a9ccc0b1-14d1-4c48-804a-93ccb74af448'" > > Some idea o help, friends? :-)
I think this problem relates to our svn:externals usage, which uses absolute urls to non-ssl URLs (http://svn....). In this case, we checkout doc-all from here: - http://svn.php.net/viewvc/phpdoc/modules/doc-all/ So it appears we must alter all "modules" to use relative URLs, although I'm not comfortable enough with SVN to know the implications. Anyone? In the meantime, I ran "svn switch --relocate ..." within each language so doc-editor should be working now. Regards, Philip