Fromm Robert wrote:
>> Why are you sure that either TSVN or SVN causes the problem? It
>> could be something else?
>
> The only idea, that I have is some automatic installation. But during
> booting and login, nothing showed up. And I definitly installed
> nothing else.
AFAIK updates done by GPO's don't show up there anyway?
> It is clear, that it has nothing to do with the DB. I am not an
> expert in this, but it seems to me, that the DB software uses
> Iexplorer to build some forms for DB management. Depending on which
> button of the form I click, the line in the error message is
> different. It is not related to the DB, but I think related to the
> creation or calling of IE using the url
> res://C:\Program%20Files\Microsoft%20SQL%20Server\80\Tools\Bin\Resources\1033\sqlmmc.rll/dbgeneral.html
> The path is instead of blanks filled with %20. So the problem is not
Since that "path" is in fact an URL (the protocol:// indicates its an
URL) you _must_ escape all non URI chars. This includes spaces. So the
URL you see there is absolutely correct. If it were spaces there instead
of the %20 escape sequencence then it would definitely not work.
> the DB, but the handling of the path. And this may in my opinion be
> changed from SVN, at least in the manual there is some hint about
> UNICODE and %20
SVN nor TSVN change the way URL's are handled by the system.
> I uninstalled TSVN and SVN, but the problem still is available.
So there must be something else broken. Do you have a system restore
point available from before?
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Jun 22 16:05:24 2004