On Wed, 2003-09-17 at 09:39, Mark Gardner wrote: > Well that would work but I don't have another machine I can setup as a > dedicated sourceforge server. I heard somewhere that you can setup CVS > to use SSH and then the folder permissions will allow/disallow the > viewing of other peoples code.
Yup. Just set the env variable CVS_RSH=ssh and everything will go over ssh. make your CVSROOT look something like this: [EMAIL PROTECTED]:/home/torriem/cvsroot For permissions, if you create a new secondary group, add all you users to it, and then make your repository folder be setgid (chmod g+s folder), then all writes to it by group members will be owned by that group. Just make sure the file is group writable. Michael > > > > > I have a project that I've been put in charge of, I need to setup a > CVS > > server that works a lot like the way sourcefourge works. In that > there > > are multiple users. And only the owner of the file is allowed to > > download the file.. > > > > >>apt-get install sourceforge > > ____________________ > BYU Unix Users Group > http://uug.byu.edu/ > ___________________________________________________________________ > List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list -- Michael L Torrie <[EMAIL PROTECTED]> ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
