[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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'
doesn't exist

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)
and the message says nothing about what went wrong (assuming that
something did go wrong).

This is using the latest SVN Windows client from CollabNet:
svn, version 1.6.2 (r37639)
  compiled May 8 2009, 19:24:44

Copyright (C) 2000-2009 CollabNet.

I've searched the Bug database and cannot find anything directly relevant.
Is this a new bug that needs to be reported?

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2357030

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-30 01:52:24 CEST

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.