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

Re: Bug: Windows(Vista) mounted NTFS partition not usuable (not regocnized as directory)

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 16 Mar 2010 21:20:48 +0100

On 16.03.2010 16:47, Martin wrote:
> On Windows(Vista) it is possible to mount a partition (partition on the
> local / build-in drive) as a folder, instead of assigning it a drive letter.
>
> TortoiseSvn does not work (update, log, commit) if you try to use such a
> mount point as root directory for your checkout.
> "Find modifications" does work
>
> Additionally Tortoise fails to commit (but works for log and update) if
> the checkout root is a drive. (such as a partition mounted as "X:")
>
> Testing with the "slik" commandline-client, shows that the command line
> client does work.

Not really. Even the command line client has the same problem. But you
have to use full paths, not relative paths.
E.g.,
svn ci X:\ -m""
instead of
cd X:\
svn ci -m ""

And in most situations, you have to provide multiple paths as TSVN does:
svn ci X:\folder1 X:\folder1 -m ""

and then you'll get the same problems.
http://subversion.tigris.org/issues/show_bug.cgi?id=3346
this issue is fixed for the upcoming 1.7.0, but not fixed for the 1.6.x
branch since the fix is part of the rewrite due to wc-ng.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2460717
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-03-16 21:20:50 CET

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.