19
votes
17answers
2k views
Mechanisms for tracking DB schema changes
What are the best methods for tracking and/or automating DB schema changes? Our team uses Subversion for version control and we've been able to automate some of our tasks this way (pushing builds up …
14
votes
11answers
4k views
Quick easy way to migrate SQLite3 to MySQL?
Anyone know a quick easy way to migrate a SQLite3 database to MySQL?
13
votes
6answers
803 views
Database Migration library for .NET
There are a number of migration libraries for .NET. Which one do you prefer and why?
For those of you who haven't heard of migrations. This is something that Ruby on Rails made popular. It is a …
10
votes
3answers
433 views
Migrating from CPython to Jython
I'm considering moving my code (around 30K LOC) from CPython to Jython, so that I could have better integration with my java code.
Is there a checklist or a guide I should look at, to help my with …
9
votes
4answers
629 views
How to migrate/convert from SVN to Mercurial (hg) on windows
I'm looking for a tool to migrate a couple of SVN repos to Mercurial, with history, labels and so on.
I'm Using TortoiseHg (Windows x32), so ConvertExtensions are discarted.
There's some info on how …
9
votes
9answers
482 views
Migrating database changes from development to live
Perhaps the biggest risk in pushing new functionality to live lies with the database modifications required by the new code. In Rails, I believe they have 'migrations', in which you can …
9
votes
7answers
2k views
Visual Source Safe --> TFS Migration
Around here we have been working with a bunch of Visual Source Safe repositories for about 10 years or so.
Now I want to get rid of sourcesafe and move on to Team Foundation Server.
Do you have any …
9
votes
7answers
2k views
Easy way for Crystal Reports to MS SQL Server Reporting Services conversion
Is there a way to easily convert Crystal Reports reports to Reporting Services RDL format?
We have quite a few reports that will be needing conversion soon.
I know about the manual process (which is …
8
votes
3answers
86 views
Who should learn the “old” system?
I've been involved in several projects which basically involved replacing an "old" system with a "new" system. Invariably, the pattern has been that practically no one on the team building the "new" …
8
votes
4answers
210 views
Migration from Subversion to Git in a company setting?
Is there anyone out there whose company has migrated from a medium to large Subversion repository to Git? If so:
What were the pitfalls you had to overcome?
How easy was it for your developers to …
8
votes
7answers
176 views
What are the real challenges for a developer migrating between programming languages?
Many developers will claim that moving from one programming language to another is relatively simple especially if the languages are based on similar paradigms. However, in practice the effort comes …
7
votes
1answer
163 views
Core Data Migration Across Multiple Version Upgrades
I have an iPhone app that uses Core Data.
I did an update and used Lightweight Migration to go from V1 to V2 of my MOM (Managed Object Model). This worked perfectly.
What happens when I want to go …
7
votes
6answers
151 views
When (if) to consolidate ActiveRecord migrations?
As I move through the iterations on my application*(s) I accumulate migrations. As of just now there are 37 such file, spanning about 9 months' activity.
I'm considering taking my current schema.rb …
7
votes
1answer
200 views
Why does rake db:migrate in Rails not add functions to the schema file?
I recently added some SQL functions to my database via a migrate, and they work perfectly fine. Code works, database works, tests don't. The schema.rb file is telling me that it's at the latest …
7
votes
4answers
2k views
How are you planning on handling the migration to Python 3?
I'm sure this is a subject that's on most python developers' minds considering that Python 3 is coming out soon. Some questions to get us going in the right direction:
Will you have a python 2 and …
