English 中文(简体)
Android 版本控制和 Git
原标题:Android Version Control and Git

我有一个大型的 Android 图书馆项目, 含有多个应用程序使用的可重复使用的组件。 这个图书馆处于 Git 控制之下。 使用这个 Android 图书馆的多个应用程序需要指出 Android 图书馆项目( Git 子模块) 的不同承诺。 但是 Eclipse 不允许子模块是当前项目的儿童目录, 而在目前工作空间中, 只能是兄弟姐妹 。 我如何做这项工作?

例如,如果我更新 Android图书馆 和其中的一个应用程序, 我仍然想要另一个应用程序 指向Android图书馆的原始任务。

任何帮助都会非常感激...

问题回答

对于我的项目,我保留子模块作为原始项目内的子目录,然后将子模块作为单独项目与母体一起进口。





相关问题
Tracking Versions, Builds, Revisions, with TortiseSVN

I am the sole developer on a project and have been using tortoiseSVN for quite a while. Now Id like to start getting version information working correctly in the project I.E. show Major Version, Minor ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

How to handle different csproj [closed]

I am working in a team of five. We are working on a C# application with five csprojects. The problem is that for each csproject, each of my colleagues has their own ideas on how to reference a DLL; ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签