简体   繁体   English

从SVN下载Android项目无法使用

[英]Download android project from svn cannot using

Specs 眼镜

System: win7 x64 IDE: Eclipse Plug-in: Subclipse 系统:win7 x64 IDE:Eclipse插件:Subclipse

I'm trying to share my android project in an SVN server but only my computer can use it. 我正在尝试在SVN服务器中共享我的android项目,但只有我的计算机可以使用它。 When other people downloads my project in their computer, they always have a one named folder. 当其他人在他们的计算机上下载我的项目时,他们总是只有一个命名文件夹。

My Steps: 我的步骤:

  1. Right click my project 右键单击我的项目

  2. Team > Share project 团队>分享项目

  3. Select SVN > Next 选择SVN>下一步

  4. Select my svn repository link > Use the project name as the folder name > Next and finish 选择我的svn存储库链接>使用项目名称作为文件夹名称>下一步并完成

  5. Team Synchronizing > Ignore bin, gen, .classpath, .project 团队同步>忽略bin,gen,.classpath,.project

  6. Submit 提交

Screenshot in my computer when i try to run and build 尝试运行和构建计算机时的屏幕截图

screenshot 1 屏幕截图1

在此处输入图片说明

Screenshot When other people download my project 截图当其他人下载我的项目时

screenshot 2 屏幕截图2

在此处输入图片说明

Why do i always have one similar folder? 为什么我总是有一个类似的文件夹?

Thank you. 谢谢。

Is seem you are creating a folder name of project on svn repo. 似乎您正在svn repo上创建项目的文件夹名称。 and then upload it , 然后上传

just share project on svn without createing 'test1' folder . 只需在svn上共享项目,而无需创建“ test1”文件夹。

When you are downloading the code make sure the path to the project is is 在下载代码时,请确保项目路径为

....../SourceCode/test1/test1 ...... / SourceCode / test1 / test1

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM