Tagged Questions
12
votes
5answers
2k views
Subversion Repository Layout
Most subversion tools create a default repository layout with /trunk, /branches and /tags. The documentation also recommends not using separate repositories for each project, so that code can be more ...
4
votes
7answers
728 views
SVN Repository Structure
I am getting ready to set up an SVN repository, and was wondering if anyone had a good example for a repo structure. I am currently thinking:
Development
.. Applications
.... App1
...... ...
4
votes
5answers
237 views
Handling relations between multiple subversion projects
In my company we are using one SVN repository to hold our C++ code. The code base is composed from a common part (infrastructure and applications), and client projects (developed as plugins).
The ...
3
votes
1answer
565 views
Setting up a project directory structure for git repo of a website
I'm working on a drupal website. I've been keeping an svn repository of my custom modules which I've recently ported to github to work with another developer.
Coming from SVN I'm used to just being ...
3
votes
2answers
88 views
Changing a file tree in tortoisesvn
We have a subversion repository which was set up without using the standard \trunk \tags \branch layout and now after a couple of years we are looking to rectify this. We use tortoiseSVN.
Our current ...
3
votes
6answers
284 views
svn: module organization early in the development process
OK, I understand the trunk/tags/branches thingy for a repository with a single project.
Now let's say I have a main project and a number of smaller auxiliary modules/ plugins / tools / scripts etc. ...