CVS: Difference between revisions
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
For CVS, set env var CVSROOT to ":pserver:anoncvs@lundman.net:/home/cvsroot" and the password is "anoncvs". | For CVS, set env var CVSROOT to ":pserver:anoncvs@lundman.net:/home/cvsroot" and the password is "anoncvs". | ||
% cvs -d ":pserver:anoncvs@lundman.net:/home/cvsroot" login<br> | |||
password: anoncvs | password: anoncvs<br> | ||
% cvs -d ":pserver:anoncvs@lundman.net:/home/cvsroot" checkout module<br> | |||
Where module is one of: | Where module is one of: (Case Sensitive) | ||
* lundftpd | * lundftpd | ||
Line 19: | Line 19: | ||
* mmail | * mmail | ||
* udp-relay | * udp-relay | ||
* UFxp | |||
If you wish to use autoconf to compile it, it is very likely you need to execute: | |||
autoreconf --force --install | |||
Before you can run '''./configure'''. | |||
'''CVS Web Browse''' | |||
[http://www.lundman.net/cvs/viewvc.cgi/ CVS Browse] |
Latest revision as of 07:20, 19 September 2008
Anonymous CVS is now set up.
For CVS, set env var CVSROOT to ":pserver:anoncvs@lundman.net:/home/cvsroot" and the password is "anoncvs".
% cvs -d ":pserver:anoncvs@lundman.net:/home/cvsroot" login
password: anoncvs
% cvs -d ":pserver:anoncvs@lundman.net:/home/cvsroot" checkout module
Where module is one of: (Case Sensitive)
- lundftpd
- lundfxp
- FXP.One
- llink
- l4ip
- lmirror
- ssl-lbnc
- lion
- mmail
- udp-relay
- UFxp
If you wish to use autoconf to compile it, it is very likely you need to execute:
autoreconf --force --install
Before you can run ./configure.
CVS Web Browse CVS Browse