> Thank you for the information. I have one more quick question, > I am going to get the projects source thoese are currently using CVS > 1.11.17 and I would like to import into CVS 1.11.23 on Solaris. Do you > have any idea that will keep all my previous version history. Do you see > any issue with migrating from CVS 1.11.17 to CVS 1.11.23 ? How can crate > users for specific to project, is it something needs to be used ACL ?
That seems like three questions. 1) Your previous version history is in your repository, so if you keep the same repository or move the repository files over, you keep your previous history. 2) I can't see any issues, they're only 6 point revisions different between 1.11.17 to 1.11.23, you should be fine there. 3) Typically in CVS you give users access to repositories, not individual projects. You can use the "commitinfo" hook, or ACLs, to try and limit committers on a project by project basis, but I'd be more inclined to use multiple repositories and have a different set of users with access to different repositories. Cheers, Stuart.
