Please add bugs, issues and requests to the GitHub Project Issues Page, it's much easier to read and maintain than on this discussion page. |
Automatic symlink handling
Just wanted to say I love this. :P So many programs can't follow symlinks properly, they can be damn near worthless at times. .Hyper//Hacker 11:19, 19 August 2009 (UTC)
Thanks & SVN
Cheers for this, it was about time there was NTFS support. Glad someone got round to it. Also are there any plans for a SVN repository? ~ PhoenixTank | talk | contribs | 00:03, 20 August 2009 (UTC)
- I had a SVN repository at Google Code, but due to some silliness on my part (deleted my account) I have been disowned from the project. The source is currently living in the Mplayer CE SVN repository. --Rhys 00:25, 20 August 2009 (UTC)
git on windows
I'm a git newb. I tried to clone under windows and got the following error. Also, the command prompt doesn't return until I hit ctrl-c
Mike@DELTA ~/workspace/tmp $ git clone http://github.com/rhyskoedijk/libntfs/tree/master Initialized empty Git repository in c:/Users/Mike/workspace/tmp/master/.git/ warning: remote HEAD refers to nonexistent ref, unable to checkout.
$ git --version git version 1.6.5.1.1367.gcd48
But the following command works.
Mike@DELTA ~/workspace/tmp $ git clone git://github.com/rhyskoedijk/libntfs.git Initialized empty Git repository in c:/Users/Mike/workspace/tmp/libntfs/.git/ remote: Counting objects: 123, done. remote: Compressing objects: 100% (120/120), done. remote: Total 123 (delta 43), reused 0 (delta 0)46 KiB/s Receiving objects: 100% (123/123), 388.97 KiB | 146 KiB/s, done. Resolving deltas: 100% (43/43), done.
--Closms 03:29, 3 February 2010 (UTC)