Tagged Questions
6
votes
1answer
676 views
Using hardlinks when cloning a Mercurial repository under Windows
I am using Mercurial under Windows XP (using the TortoiseHg distribution) and I want to use NTFS hardlinks when cloning a repository. Out of the box Mercurial does not do this. I have read that a ...
4
votes
3answers
545 views
Delete link to file without clearing readonly bit
I have a set of files with multiple links to them.
The files are owned by TFS source control but other links to them are made to them. How do I delete the additional links without clearing the ...
1
vote
2answers
113 views
Copy a folder programmatically without resolving hardlinks in Windows (Win32 API)
I want to copy an entire folder without resolving the hardlinks
example:
Folder1
|
+---File1
File2
HardLink3 -> File3
(HardLink3 created using fsutil hardlink create or mklink)
...
0
votes
0answers
23 views
Invisible hardlink
I have a small application that displays the contents of a log file, somewhat transmogrified for readability. As the log file gets rewritten occasionally and Windows file system semantics prohibit ...
0
votes
2answers
265 views
Is creating hardlinks from linux on a ntfs partition viable?
I have found a program that can make you save space by hardlinking files that are actually the same, thus leaving only one copy of the file on the file system with more than one hardlink pointing to ...
0
votes
3answers
1k views
fsutil hardlink doesn't work?
I was looking for a way to create hard links under Windows and I found this page: http://technet.microsoft.com/en-us/library/cc788097.aspx
To try it out, I created a file (1.txt) on the root of my C: ...