When using the Android Library Project, does anyone have a good version control solution for projects that use these libraries?
For example, if I have two applications, say, a free version and a paid one, a phone or tablet or any other script, and I want them to use some shared library that is contained in the Android Lib Project, how can I safely add these projects to Svn? Since they are separate projects, I do not know what I know when someone commits another (library).
I am using Eclipse with the Subclipse SVN plugin, does anyone know if there is a way to link projects, so that fixing on one will transmit to the other?
Any advice here would be welcome - since I'm relatively new to SVN - maybe that is not the way to think about it :)
thank
source
share