Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
On Wed, 03 Dec 2003 10:46:04 +0000, Otavio Exel <oexel at economatica.com.br> wrote: >> at least for the first couple of months I don't want him to have access >> (not even read-only access!) to the full sources; I'd like to be able to >> give him access to, say, loadfile.pas and loadfile.dfm so that, for him, >> everything happens as if the repository had only those two files. > Provided the files were all in the same directory, you could do it with file permissions with the standard Unix CVS. If you need better granularity than that (eg. give him a branch with a just a few files in it) then cvsnt has that with its ACL system - still directory based, though. It might be more trouble than its worth, though. If you're really that bothered about the new guy seeing any source code it might be better to give him a machine with the files copied onto it... if the PC is networked it's a fair bet he'll see the entire repository on other machines anyway. Tony