Tag Archives: version-control

Protecting Your Api Keys

I am working on a Windows 8 app (details to follow in a subsequent post) and the code is published in a public repo on github. My app uses third-party APIs and after I committed the first cut to github, I realized that I had included my api keys in the code. The whole world [...]
Posted in Uncategorized, version-control | Also tagged , , , , | 2 Comments

SVN Merge – Selecting Changesets

Here is a simple scenario – I have already merged changesets 45-55 from the trunk to branch b1. After this merge, more changes (56-60) were submitted into the trunk and I now need to merge those changes also to branch b1. Which changesets do you select to merge ? 56-60, right ? Well, not exactly. [...]
Posted in tips, version-control | Also tagged , , , | 2 Comments

Database Schema Version Control Tool

It is essential to treat database schema as source code and apply all the norms and best practices applicable to it. From what I hear and read, database schema version control is non-existent in too many projects. Various techniques to accomplish version control of database schemas have been discussed and published. Martin Fowler and Pramod [...]
Posted in C#, database, freeware, sql, version-control | Also tagged , , , , , , , , , , , , , , , , , , , , , , , , , | 7 Comments