From 3a7075250ec7a3e666859f86d63613f467dbc9be Mon Sep 17 00:00:00 2001 From: Frank Barknecht Date: Tue, 1 Jun 2004 15:40:17 +0000 Subject: * changed to reflect hostname changes done by sourceforge. svn path=/trunk/; revision=1801 --- htdocs/developer.php | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) (limited to 'htdocs') diff --git a/htdocs/developer.php b/htdocs/developer.php index c84648a1..39806f02 100644 --- a/htdocs/developer.php +++ b/htdocs/developer.php @@ -30,25 +30,29 @@ HREF="http://cvsgui.sourceforge.net/">from the net. Then, if you have cvs installed (this example is assuming the commandline version) use the following line to login into the CVS server:
-% cvs -d:pserver:anonymous@cvs.pure-data.sourceforge.net:/cvsroot/pure-data login 
+% cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data login 
 

Hit return when you are asked for a password. In order to get the source:

-% cvs -z3 -d:pserver:anonymous@cvs.pure-data.sourceforge.net:/cvsroot/pure-data co externals
+% cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data co externals
 

This will give you a local copy of the externals-directory in the repository. -After some time, if you want to get all the latest additions and updates, type -(in the externals directory): +Other modules are for example called "abstractions" (see below) or you could +also use "." to check out everything. After some time, if you want to get all +the latest additions and updates, type (in the externals directory): +

-% cvs -d:pserver:anonymous@cvs.pure-data.sourceforge.net:/cvsroot/pure-data update -d
+% cvs update -d
 

-Without the -d only existing directories on your local copy get updated. +Without the -d only existing directories on your local copy get updated. +Depending on your configuration you might have -d as default anyways. +

Currently building the externals works to same way it did before, just cd into @@ -62,7 +66,7 @@ respective modulename.

For example check out the abstractions with:

-% cvs -z3 -d:pserver:anonymous@cvs.pure-data.sourceforge.net:/cvsroot/pure-data co abstractions
+% cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data co abstractions
 

or Pd with @@ -71,9 +75,9 @@ or Pd with % cvs -z3 -d:pserver:anonymous@cvs.pure-data.sourceforge.net:/cvsroot/pure-data co pd

-To check out the current developers' branch, which is tagged with "devel_0_36", use +To check out the current developers' branch, which is tagged with "devel_0_37", use

-% cvs -z3 -d:pserver:anonymous@cvs.pure-data.sourceforge.net:/cvsroot/pure-data co -r devel_0_36 pd
+% cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data co -r devel_0_37 pd
 

You can find out the available branches in the pulldown menu on the project's @@ -110,7 +114,7 @@ Make sure you are in this directory and issue the command:

 % export CVS_RSH=ssh
-% cvs -z3 -d:ext: developername@cvs.pure-data.sourceforge.net:/cvsroot/pure-data 
+% cvs -z3 -d:ext:developername@cvs.sourceforge.net:/cvsroot/pure-data \
   import externals/dirname developername source-dist
 

@@ -123,7 +127,7 @@ once for your external(s). If all of this went well, move away your external directory (keep it as a backup) and checkout the code with:

-% cvs -z3 -d:ext:developername@cvs.pure-data.sourceforge.net:/cvsroot/pure-data 
+% cvs -z3 -d:ext:developername@cvs.sourceforge.net:/cvsroot/pure-data \
   co externals
 

-- cgit v1.2.1