Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8234809
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T18:36:25+00:00 2026-06-07T18:36:25+00:00

I’m in the process to learn Subversion, and so far I’ve learned one thing

  • 0

I’m in the process to learn Subversion, and so far I’ve learned one thing or two, and I’ve just created a Google Code account and a svn repository to store a simple project, my problem is how to organize my svn repository. Imagine I’ve just created a android project named “Hello World” and his test project named “Hello World Test”, should a import both the projects into my repository’s trunk? It makes sense to put my test project into the repository trunk too?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T18:36:28+00:00Added an answer on June 7, 2026 at 6:36 pm

    In Local File Ssytem:

    The best approach Google recommended is, from Official Dev Guide:

    You can create a test project anywhere in your file system, but the best approach is to add the test project so that its root directory tests/ is at the same level as the src/ directory of the main application’s project. This helps you find the tests associated with an application. For example, if your application project’s root directory is MyProject, then you should use the following directory structure:

    MyProject/ 
      AndroidManifest.xml
      res/
        ... (resources for main application)
      src/
        ... (source code for main application) ...
      tests/
        AndroidManifest.xml
        res/
          ... (resources for tests)
        src/
          ... (source code for tests)
    

    In SVN Repository:

    The whole point of subversion is for teamwork, the best approach is no doubt using trunk/tags/branches structure:

    https://svn/my-repo/
      MyProject/
        branches/
          1.1.1-fork/
            AndroidManifest.xml
            res/
            src/
            tests/
        tags/
          version-1.0.0/
            AndroidManifest.xml
            res/
            src/
            tests/
          version-1.1.0/
        trunck/
          AndroidManifest.xml
          res/
          src/
          tests/
            AndroidManifest.xml
            res/
            src/
    

    How do we use it usually:

    • when developing, always checkout/commit from trunk/.
    • before each release, tag the ready-to-release code (from trunk) under tags/.
    • if work with others at the same time (major change), branck a copy of code (from trunk) under branches/ and start working on your branch, once done, merge it back to trunk for next release.

    From my own experience, the most efficient and reasonable structure (used for both local file system and version control system) for a group of projects is Maven’s Multi-Module Project, check out this samples in GitHub.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm making a simple page using Google Maps API 3. My first. One marker
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have just tried to save a simple *.rtf file with some websites and
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I am reading a book about Javascript and jQuery and using one of the
I have this code to decode numeric html entities to the UTF8 equivalent character.
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
I have thousands of HTML files to process using Groovy/Java and I need to
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.