SourceForge
                        Logo








How to.. sections
A word about Sourceforge

1.Prerequisits
2.Checkout Code
3.Ready to start
4.Commit changes

 
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:
    1. set CVSROOT=:pserver:anonymous@cvs.curl-email.sourceforge.net:/cvsroot/curl-email
    2. cvs login
    3. enter empty password
    4. cvs -z3 co curl-email

    for WinCVS:
    1. Set Admin/Preferences/CVSROOT to anonymous@cvs.curl-email.sourceforge.net:/cvsroot/curl-email
    2. Set Admin/Preferences/Authentication to "passwd" file (equivalent to :pserver: in command line version)
    3. Admin/Login
    4. Enter empty password
    5. 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:
    1. set CVS_RSH=[path_to_ssh/]ssh2
    2. set CVSROOT=:ext:username@cvs.curl-email.sourceforge.net:/cvsroot/curl-email
    3. cvs -z3 co curl-email

    for WinCVS:
    1. Set Admin/Preferences/CVSROOT to username@cvs.curl-email.sourceforge.net:/cvsroot/curl-email
    2. Set Admin/Preferences/Authentication to "SSH Server" file (equivalent to :ext: in command line version)
    3. Check Admin/Preferences/Port/check for an alternate rsh name and enter "path_to_ssh/ssh2"
    4. Set Create/Checkout module/module name to curl-email

Last modified: Mon Aug 13 15:21:24 BST 2001