Comments on: So you think your code is in version control? http://www.xaprb.com/blog/2006/07/09/so-you-think-your-code-is-in-version-control/ Stay curious! Mon, 13 May 2013 05:55:40 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Andrew http://www.xaprb.com/blog/2006/07/09/so-you-think-your-code-is-in-version-control/#comment-19713 Andrew Mon, 24 Oct 2011 19:49:49 +0000 http://www.xaprb.com/blog/?p=189#comment-19713 Great Ideas. I had never thought of versions for Cron Scripts. Would be hectic to recover those in hindsight.

]]>
By: Anonymous http://www.xaprb.com/blog/2006/07/09/so-you-think-your-code-is-in-version-control/#comment-18521 Anonymous Tue, 27 Jul 2010 19:59:27 +0000 http://www.xaprb.com/blog/?p=189#comment-18521 Backups in version control trigger an endless loop.
Because you’ll eventually want to backup your repos.

]]>
By: Fadzlan http://www.xaprb.com/blog/2006/07/09/so-you-think-your-code-is-in-version-control/#comment-18519 Fadzlan Tue, 27 Jul 2010 16:34:23 +0000 http://www.xaprb.com/blog/?p=189#comment-18519 Errm…. I agree with everything except the first one. For user related information, shouldn’t we have database logs for that? Having sensitive information such as password (even hashed) in version control seems unnerving for me. Or do I just understand incorrectly?

As for roles and default users, yes we do need that in version control as well.

Version control or no, we still should have DR. Of course, thats another topic already.

Oh, and BTW, nice CAPTCHA. :-)

]]>
By: Xaprb http://www.xaprb.com/blog/2006/07/09/so-you-think-your-code-is-in-version-control/#comment-18518 Xaprb Mon, 26 Jul 2010 17:59:29 +0000 http://www.xaprb.com/blog/?p=189#comment-18518 A much younger and less experienced version of me wrote this post. Good luck in your S.O. adventure!

]]>
By: Tim http://www.xaprb.com/blog/2006/07/09/so-you-think-your-code-is-in-version-control/#comment-18517 Tim Mon, 26 Jul 2010 13:01:52 +0000 http://www.xaprb.com/blog/?p=189#comment-18517 You are confusing version control with backups and DR. Why would you need to recover users from VC? If your system falls apart enough where you are restoring, you should restore from you nightly backup, not pre-populate from version control. You might have test/fixture data in vc to start a dev instance, but production data in vc is unneeded and unsafe.

We’re getting ready to go down the Sarbanes-Oxley path, and they would kick your ass up and down for doing that.

]]>