wiki:jazz/11-08-31

2011-08-31

SourceFroge

  • 管理個人專案帳號的相關服務 - https://sourceforge.net/account/services
    • Project shell server - shell.sourceforge.net
    • Project CVS server - PROJECTNAME.cvs.sourceforge.net
    • Project Subversion server - PROJECTNAME.svn.sourceforge.net
  • 如果要使用 sf.net 的 SSH 服務,首先必須用底下的指令產生一個為時四小時的暫時 Shell 服務 - <官方文件>
        ssh -t USER,PROJECT@shell.sourceforge.net create
    
    Logging in to your interactive shell...
    
    You don't have an active shell at this time.  For basic file transfers and
    management, use web.sourceforge.net -- it allows rsync, sftp, and scp access.
    
    If you would like to create a shell, use ssh to login using a USER,PROJECT
    username with the "create" command.  If you tell ssh to allocate a tty
    (e.g. using -t), an interactive shell will be opened when the create is
    done.  Otherwise, the create command will exit when the shell becomes
    ready for use.  An example create that enters the shell when ready:
    
        ssh -t USER,PROJECT@shell.sourceforge.net create
    
    Connection to shell.sf.net closed.
    jazz@jazzbook:~$ ssh -t jazzwang,greencloud@shell.sf.net create
    
    Requesting a new shell for "jazzwang" and waiting for it to start.
    creating... starting...
    This is an interactive shell created for user jazzwang,greencloud.
    Use the "timeleft" command to see how much time remains before shutdown.
    Use the "shutdown" command to destroy the shell before the time limit.
    For path information and login help, type "sf-help".
    
    [jazzwang@shell-22005 ~]$ sf-help  
    
    Your interactive shell was created with a default project of: greencloud.
    If you login without a project specified, that is the project you will be
    able to modify.  You can also login with these projects:
    
        ssh jazzwang,clonezilla@shell.sourceforge.net
    
  • 使用 sf-help 指令,可知道該去哪個路徑處理網頁、svnroot 或檔案下載
    Your project's file releases (FRS) are here:
        /home/frs/project/g/gr/greencloud
    Your project-web files are here:
        /home/project-web/greencloud
    Your project DSCM repositories are here (use adminrepo for CVS and SVN):
        /home/scm_git/g/gr/greencloud
    Your developer web area: /home/user-web/jazzwang
    
Last modified 13 years ago Last modified on Sep 5, 2011, 1:21:36 PM