|
|
|
|
|
by ryanbrunner
3362 days ago
|
|
I'm not from SV, but I am from a tech hub, so I'm sure our experiences are pretty different. Regardless of that, adding granularity and ambiguity to the score doesn't help much in your case either (particularly since things like source control were removed, probably because "it's a given" where that might not be the case outside of startups) |
|
So individual programmers were basically forced to work without any of the benefits of an scm. The designated repo master would place a zip of the latest code in a folder, the programmers would copy it to their home area, and when we wished to 'commit' something, we'd copy our files to a staging area and put in a request with the QA to do the actual commit.
Can't I just commit to a branch and let the QA merge the branches into the trunk later? No.
I need to edit a file, time to: cp file.c file.c.bak1