Create GIT repositories for ftnapps project

SourceForge now supports multiple GIT repositories for each project hosted there.   Created GIT repositories each for crashmail, jamnntpd, tinytic, & vireq;   and kept one named as ftnapps for the web site and any other common documentation or other files.


ssh -t jame,ftnapps@shell.sourceforge.net create 


cd /home/scm_git/f/ft/ftnapps


    <rename the auto created repo>

mv ftnapps ftnapps.git


    <create repo for crashmail> 

mkdir crashmail.git 

git --git-dir=crashmail.git init --shared=all --bare


    <create repo for jamnntpd> 

mkdir jamnntpd.git 

git --git-dir=jamnntpd.git init --shared=all --bare


    <create repo for tinytic> 

mkdir tinytic.git 

git --git-dir=tinytic.git init --shared=all --bare


    <create repo for vireq> 

mkdir vireq.git 

git --git-dir=vireq.git init --shared=all --bare


About this Entry

This page contains a single entry by Robert James Clay published on September 14, 2009 8:14 PM.

ttylog repository maintenance was the previous entry in this blog.

FTNAPPS GIT repository for JamNNTPd is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.