[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-hackers] [ 100228 ] How to create module?
From: |
nobody |
Subject: |
[Savannah-hackers] [ 100228 ] How to create module? |
Date: |
Tue, 04 Dec 2001 16:28:28 -0500 |
Support Request #100228, was updated on 2001-Dec-04 12:24
You can respond by visiting:
http://savannah.gnu.org/support/?func=detailsupport&support_id=100228&group_id=11
Category: CVS
Status: Open
Priority: 5
Summary: How to create module?
By: hmoffatt
Date: 2001-Dec-04 21:28
Message:
Logged In: YES
user_id=3603
Browser: Mozilla/4.77 [en] (X11; U; Linux 2.4.9 i686)
Thanks, that worked. I'm up and running now.
----------------------------------------------------------------------
By: villate
Date: 2001-Dec-04 14:51
Message:
Logged In: YES
user_id=465
Browser: Mozilla/5.0 (compatible; Konqueror/2.2.1; Linux)
Hi Hamish,
Use the following:
mkdir freetrack; cd freetrack
cvs -d address@hidden:/cvsroot/freetrack/
co .
Then you will just have a CVS and a CVSROOT subdirectory;
create a freetrack subdirectory and add it.
I don't know if the instructions in your project's page
http://savannah.gnu.org/cvs/?group_id=823
used to be right and the project approval script stopped
creating modules for new projects, or if modules were
never created for new projects and the CVS project pages
are wrong. We'll try to fix it sometime. We also need to
write documentation for project managers.
----------------------------------------------------------------------
You can respond by visiting:
http://savannah.gnu.org/support/?func=detailsupport&support_id=100228&group_id=11