wangchao.org
注册 | 登录 | 添加收藏 | 订阅该频道
 
商城汽车珠宝健康家饰女性王朝网络游戏互联网探索下载娱乐学院
 
数码 | 旅游 | 美容 | 母婴 | 家电 | 美食 | 景区 | 养生 | 手机 | 购车 | 首饰 | 美妆 | 装修 | 厨房 | 科普 | 动物 | 植物 |  | 百态 | 编程 | 商品 | 财经 | 信息 | 军事
  
 
当前位置: 王朝网络 >> c# >> 在SourceForge.net上使用TortoiseCVS上传代码
 

在SourceForge.net上使用TortoiseCVS上传代码

字体: ||
  可能看到本文章的很少有人没有从SourceForge.net 下载过代码或者文件,但因为SourceForge.net 对上传的安全性考虑的非常周到,执行的比较严格,所以在SourceForge.net上使用TortoiseCVS上传代码对我来说一直是个很难的事情,
  昨天终于在david.turning的帮助下,成功的使用SourceForge.net和TortoiseCVS建立了smart在sourceforge的代码
  (http://blog.csdn.net/hongbo781202/archive/2006/07/12/909030.aspx),下面把具体的过程写下来:
  1)下载软件
  CVS客户端软件: http://sourceforge.net/projects/tortoisecvs/ 并安装。
  下载SSH客户端的puttygen.exe和pageant.exe http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
  2)产生ssh的public key和private key
  具体请参考https://sourceforge.net/docman/display_doc.php?docid=761&group_id=1#keygen_putty
  其实要看的部分就只有下面这块,我就不翻译了:
  To generate a SSH key using PuTTY:
   Execute the PUTTYGEN.EXE program.
   Select the desired key type, "SSH2 DSA", within the "Parameters" section.
   Click on the "Generate" button.
   Follow the instruction to move the mouse over the blank area of the program in order to create random data used by PUTTYGEN to generate secure keys. Key generation will occur once PUTTYGEN has collected sufficient random data.
   Enter USERNAME@shell.sourceforge.net or USERNAME@cf.sourceforge.net for the key comment, depending on what host the key is for, replacing USERNAME with your SourceForge.net username.
   Enter the desired passphrase in the "Key passphrase" and "Confirm passphrase" fields. If the key will be used for automation of operations (i.e. as part of a script), you may choose to omit this step from the key generation process.
   Click on the "Save private key" button. Use the resulting dialog to save your private key data for future use. You may use a filename such as "SourceForge-Shell.ppk" or "SourceForge-CF.ppk". The .ppk extension is used for PuTTY Private Key files.
   Go to the SSH key posting page on the SourceForge.net site. Copy your public key data from the "Public key for pasting into OpenSSH authorized_keys2 file" section of the PuTTY Key Generator, and paste the key data to the provided form on the SourceForge.net site. Click on the "Update" button to complete the posting process.
   Exit the PuTTY Key Generator (PUTTYGEN).
   Key data sync to hosts from the SourceForge.net site occurs on regular intervals. Your key data will be synchronized to the designated servers (either shell and CVS, or the Compile Farm) after a short delay.
  要注意的是,一定要按照上面列的先后顺序。第8步是把public key copy到 https://sourceforge.net/account/ 而private key是自己保存的。(了解信息安全的应该都明白)
  3)运行pageant.exe
  选择"Add Key",然后选择你在本地的私钥文件,输入你为私钥设置的密码。 先不要退出该程序。
  4) 如果你想 新建module到SF.net
  先 选中你在本地的源代码文件夹,然后点右键选择"CVS=>创建新模块"。
  在弹出的frame中,protocal选择 ssh或者ext;server选择 agileflow.cvs.sourceforge.net;port不选;
  库目录填/cvsroot/agileflow; username填 hongsoft;module 可以填你自己取的名字比如 smart_forleave
  点确定,输入密码,就新建了module。
  5) 后面的提交/修改/删除就和一般的CVS的使用是一样的了。(王朝网络 wangchao.net.cn)
 
标签: net  SourceForge  TortoiseCVS  上传  代码  使用  
可能看到本文章的很少有人没有从SourceForge.net 下载过代码或者文件,但因为SourceForge.net 对上传的安全性考虑的非常周到,执行的比较严格,所以在SourceForge.net上使用TortoiseCVS上传代码对我来说一直是个很难的事情, 昨天终于在david.turning的帮助下,成功的使用SourceForge.net和TortoiseCVS建立了smart在sourceforge的代码 ([url=http://blog.csdn.net/hongbo781202/archive/2006/07/12/909030.aspx]http://blog.csdn.net/hongbo781202/archive/2006/07/12/909030.aspx[/url]),下面把具体的过程写下来: 1)下载软件 CVS客户端软件: [url=http://sourceforge.net/projects/tortoisecvs/]http://sourceforge.net/projects/tortoisecvs/[/url] 并安装。 下载SSH客户端的puttygen.exe和pageant.exe [url=http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html]http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html[/url] 2)产生ssh的public key和private key 具体请参考[url=https://sourceforge.net/docman/display_doc.php?docid=761&group_id=1#keygen_putty]https://sourceforge.net/docman/display_doc.php?docid=761&group_id=1#keygen_putty[/url] 其实要看的部分就只有下面这块,我就不翻译了: To generate a SSH key using [url=https://sourceforge.net/docman/display_doc.php?docid=761&group_id=1#clients]PuTTY[/url]: Execute the PUTTYGEN.EXE program. Select the desired key type, "SSH2 DSA", within the "Parameters" section. Click on the "Generate" button. Follow the instruction to move the mouse over the blank area of the program in order to create random data used by PUTTYGEN to generate secure keys. Key generation will occur once PUTTYGEN has collected sufficient random data. Enter USERNAME@shell.sourceforge.net or USERNAME@cf.sourceforge.net for the key comment, depending on what host the key is for, replacing USERNAME with your SourceForge.net username. Enter the desired passphrase in the "Key passphrase" and "Confirm passphrase" fields. If the key will be used for automation of operations (i.e. as part of a script), you may choose to omit this step from the key generation process. Click on the "Save private key" button. Use the resulting dialog to save your private key data for future use. You may use a filename such as "SourceForge-Shell.ppk" or "SourceForge-CF.ppk". The .ppk extension is used for PuTTY Private Key files. Go to the [url=https://sourceforge.net/docman/display_doc.php?docid=761&group_id=1#key_posting]SSH key posting page[/url] on the SourceForge.net site. Copy your public key data from the "Public key for pasting into OpenSSH authorized_keys2 file" section of the PuTTY Key Generator, and paste the key data to the provided form on the SourceForge.net site. Click on the "Update" button to complete the posting process. Exit the PuTTY Key Generator (PUTTYGEN). Key data sync to hosts from the SourceForge.net site occurs on regular intervals. Your key data will be synchronized to the designated servers (either shell and CVS, or the Compile Farm) after a [url=https://sourceforge.net/docman/display_doc.php?docid=761&group_id=1#sync_delay]short delay[/url]. 要注意的是,一定要按照上面列的先后顺序。第8步是把public key copy到 [url=https://sourceforge.net/account/]https://sourceforge.net/account/[/url] 而private key是自己保存的。(了解信息安全的应该都明白) 3)运行pageant.exe 选择"Add Key",然后选择你在本地的私钥文件,输入你为私钥设置的密码。 先不要退出该程序。 4) 如果你想 新建module到SF.net 先 选中你在本地的源代码文件夹,然后点右键选择"CVS=>创建新模块"。 在弹出的frame中,protocal选择 ssh或者ext;server选择 agileflow.cvs.sourceforge.net;port不选; 库目录填/cvsroot/agileflow; username填 hongsoft;module 可以填你自己取的名字比如 smart_forleave 点确定,输入密码,就新建了module。 5) 后面的提交/修改/删除就和一般的CVS的使用是一样的了。
 
声明:王朝网络登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述,文章内容仅供参考。
 
网友评论 查看所有评论
 
 
验证码:  
2006-07-13 19:27:37 繁體版 编辑
 
 
转载本文
UBB代码HTML代码
复制到剪贴板...
 
 最新文章
 ·印度暂缓封锁黑莓 紧盯网密服务密钥- ·黑客借钓鱼网站设陷阱-安全资讯 ·黄海波女友周诗雅性感写真-美女明星 ·一起来看看那些天雷滚滚的广告-搞笑
 ·微软推便携式触摸式鼠标Arc Tou ·图说那些世界上最美丽的地方-风景壁纸 ·快递“先签字后验货”被指违法-业内资 ·QQ.CN成为黑龙江联通IDC业务新
 ·拒绝50万美元奖金 跳槽Facebo ·网络管理员工作错误处理常见十宗罪-安 ·李彦宏百度大会 门票遭黄牛热炒-业内 ·李彦宏坦克大战 搜索可在线玩游戏-业
 ·步步追踪 破译远程控制失效之谜-应用 ·2010年度上半年全国病毒传播趋势  ·网络知识:OSPF路由协议基础-应用 ·林志颖娇妻陈若仪照片大曝光-美女明星
 ·十分钟完全体验Maxthon3.0- ·《庄园物语》8月风靡金山游戏世界 - ·表现满意 快车3.7新版下载能力测试 ·学生开学换手机 专家提醒先安全扫描-
 ·卡巴安全部队震撼发布保护网银安全-业 ·360安全:600万网民电脑龟速开机 ·卡巴斯基全力打造交易安全软件-安全资 ·搜狗“五级加速”引领高速浏览时代-网
 
 
© 2005- 王朝网络 版权所有