Search Results

1
vote

Stored procedures/DB schema in source control

Couple different perspectives from my experience. In the Oracle world, everything was managed by "create" DDL scripts. As ahockley mentioned, one script for each object. If the object needs to c …
0
votes

What to use for version control with Visual Studio 2008 for inhouse projects?

My favorite source code control system is ClearCase, both as a developer and as an administrator. Since as a developer you'll only really be using snapshot views, the "LT" cheaper version is more …
2
votes

Merge code changes without true source control

There are two distinct issues: version control and merging. There's absolutely no excuse to NOT use a version control system. If the company has decided on a solution (for whatever reason), then …