savannah-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Savannah-users] How to set up a new project


From: Gerardo Ballabio
Subject: Re: [Savannah-users] How to set up a new project
Date: Mon, 5 Nov 2012 18:43:07 +0100

Ok, I've set up the mailing list and registered the SSH key. May I ask
another couple of questions:
- do I have to use CVS in order to set up the home page or can I use
another VCS (say Subversion) or even no VCS at all?
- I suppose I could upload the code tarball to nongnu.org/galois as
well, but I see that a download area has been created on Savannah
(http://download.savannah.gnu.org/releases/galois/), I guess it's
better to upload there. How can I do that?

Thank you again.

Gerardo

2012/11/2, Gerardo Ballabio <address@hidden>:
> Thank you!! I will try during this weekend.
>
> Gerardo
>
>
> 2012/11/1 r. siddharth <address@hidden>:
>> On Thursday 01 November 2012 07:47 PM, Gerardo Ballabio wrote:
>>>
>>> Hi all,
>>
>>
>> Howdy Gerardo,
>>
>>
>>> I submitted a new project to Savannah and it's been accepted.
>>
>>
>> Welcome.
>>
>>
>>> Specifically, I want to:
>>> - Set up a front page for the project (nothing sophisticated, a static
>>> html page with a couple of screenshots would be just fine);
>>
>>
>> I am guessing that your project is 'galois' and your username is
>> 'ballabio'.
>>
>> You may host your project's homepage at nongnu.org/galois. To do this you
>> need to get a checkout of your CVS web-repository. You may do that by
>> hitting this in the terminal:
>>
>> $ export CVS_RSH=ssh
>> $ cvs -z3 -d:ext:address@hidden:/web/galois co galois
>>
>> But before you do that, make sure you have registered a SSH Key in
>> Savannah.
>> For info on this, look here[1].
>>
>> [1]: http://savannah.gnu.org/maintenance/SshAccess
>>
>> Once you have the CVS repo locally, add your html files, etc, etc in the
>> galois/ folder and do a "cvs add":
>>
>> $ cvs add projectfile.html images.html etc.html
>>
>> and commit it to the web-repo:
>>
>> $ cvs commit -m "commit message"
>>
>> After this, your project homepage will be at nongnu.org/galois.
>>
>>
>>> - Set up a mailing list to serve as a contact point;
>>
>>
>> You may setup a mailing list by going here[2].
>>
>> [2]: https://savannah.nongnu.org/mail/admin/?group=galois
>>
>> Hope that helps.
>> --
>> rsiddharth
>> http://rsiddharth.ninth.su/
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]