A programming discipline for tracking, storing and retrieving revisions of source code.
2
votes
1answer
125 views
HG: fork web app project to separate API code from app code
I have a web app thats been in active development for about 8 months now and its becoming apparent that the project has a need to maintain a separation between app specific code and our OO Javascript ...
2
votes
0answers
76 views
Using gerrit (or similar tool) on a team where multiple devs work on a single feature
We have a team of roughly ~8 devs who regularly work on the same feature over the course of a 3 week sprint. It isn't quite pair programming, but in our current workflow devs regularly push up ...
0
votes
0answers
108 views
So I'm a developing a workflow with vagrant+git…does this make sense?
Relevant Background Details
We've got two types of VMs (Utility Boxes & Web Servers) that developers need.
We are going to be using git for version control.
We have developers who have ...
0
votes
0answers
62 views
Bug / issue tracker integration with bazaar
I am currently working on a project, and I am using bazaar - installed on my server - to do version control. I use the eclipse plugin and bazaar explorer to interact with bazaar repository, but I want ...