How to version control a subdirectory of a Mercurial repo simultaneously in a CVS repo as a subdirectory?
The reason I need this is that a private project version controlled with Mercurial has a subdirectory of code and resources that happen to be useful for a global multi-person project, which is version controlled with CVS. I want to continue the development in the Mercurial repo, but when it's committed, I'd like it to propagate to CVS repo too. Occasionally other people will commit via CVS to this directory, I'd like to be able to get those revisions to my Mercurial repository as well. Any good solution to this senario?