George Hazan wrote:
> Hello, Simon!
> Sat, 28 Jun 2008 23:00:49 +0100 you wrote:
>
>>> Now, when I try to make a commit, TSVN complains to
>>>
>>> =========Beginning of the citation============== Commit
>>> Commit failed (details follow):
>>> Unrecognized URL scheme for ''
>>> =========The end of the citation================
>>> Cleanup doesn't help. How can fix it?
> SL> What is the URL?
>
> https://miranda.svn.sourceforge.net/svnroot/miranda/trunk/miranda
>
> SL> Does the 1.5.0 command line client work?
>
> Hmm... it fails with the same error.
Try running an update first. That will update the working copy to the
new format.
The 'Unrecognized URL scheme' error usually only happens if the
corresponding ra-layer has not been compiled into the client (e.g.,
ra_svn not compiled trying to access an svn:// url).
Since the URL scheme in the error message is an empty string, it appears
that Subversion somehow doesn't know the URL to commit to.
If that doesn't help, please report it on the Subversion list.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
Received on 2008-06-29 07:52:00 CEST