7
votes
8answers
80 views
Replacement or Migration strategy for Excel/Access
Is there a way of offering the flexibility of Excel/Access development that end users love while instilling centralised IT management so data and logic is secure, backed up, version controlled etc. …
3
votes
4answers
101 views
+350
How to deploy: database, source and binary changes in 1 patch?
Hello There,
I'm part of a development team that works on many CMS based projects, using systems like Joomla and Drupal.
In our development process, all of our code changes are managed inside of …
6
votes
2answers
105 views
What problems should I expect when moving legacy Perl code to UTF-8?
Until now, the project I work in used ASCII only in the source code. Due to several upcoming changes in I18N area and also because we need some Unicode strings in our tests, we are thinking about …
0
votes
1answer
30 views
How to use Git to migrate SVN repository
Somebody is planning to move the subversion repository I work on (8000+ commits).
Is there a way to use git-svn to replay the last, say, 20 commits from the old location once the migration 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" …
0
votes
2answers
25 views
How does one call the down method for a Doctrine migration in Symfony 1.2?
I am using Symfony 1.2 with the sfDoctrinePlugin.
I couldn't find any command to call the down method on a migration, neither the documentation suggests any related arguments to the existing doctrine …
1
vote
3answers
43 views
Ruby on Rails DB Migration Script Using Text instead of :string varchar
I'm a beginner at Ruby on Rails so I apologize if this is quite obvious, but I'm trying to learn how to write the database migration scripts and I'd like to change the following long_description to a …
3
votes
3answers
60 views
Copy data from Access to SQL
I am in the process of migrating an existing Access database to a SQL database with a web front-end. I have successfully copied the database to SQL using the SQL Server Migration tool and am working …
0
votes
4answers
78 views
Including Port numbers in %systemroot%\system32\drivers\etc\hosts File
Hi all,
Is it possible to include port numbers in hosts file? Reason that I'm asking is because I have sites that I'm trying to migrate from one hosting server to another, and the sites are pointing …
1
vote
1answer
17 views
Moving TFS Template between servers
We have customized a TFS Template.
We would now like to move this template to a different TFS Server.
What is the best ways to do this?
Thanks
Shiraz
EDIT
We tried the process template as …
1
vote
3answers
67 views
Migrating from Tomcat 5.5.x to 6.0.x.
I'm migrating an mature application from Tomcat 5.5.x to 6.0.x. What are the sticking points that I need to make sure that I address?
I use a couple of Tomcat's services that I suspect will need …
1
vote
0answers
46 views
How to migrate a bare metal Linux installation to a virtual machine [closed]
I'd like to migrate a RHEL5 installation from a bare-metal installation to a virtual machine. I'm not very experienced when it comes to Linux backup and restore procedures, so I'm looking for advice …
2
votes
3answers
44 views
How can I migrate my data from my rails app from mySql to SQLite
How can I migrate my data from my rails app from mySql to SQLite?
Is this possible?
0
votes
1answer
24 views
Rails add_test_data migration
Hey Guys,
Just working through the Agile Web Development with Rails book and near the closing chapters of the book I had to rollback the db a few times using db:migrate VERSION=0 followed by the …
1
vote
1answer
46 views
Joomla module works locally but displays nothing when hosted
Hello, I am new to joomla and I need to work on a joomla website for a school project. I modified an existing module to make it display featured projects and it does that flawlessly when I test the …
