On 2005-01-05 20:29, Robert William Vesterman <[EMAIL PROTECTED]> wrote: > Does anyone know of a source control system that is not so > directory-centric? Most of the ones I've seen seem to have a base > assumption that, more or less, "directory" == "project". > > But in reality, a directory could be a project, or part of a > project, or part of many projects, or merely structural > [...] > I'm sure there are ways to bend things like Subversion into kind of > behaving the way I want, but are there any systems that are actually > designed with this concept in mind?
AFAICT, any version control system that supports 'views' or 'modules' can do that. You can put pretty much anything in any place you want and then create project based hierarchies of files by pulling parts of the repository under the project directory. - Giorgos _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"