Google
 

Friday, January 26, 2007

Q: 如何用SVN实现OpenWSN的代码管理?

环境建设
Eclipse + Subclipse

Subclipse可以从这里下载
http://subclipse.tigris.org/install.html

一些使用说明
http://gforge.osdn.net.cn/forum/forum.php?thread_id=538&forum_id=521

ps:
for 使用sourceforge的普通用户
在TortoiseSVN的Responsitory Browser中,输入如下的URL:
https://openwsn.svn.sourceforge.net/svnroot/openwsn/trunk
可以浏览当前版本


ps:
关于SourceForge的SVN
After you have registered a new project on "sourceforge", you must enable SVN functionality in admin page before using it. -> it cost me serveral days to find this reason! :(

SourceForge SVN server:
https://openwsn.svn.sourceforge.net

SourceForge Path Responsitory:
/svnroot/openwsn

By default, the anonymous users can have "read" privelidge. Maybe you, the administrator needs to grant write access to the developers in the future.

SourceForge关于SVN的支持文档 Document E09

No comments:

Google