The Open Source Swiss Army Knife
/programmingToolBox/
/programmingToolBox/
+
sub-categories
http://www.sirfsup.com/
web directory content
Not logged in
Chat
Register
Login
unix
sql_servers
cryptography
code
web_servers
xml
programmingToolBox
miscellany
windows
web_design
return to:
http:/www.sirfsup.com
/
programmingToolBox
Permalink:
CVSserver.htm
Title: cvs server administration and configuration -- not for end users
article options : please login
|
print view
see
cvs.htm
for just using cvs
setting up an cvs server -- anonymous or not
links
first steps
links
http://www.durak.org/cvswebsites/doc/cvs_30.php
: this document documents how to set up the server from an administration perspective, not from a user perspective
first steps
export CVSROOT=/tmp/cvsroot
chown cvs /tmp/cvsroot
chmod ug+rwx /tmp/cvsroot
chmod o-rwx /tmp/cvsroot
cvs init
cd $HOME/howto/foobar
cvs import lcgi speigle start
used to put your sources into the cvs repository
(#
6
) poster :
anonymous
date: 2010-06-03
just soem more bullshit
(#
6
) poster :
anonymous
date: 2010-02-14
just soem more bullshit
Leave a Reply
Your Name:
anonymous
Your Email:
Website:
Comments:
The author will be notified of your reply.
return to top