Unhelpful error message when SVN URL is incorrect.
From: Seb Baz <sebbaz_at_gmail.com>
Date: Sat, 30 May 2009 00:51:26 +0100
The following command:
svn co http://svn.collab.net/repos/svn/branches/build/win32/
reports
svn: URL 'http://svn.collab.net/repos/svn/branches/build/win32'
which is to be expected, as I made up the URL.
However, if I do
svn co http://svn.collab.net/repos/svn/trunk/build/win32/
(which is valid) followed by
svn switch http://svn.collab.net/repos/svn/branches/build/win32/ win32
The response is:
svn: REPORT of '/repos/svn/!svn/vcc/default': 200 OK (http://svn.collab.net)
It's not exactly obvious that it really is an error (200 OK looks OK)
This is using the latest SVN Windows client from CollabNet:
Copyright (C) 2000-2009 CollabNet.
I've searched the Bug database and cannot find anything directly relevant.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.