- Where Developers Learn, Share, & Build Careers
I am in the process of learning subversion, and by now I have learned one or two things, and I have a simple project To store, just created a Google code account and a svn repository, my problem is how to organize my svn repository. Imagine I just have an Android project called "Hello World" and a test project called "Hello World Test" Made, why Both projects should import my repository trunk? Does it make sense to put my exam project in the repository trunk? SSIT in local file: From the best practices suggested by Google: / P> You can create a test project anywhere in your file system, but the best way is to add the test project so that its root directory is at the same level as the src / directory is the main application Project This helps you find the tests associated with an application Ta does. For example, if the root directory of your application project is a myofix, then you should use the following directory structure: MyProject / Android...