|
|
|
Project: Curl Email Client
How to start working..
with SourceForge and CVS
Summary |
Admin |
Home Page |
Forums |
Tracker |
Bugs |
Support |
Patches |
Lists |
Tasks |
Docs |
Surveys |
News |
CVS |
Files |
Checkout source
- Anonymously
To just get the code you login with cvs and get the module curl-email (=all project files). In detail, that is
for the command line version:
- set CVSROOT=:pserver:anonymous@cvs.curl-email.sourceforge.net:/cvsroot/curl-email
- cvs login
- enter empty password
- cvs -z3 co curl-email
for WinCVS:
- Set Admin/Preferences/CVSROOT to anonymous@cvs.curl-email.sourceforge.net:/cvsroot/curl-email
- Set Admin/Preferences/Authentication to "passwd" file (equivalent to :pserver: in command line version)
- Admin/Login
- Enter empty password
- Set Create/Checkout module/module name to curl-email
- As a developer
The first time login with ssh to cvs.curl-email.sourceforge.net! That's important for creating the CVS password on the server. ssh -l username cvs.curl-email.sourceforge.net
for command line version:
- set CVS_RSH=[path_to_ssh/]ssh2
- set CVSROOT=:ext:username@cvs.curl-email.sourceforge.net:/cvsroot/curl-email
- cvs -z3 co curl-email
for WinCVS:
- Set Admin/Preferences/CVSROOT to username@cvs.curl-email.sourceforge.net:/cvsroot/curl-email
- Set Admin/Preferences/Authentication to "SSH Server" file (equivalent to :ext: in command line version)
- Check Admin/Preferences/Port/check for an alternate rsh name and enter "path_to_ssh/ssh2"
- Set Create/Checkout module/module name to curl-email
|
|
|