Bug: Windows(Vista) mounted NTFS partition not usuable (not regocnized as directory)
From: Martin <tortoise_at_mfriebe.de>
Date: Tue, 16 Mar 2010 15:47:56 +0000
On Windows(Vista) it is possible to mount a partition (partition on the
TortoiseSvn does not work (update, log, commit) if you try to use such a
Additionally Tortoise fails to commit (but works for log and update) if
Testing with the "slik" commandline-client, shows that the command line
Example:
In my setup I partitioned the build-in harddisk, making 2 partitions:
If I try to checkout (new checkout) of a repository into C:\data I get:
Similar if I copy (including hidden .svn folders) an existing checked
If you try "show log" on a repository copied into such a folder,
Mounting the folder in additon as drive (X:) and then trying to commit
Best Regards
--- some added info, not sure if it is related: I checked the attribute returned by FindFirst/FindNext In Addition to "FILE_ATTRIBUTE_DIRECTORY 0x0010 The handle that identifies a directory." for mount-points it returns also "FILE_ATTRIBUTE_REPARSE_POINT 0x0400 A file or directory that has an associated reparse point, or a file that is a symbolic link. " (descriptions from MSDN) I also tested the result for a windows-shortcut (.lnk; and a shortcut, does not include FILE_ATTRIBUTE_REPARSE_POINT. A shortcut (to a directory) simply was marked as a directory, and for some reason was also given the FILE_ATTRIBUTE_READONLY attribute. ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2460616 To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].Received on 2010-03-16 17:30:14 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.