Timeline for How should code in version control be stored?
Current License: CC BY-SA 2.5
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 24, 2012 at 8:27 | comment | added | user1249 | +1 - developers should not think to get the correct source. Also production deployment should not happen directly from source control, but with properly built, tested and trackable pieces. This process should be fully automated. | |
| Sep 22, 2010 at 13:28 | comment | added | user2567 | In .NET application configuration file, you can reference another application configuration file that when found, will override specified settings. So you can create a dev.config file that override things like connection strings and other stuff, and exclude it from repos. | |
| Sep 22, 2010 at 12:55 | comment | added | Tim Murphy | What is perso.config? A quick google hasn't helped me. | |
| Sep 21, 2010 at 11:18 | vote | accept | Pavan G R | ||
| Sep 20, 2010 at 12:44 | history | edited | user2567 | CC BY-SA 2.5 |
added 25 characters in body
|
| Sep 20, 2010 at 12:24 | history | answered | user2567 | CC BY-SA 2.5 |