访问次数
我的另一个总结性博客: todototry 大米粒

svn linux环境下的使用(ubuntu),google code

出现的问题.

1.一上来就想 应该先用 svn add * 将 项目 目录 添加为 需要用svn上传的目录

 错误提示: svn : "."不是工作副本

solution: 用 svn checkout 。。。 先checkout 当前本本

2. svn commit 

验证错误,由于我的ubuntu用户名和google code 一样,导致糊涂。

第一个提示是 ubuntu的用户名密码,

第二三次才是google code 上的用户名和密码。

总结:

1.使用一下命令,初始化本地。

svn checkout   https://projectname.googlecode.com/svn/trunk local_dir_name --username email@googlecode

2.进入项目目录后,使用add 子命令添加工作目录。

svn add * 

3. svn commit -m "the comment for this time"

posted @ 2011-09-10 16:53  fandyst  阅读(335)  评论(0编辑  收藏  举报