Don't know, but it shouldn't be too hard to do it yourself.
Just make sure all users that should have CVS access have
read-write access to the CVS repository (easiest is to make a 'cvs' group,
add them to that, and do 'chgrp -R cvs /cvsroot ; chmod -R 6775 /cvsroot'

This is from the top of my head, but that's the general principle.
I'm sure other people can fill in if I've missed something.


Raphael Melo de Oliveira Bastos Sales wrote:

>Is there a package in portage that does that, or do I need to do it
>the hard way?
>
>2005/6/13, Niklas Herder <[EMAIL PROTECTED]>:
>  
>
>>Raphael Melo de Oliveira Bastos Sales wrote:
>>    
>>
>>>Huummm, I dunno, always used CVS in controlled enviroments, so always
>>>used pserver.
>>>
>>>I guess you could use scp to copy your files to the remote machine and
>>>then start using cvs through the remote shell as if it were in your
>>>localhost.
>>>
>>>      
>>>
>>It's actually easier to set upp cvs with ssh than with pserver, IMHO.
>>
>>Just have an sshd running on the cvs server, then
>>use an address a la :ext:[EMAIL PROTECTED]:/cvsroot
>>You may need to have the CVS_RSH variable set to /usr/bin/ssh (or
>>whatever your path is) on your client for this to work.
>>
>>Piece of cake! :)
>>
>>--
>>gentoo-user@gentoo.org mailing list
>>
>>
>>    
>>
>
>  
>

-- 
gentoo-user@gentoo.org mailing list

Reply via email to