From f01f8200e1976738b0f0a4665534b4a581684579 Mon Sep 17 00:00:00 2001 From: xzilla Date: Fri, 7 Feb 2003 17:49:52 +0000 Subject: [PATCH] I think my cvs troubles this morning were caused by following the instructions in this file. I've looked on sourceforge, and they seem to have changed the instructions so I'm updating them here to follow what the site says. Please not I am able to work using sourceforges instructions. (BTW - this probably doesn't effect people without write access, but just in case...) --- DEVELOPERS | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/DEVELOPERS b/DEVELOPERS index a8ce0341..57e33b76 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -15,15 +15,15 @@ DEVELOPER INFO The following method is preferred for new developers: - fetch the current CVS tree over anonymous CVS: - cvs -d:pserver:anonymous@cvs.phppgadmin.sourceforge.net:/cvsroot/phppgadmin login + cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/phppgadmin login [Password: ] simply press the Enter key! - cvs -z3 -d:pserver:anonymous@cvs.phppgadmin.sourceforge.net:/cvsroot/phppgadmin co webdb + cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/phppgadmin co webdb [This will create a new sub-directory named webdb] And you might like to get phpPgAdmin as well for reference purposes: - cvs -z3 -d:pserver:anonymous@cvs.phppgadmin.sourceforge.net:/cvsroot/phppgadmin co phpPgAdmin + cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/phppgadmin co phpPgAdmin [This will create a new sub-directory named phpPgAdmin] - Add your stuff @@ -34,6 +34,8 @@ DEVELOPER INFO Then, just send us the file.txt + Please note submitting code is considered a transfer of copyright to the phppgadmin project. + Only project developers can access the CVS tree via ssh and SSH1 must be installed on your client machine. @@ -42,8 +44,8 @@ DEVELOPER INFO login once with ssh to developername@cvs.phppgadmin.sourceforge.net to create required user directories on the server. - cvs -z3 -d:ext:developername@cvs.phppgadmin.sourceforge.net:/cvsroot/phppgadmin co webdb - cvs -z3 -d:ext:developername@cvs.phppgadmin.sourceforge.net:/cvsroot/phppgadmin co phpPgAdmin + cvs -z3 -d:ext:developername@cvs.sourceforge.net:/cvsroot/phppgadmin co webdb + cvs -z3 -d:ext:developername@cvs.sourceforge.net:/cvsroot/phppgadmin co phpPgAdmin Write access to the CVS tree is granted only to developers who have already contributed something useful to WebDB or phpPgAdmin. If you're interested in that, -- 2.39.5