From http://bazaar-vcs.org/RcsComparisons
A "Checkout" is a working tree that points elsewhere for its RCS data.
You can always do like Linux kernel did, splitting repository into
current and historical part (which would contain also dead branches),
and creating and publishing current-historical graft file, to join
history if needed.
So split different projects into different repositories. There was some
helper program (git-splitrepo or something like that) for that posted
on git mailing list. And use "superrepository" to gather all projects
together (see last discussion about subprojects on git mailing list).
--
Jakub Narebski
Poland
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html