Tagged Questions
26
votes
3answers
4k views
Mercurial with multiple projects
I have a couple of projects with different release cycles sitting in my svn repository. Releases are created by using the classic tags structure in svn. When there are bugs to fix in releases a branch ...
1
vote
3answers
51 views
How to move up a bazaar repository one hierarchy level up?
I have a project hierarchy like this, with a bazaar repository that has been created in subFolder_1.
a_folder
+-- subFolder_1
+-- .bzr
+-- ... (more content)
+-- subFolder_2
...
1
vote
1answer
659 views
Source Control for multiple projects/solutions with shared libraries
I am currently working on a project to convert a number of Excel VBA powered workbooks to VSTO solutions. All of the workbooks will share a number of class libraries and third party assemblies, in ...