From 07373734702937d72264465885f844d17431daaa Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 10 Jul 2007 11:40:52 +0000 Subject: [PATCH] We don't have cvs anymore. Updated file to subversion use. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6803 594d385d-05f5-0310-b6e9-bd551577e9d8 --- DEVEL | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/DEVEL b/DEVEL index b67c82cfd..76be99aa0 100644 --- a/DEVEL +++ b/DEVEL @@ -3,26 +3,24 @@ Lets explain how to create a simple GOsa plugin. The example shows a dummy plugin which is not directly related with LDAP. Independently of beeing an LDAP style or LDAP unrelated plugin, you may start a new plugin, by creating a new directory below the plugin directory structure. To be up to -date, get a fresh CVS checkout: - -Create a ~/.cvsrc with the following content: -cvs -z4 -q -diff -u3 -p -update -dP -checkout -P - -Change to the directory which will contain your GOsa checkout. -# cd ~projects -# export CVSROOT=:pserver:anonymous@cvs.alioth.debian.org:/cvsroot/gosa -# cvs login -# cvs co gosa - -The gosa directory will contain your initial checkout now. In order to update from CVS -you simply can call "cvs up". There's no need to set the CVSROOT directory anymore, -as long as you cal all cvs commands inside the gosa directory and its subdirectories. - -Now you've an up to date GOsa. Not that this is CVS HEAD, so there may be something -broken. Continue by choosing a name and creating the directories: +date, get a fresh SVN checkout: + +Change to the directory which will contain your GOsa checkout, then get the source: + +# svn co https://oss.gonicus.de/repositories/gosa/branches/2.5 gosa + +for the current 2.5 development line or + +# svn co https://oss.gonicus.de/repositories/gosa/trunk gosa + +for the bleeding edge development tree. + + +The gosa directory will contain your initial checkout now. In order to update from SVN +you simply can call "svn up". + +Now you've an up to date GOsa. Note that there may be most obviously something brokein if +you use trunk. Continue by choosing a name and creating the directories: # cd plugins/addons # mkdir dummyplug && cd dummyplug -- 2.30.2