Ext2Fsd Project

Open source ext3/4 file system driver for Windows (2K/XP/WIN7/WIN8)

git replaces svn – Source Control

with 7 comments

I’ve decided to use git as Ext2Fsd source control primary to replace svn. The svn depository will be updated to next version 0.50 (coming soon),  and then set as read-only.

Here’s a guide of git usage:

matt@Matt ~
$ git clone git://ext2fsd.git.sourceforge.net/gitroot/ext2fsd/ext2fsd sf.git
Cloning into sf.git…
remote: Counting objects: 276, done.
remote: Compressing objects: 100% (124/124), done.
remote: Total 276 (delta 170), reused 239 (delta 144)eceiving objects:
Receiving objects: 100% (276/276), 909.70 KiB | 24 KiB/s, done.
Resolving deltas: 100% (170/170), done.
matt@Matt ~
$ cd sf.git/
matt@Matt ~/sf.git
$ git remote -v
origin  git://ext2fsd.git.sourceforge.net/gitroot/ext2fsd/ext2fsd (fetch)
origin  git://ext2fsd.git.sourceforge.net/gitroot/ext2fsd/ext2fsd (push)
matt@Matt ~/sf.git
$ git branch -av
* master                0bab5d4 Version 0.49d
remotes/origin/HEAD   -> origin/master
remotes/origin/master 0bab5d4 Version 0.49d
matt@Matt ~/sf.git
$ git log
commit 0bab5d4b813fde9600a1570b288c8bbacc1aec3e
Author: Matt Wu <matt@ext2fsd.com>
Date:   Sat Jan 29 08:09:32 2011 +0800
Version 0.49d
1, jbd.dsp removed from workspace
commit 729b177a47fefd6273678c93c84c361faafd9c36
Author: Matt Wu <qiang.x.wu@oracle.com>
Date:   Sat Jan 29 07:54:23 2011 +0800
Version 0.49c
1, 0.50 pre-release: release notes and readme.txt & versions update
2, FIXME: DDK compiling failure: build.exe reports obj files are
invalid. caused by fastio, it doesn’t update i_size.
$ git clone git://ext2fsd.git.sf.net/gitroot/ext2fsd/ext2fsd sf.git
Cloning into sf.git...
remote: Counting objects: 276, done.
remote: Compressing objects: 100% (124/124), done.
remote: Total 276 (delta 170), reused 239 (delta 144)eceiving objects:
Receiving objects: 100% (276/276), 909.70 KiB | 24 KiB/s, done.
Resolving deltas: 100% (170/170), done.
$ cd sf.git/
matt@Matt ~/sf.git
$ git remote -v
origin  git://ext2fsd.git.sourceforge.net/gitroot/ext2fsd/ext2fsd (fetch)
origin  git://ext2fsd.git.sourceforge.net/gitroot/ext2fsd/ext2fsd (push)
matt@Matt ~/sf.git
$ git branch -av
* master                0bab5d4 Version 0.49d
remotes/origin/HEAD   -> origin/master
remotes/origin/master 0bab5d4 Version 0.49d
matt@Matt ~/sf.git
$ git log
commit 729b177a47fefd6273678c93c84c361faafd9c36
Author: Matt Wu <matt@ext2fsd.com>
Date:   Sat Jan 29 07:54:23 2011 +0800
Version 0.49c
1, 0.50 pre-release: release notes and readme.txt & versions update
2, FIXME: DDK compiling failure: build.exe reports obj files are
invalid. caused by fastio, it doesn't update i_size.
commit d09f11698dc8610c04fcd6f71fa9fffa69d79639
Author: Matt Wu <matt@ext2fsd.com>
Date:   Thu Jan 27 18:28:42 2011 +0800
Version 0.49b
1, uninit_bg (GDT_CSUM)
2, huge_file
3, win7: zero-size reported in cmd
4, symlink open/read/deletiona
commit 46bcb509143446bf7242c928c8a18b8bee9877f5
Author: Matt Wu <matt@ext2fsd.com>
Date:   Thu Jan 27 18:03:08 2011 +0800
Version 0.49a
1, htree directory index support
2, memory allocation and check
3, buffer head implemented over cache pages
4, inode optimization, not whole inode needed
commit e984c76dfa1ca04b535a22e20dc88230b47ca829
Author: Matt Wu <matt@ext2fsd.com>
Date:   Thu Jan 27 14:18:42 2011 +0800
Version 0.48-bb8
Ext4 extents support, by Bo Branten

Written by Matt

January 29th, 2011 at 10:10 am

Posted in Ext2Fsd,News

Tagged with ,

7 Responses to 'git replaces svn – Source Control'

Subscribe to comments with RSS or TrackBack to 'git replaces svn – Source Control'.

  1. Hi there,

    “coming soon” … does mean weeks ? … months ? … maybe terms ?

    Thanks for your driver, as you can feel some of us are looking foward for the new stable version.

    Regards.

    David

    5 Feb 11 at 8:17 am

  2. I see ext4 extends support on the commit log. Does Ext2Fsd finally support ext4? Cool! It was the only reason that kept me from using ext4.

    barosl

    5 Feb 11 at 11:35 am

  3. Ждем вас в Новосибирске

    Forum

    10 Feb 14 at 3:45 am

  4. My relatives always say that I am wasting my time
    here at net, however I know I am getting familiarity every day by reading such good articles.

    driver fetch

    30 Apr 14 at 8:04 am

  5. You can also put the name of the folder to be igernod into the exclude’ file in .git/info’.That way, you have all your ignores in one central place and don’t have to commit that change.

    Jonas

    8 Oct 15 at 6:06 am

  6. Wham bam thank you, ma’am, my questions are answered!

  7. Finding this post. It’s just a big piece of luck for me.

Leave a Reply