migration

Compare SWT with SWING

Is swt faster than swing? Where can i get good tutorials about swt? it easy to migrate from swing to swt? ...

How to migrate an svk repository to git, with history?

I have an svk repo that was full of mirrors and locals etc, I cleaned it up in steps, because I'm trying to get rid of it, and evaluating what should stay. There's only one project there that I want to keep working on, and for that I want to migrate it to git so I can be done with svk for good. It's located in //local/foo, it has no svn...

Make cucumber run migrations instead of schema load

So I have some data loading in migrations, for instance a default user is created when the users table is made, and certain user Roles are created (like foo_admin) are created when the foos table is made. The problem is cucumber doesn't like this, since it does a schema load. Can I either make cucumber just run the migrations instead, ...

Problems during Migration from VS 2003 to VS 2008

I have converted one of my Visual studio 2003 projects into VS2008 and when trying to build the project in VS2008 I get the below mentioned error. In oledb.h, I have typedef LONG DBROWCOUNT; and in sybdb.h, I have #define DBROWCOUNT 16 When I compile, I get the following errors: c:\program files\microsoft sdks\windows\v6.0a...

How to migrate packages to a new Python installation?

How can i quickly migrate/copy my python packages that i have installed over time to a new machine? This is my scenario; Am upgrading from an old laptop running python2.5 & Django1.0, to a new laptop which i intend to install python 2.6.2 & Django 1.1. In time i have downloaded and installed many python packages in my old machine(e.f p...

rails run specific migration

I've deleted a table in the database, call it X. db:migrate no longer works. I have a migration file called CreateX. Is there a way to run just that specific migration? ...

Deprecated warning only in some php5 environments?

Hello, We're moving from php4 to php5, and we get this warning on one of our developers machines, but not in our php5 test setup: Deprecated: Call-time pass-by-reference has been deprecated in C:\Workspace\Prelive\www\includes\filename etc.. The code seems to be the same in both environments, and the php.ini on the test environment ha...

Rake just one migration

Hi, I'm trying to run just one migration out of a whole bunch in my rails app. How can I do this? I don't want to run any of the migrations before or after it. Thanks. ...

Use Rails Migrations to delete an index without knowing its name

I have a table with a compound index that wasn't created through a rails migration. Now, I need to create a rails migration that will delete this index and create a new one, but I don't necessarily know what the name of the index will be. I know that it is possible to get a list of table names and column names within a migration step. I...

How to migrate from Oracle RDB for OpenVMS to MySQL in Windows?

I have a legacy Alpha server with a RDB database. This db is replicated in a MySQL db with many bad php scripts that drops all the tables and takes everything from the Alpha. This works very slow and is becoming unmaintainable. Is there a better way to fix this than programming again the scripts? Anything like MySQL Migration Toolkit? ...

Migration Shorthand

Now in rails we can use t.string instead of t.column using t.string is easy.But t.column is a deprecated feature? any other advantage of using t.datatype other than easiness. Is there any way to convert all current migrations to new style easily. ...

Migrating Subversion

Hi guys! I thought about migrating subversion a lot and I have several questions still open. I hope you can help me: When I migrate a huge directory structure into several repositories (because each directy really is a single project...), will the revision numbers still be the same? There must be gaps, because some revision will only ...

How do I migrate JBoss 4.0.5 JMS configuration to JBoss EAP 4.3?

I have a J2EE application running on JBoss 4.0.5 which makes use of custom JMS queues and topics. The configuration for these is in XML files in the deploy\jms directory. JBoss Enterprise Application Platform 4.3, however, does not have a jms directory in this location. What do I have to do to migrate my existing JMS configuration files...

Ruby on rails database schema help

Hay guys, I'm a novice to intermediate RoR programmer. However, I'm not too good on setting up relational database's so i need a hand. Basically my app is a book club. A user signs up, the user creates a book club based on a book. Other users joins this club and discusses it (like a forum). I have written a english description of the s...

Migrating to open systems

I'm a windows (C++/.NET) developer. I want to migrate to UNIX systems because I'm tired of windows shit. Endless MS stupid silly buggy SDKs kill me every day and I'm not really enjoying programming like it was before. My question is what is the possible roadmap. Any chance to find a job in UNIX area with over 8 years of windows-only exp...

Can you share your customized scripts for converting from cc to svn please?

I have to convert a large cc code base - 15 vobs all symbolically linked on windows to a svn repository on solaris. Any help, step by step instructions, scripts are welcome. Thanks ...

migrate data from MS SQL to PostgreSQL?

I've looked around and can't seem to find anything that answers this specific question. What is the simplest way to move data from an MS SQL Server 2005 DB to a Postgres install (8.x)? I've looked into several utilities like "Full Convert Enterprise", etc, and they all fail for one reason or another, ranging from strange errors that ma...

How do you manage Ruby on Rails migrations with a team of developers?

We have a team of developers who are each going to be developing database migrations for our system using the Rails tools. Migrations seems at first like a great way to manage changes to the database schema, but as we go on it has become harder to manage changes in a distributed way. If we each develop migrations on our own, how can we r...

Now that Silverlight 3 has been out for a month...

I haven't noticed any outcries of pain from the community, but then I haven't really seen much of anything as a result of the Silverlight 3 RTM. So... What are your impressions? For those that have migrated from Silverlight 2, was it a smooth process? Have any issues been introduced into migrated applications that seem to be caused b...

WebForms / MVC to a Windows Forms programmer

Hi, First I'd like to make it clear, I'm not looking for a "my tech is better than yours" type of post; this is a real case scenario and I have been faced with this decision. With this in mind, let me explain: We have a WinForms application. It started in the early .NET 1.0 but the first shipping version was using .NET 1.1. There are l...