Thomas Becker wrote:
> User: Thomas Becker, mailto:Thomas.G.Becker@seagate.com
> Categories: Other
>
> I was attempting to load an older software project into a Tortoise
> repository and ran into trouble. Now when I look at the repository
> using the Repository Browser, all of my projects do not display the
> project files, rather an error statement like
>
> Error * URL
> \'file:///C:/MyDocs/Cpp/dev/Subversion%20repository/align/trunk/align\'
> non-existent in that revision
>
> How do I fix this? All of my projects within the repository seem to
> have this error now. Everything I\'ve tried seems not fail.
Your error message indicates that your repository path has a space in
it. Now if you're using TSVN 1.1.3 then you'll get this error because of
a bug in that version. Paths/Urls which need escaping (e.g. spaces to
%20) don't work in 1.1.3 (Sorry 'bout that).
So you can either go back to version 1.1.2 or use a nightly build -
problem is the current nightly build might crash the explorer, and there
won't be any more nightlies until next monday when the maintainer is back.
But 'normal' commands like update/commit/log/merge/... still work in
1.1.3 - only the repobrowser has to escape the URL's (which fails) and
of course everytime you enter an URL somewhere which isn't escaped (you
can of course escape the URL yourself where you have to enter one, then
it will work).
Again, sorry for that bug.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Mar 2 21:07:34 2005