We used Google Code SVN to store the school project. As we experimented with various ideas, we created new Visual Studio projects and saved them there. Now we want to combine all the different ideas into one final project.
Here is the current repository layout:
- svn - branches - Idea1 - Idea2 - tags - trunk - Sub-Project1 - files (...) - Sub-Project2 - files (...) - Sub-Project3 - files (...)
I use AnkhSVN together with Visual Studio, I noticed that every time I look at one of the projects, every other project is also checked (I see this when I look at it through Windows Explorer).
Now, when we want to make the final version, I was wondering how to put the final project.
EDIT
I do not think I have explained well above. So I go again.
Are there SVN repositories for a single project in Google code? Or can I use them for several subprojects? The reason I ask is the structure of the SVN file in an empty google code project:
- svn - branches - tags - trunk
But I would think that for each subproject these three components are needed.
Maybe I was not clear before that, I renamed parts of the body (into a subproject) in the list above. Each subproject has a unique purpose. I want to combine sub-projects into a larger project.
source share