From 1ea55253dde4a2779894aeef0fd36eaff5f49b34 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 16 May 2006 21:26:04 +0000 Subject: [PATCH] update for new Sourceforge cvs access git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9121 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- swigweb/cvs.ht | 12 ++++++++++-- swigweb/index.ht | 4 ++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/swigweb/cvs.ht b/swigweb/cvs.ht index db5b6b81b..435dcde75 100644 --- a/swigweb/cvs.ht +++ b/swigweb/cvs.ht @@ -36,12 +36,20 @@ The instructions below are for those who have read only access for cvs, develope consult the generic CVS instructions above.
    -
  1. Set the location of CVSROOT +

  2. Set the location of CVSROOT, for csh this would be:

    - % setenv CVSROOT :pserver:anonymous@cvs.sourceforge.net:/cvsroot/swig 
    + % setenv CVSROOT :pserver:anonymous@swig.cvs.sourceforge.net:/cvsroot/swig + +

    +If you are using bash, you would use: +

    +
    + % export CVSROOT=:pserver:anonymous@swig.cvs.sourceforge.net:/cvsroot/swig 
    +

    (Alternatively, you can use the -d option to CVS) +

  3. Log into the cvs server by issuing the following command: diff --git a/swigweb/index.ht b/swigweb/index.ht index b7c6ffb05..307819f44 100644 --- a/swigweb/index.ht +++ b/swigweb/index.ht @@ -30,6 +30,10 @@ and non-commercial use.

    News

    +

    +2006/05/16 +Sourceforge has changed the way source code can be accessed from cvs. See updated cvs instructions. +

    2006/03/21 SWIG-1.3.29 has been released. This is a bug fix release.