Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2033624
  • 博文数量: 413
  • 博客积分: 10926
  • 博客等级: 上将
  • 技术积分: 3862
  • 用 户 组: 普通用户
  • 注册时间: 2006-01-09 18:14
文章分类

全部博文(413)

文章存档

2015年(5)

2014年(1)

2013年(5)

2012年(6)

2011年(138)

2010年(85)

2009年(42)

2008年(46)

2007年(26)

2006年(59)

分类: 项目管理

2009-09-18 21:33:36

1,中文文档:如何申请和管理一个sourceforge项目 
  
2,官方文档:


Trouble Shoting
1, Create shell using different tools.
Issue: If login in sourceforge via ssh as following:
    ssh USER@shell.sourceforge.net
system prompt you that shell is inactivated, and suggest you create via:
    
ssh -t USER,PROJECT@shell.sourceforge.net create
Solotion: just follow the steps on the page /Shell%20service

2, Relesae files (/Release%20files%20for%20download)
1) Upload files:
    $cmd
    $psftp.exe NAME,PROJ@frs.sourceforge.net
Using username "NAME,PROJ".
web_surf,cdq@frs.sourceforge.net's password:
Remote working directory is /home/groups/c/cd/PROJ
    $cd /home/groups/c/cd/PROJ/htdocs
    $put xxx.zip
2) Log via ssh
    login shell.sourcefoege.net via putty.exe following the steps on the page /Shell%20service, then
    $cd /home/frs/project/c/cd/PROJ
    $mkdir 1.0.1
    $mv home/groups/c/cd/PROJ/htdocs/xxx.zip 1.0.1/
阅读(920) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~