Re: TSVN 1.5.5 shows a strange folder in freshly created repository
From: Kurt Pruenner <leak_at_gmx.at>
Date: Wed, 24 Dec 2008 12:49:06 +0100
The correct URI[1] for a file on a remote server is
file://servername/path
where the path usually starts with the name of a share.
If you want a file on the local host, you omit the servername:
file:///path
or use "localhost" as servername and the path usually starts with a
Try it in Windows explorer - "file://localhost/c:/", "file:///c:/" and
So the correct URIs for checking out your two repos would be:
file://filesrv/xxx/yyy/zzz/AllwynD/test
Try checking out both again in a new directory using those URIs. But
(While other, incorrect forms are handled by some programs you can't
[1] http://tools.ietf.org/html/rfc1738#section-3.10
-- Kurt Bernhard Pruenner --- Haendelstrasse 17 --- 4020 Linz --- Austria .......It might be written "Mindfuck", but it's spelt "L-A-I-N"....... np: Morgan Geist - Most Of All (Double Night Time) ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=991500 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].Received on 2008-12-24 12:49:30 CET |
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.