Gwynne, I found an archive message related to the error "Requests for a collection must have a trailing slash on the URI" but I don't know whether this is the same case for my issue. http://osdir.com/ml/version-control.subversion.javasvn.user/2007-06/msg00026.html
It claims that native svn client will trim the trailing slash (I'm pretty sure i'm using a native one) in which web server may be config-ed to require the trailing slash. In case... i'm using svn co http://svn.php.net/repository/web/doc-editor/trunk instead of /trunk/ But I tried to svn sw http://svn.php.net/repository/web/doc-editor/trunk/ .... my svn info still give me a removed slash /trunk Could you have any hint on this ^^? ks. On Wed, Jul 22, 2009 at 12:43 PM, KSChan <[email protected]> wrote: > Gwynne, > > >> You're correct, it's not. The server's error log says: >> >> [Wed Jul 22 02:29:46 2009] [error] [client (screened)] Could not fetch >> resource information. [301, #0] >> [Wed Jul 22 02:29:46 2009] [error] [client (screened)] Requests for a >> collection must have a trailing slash on the URI. [301, #0] >> >> A Google on this doesn't turn up much of anything helpful. >> >> Can you provide more detail? Which files have changed; what are you trying >> to commit? >> > > > This is quite a large batch involving 22 files as I restructure the > doc-editor. Perhaps this may exceed the http limit? > > > svn status > ? log > M TODO > M install/firstRun.php > A php/CvsClient.php > A php/JsonResponseBuilder.php > M php/ExtJsController.php > A php/utility.php > A php/DBConnection.php > M php/ToolsError.php > A php/RepositoryManager.php > A php/LogManager.php > A php/File.php > A php/RepositoryFetcher.php > A php/TranslatorStatistic.php > M php/controller.php > M php/ToolsCheckDoc.php > A php/TranslationStatistic.php > A php/AccountManager.php > M js/main_min.js > M js/ui/component/CommitLogPrompt.js > M js/ui/component/RepositoryTree.js > M js/ui/task/CheckFileTask.js > M js/ui/task/MarkDeleteTask.js > > > ks > -- i, have a dream. i want to make my dream come true. anyway, OLPC rocks! http://mr.kschan.googlepages.com
