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