Created the ftnpl/project.git repo from default ftnpl repository by logging in via shell server and renaming the directory:
- ssh -t jame,ftnpl@shell.sourceforge.net create
- cd /home/scm_git/f/ft/ftnpl
- mv ftnpl project.git
Then pushed my local website repository the ftnpl Sourceforge repository:
- git remote add origin ssh://jame@ftnpl.git.sourceforge.net/gitroot/ftnpl/project.git
- git config branch.website.remote origin
- git config branch.website.merge refs/heads/website
- git push origin website
- ~/prj/ftnpl/scm/sfsvn$ svn remove tags/htdocs
- ~/prj/ftnpl/scm/sfsvn$ svn remove trunk/htdocs
- ~/prj/ftnpl/scm/sfsvn$ svn commit -m "Moved website repository to ftnpl/project.git."
No comments:
Post a Comment