[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to fork off the unionfs code base
From: |
Sergiu Ivanov |
Subject: |
How to fork off the unionfs code base |
Date: |
Wed, 22 Apr 2009 14:05:44 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
Hello,
I'm going to start implementing the VFS-style union mount functionality
(http://preview.tinyurl.com/cpftg2). The current strategy is based on
forking off the unionfs code base (retrieved from
http://www.nongnu.org/hurdextras/#unionfs). I am going (rather
naturally) to use git as the VCS for my project, which rises the
following question: how do I do the forking itself? Do I have to convert
the CVS repository of unionfs to git, or may I create an empty
repository, do a big push of all unionfs code there, and start working
in this repository?
Regards,
scolobb