我可以使用“Unfuddle”而无需subversion / GIT帐户吗?据我了解,这些修订/版本控制工具位于Unfuddle(托管应用程序)下。
如果是这种情况,我们如何上传源代码,因为我无法通过Unfuddle仪表板看到任何明显的方法。
GF
PS我之前问了一个类似的问题,但我觉得它没有上述措辞,所以我将其删除了。
答案 0 :(得分:0)
我最终下载了“subclipse”(Eclipse的subversion插件)。从那里我可以上传到由“Unfuddle”托管的我的subversion存储库。优秀的小服务。
感谢所有帮助(不是)。:。))
GF
答案 1 :(得分:0)
打开Eclipse
点击 SVN 菜单
- Click 'Checkout Projects from SVN'
- 'Create a new repository location'
- Just enter the unfuddle URL (http://(subdomain).unfuddle.com/svn/subdomain_repository abbreviation (Provided when creating a new svn repository in unfuddle) )
Ex: http://xyz.unfuddle.com/svn/xyz_rep
xyz - subdomain
rep - abbreviation
在eclipse中创建源目录/文件夹,并将更改提交到unfuddle在线存储库。