The migrating tag has no wiki summary.
0
votes
1answer
20 views
How to migrate virtualenv
I have a relatively big project that has many dependencies, and I would like to distribute this project around, but installing these dependencies where a bit of a pain, and takes a very long time (pip ...
1
vote
0answers
9 views
Migrating app from Tiger to Snow leopard
I am trying to build Movino (http://sourceforge.net/projects/movino/files/) app for snow leopard. Does anybody have an idea how to build applications in Mac os X 10.4 (Tiger) so that it may run in ...
0
votes
0answers
104 views
Django migrating database from sqlite to mysql
First of all i want to say that i was googling this topic for a while and i didn't find correct answer. I was trying this :
python manage.py dumpdata > file.json
but it throws error:
Error: ...
1
vote
1answer
100 views
What to gain from VS2012 when migrating from VS2010 and building WinForms apps?
We are using VS2010 to build different WinForms apps.
I look at new tool versions regularly, but didn't really have time to check out VS2012 so far, so I am wondering: What would be the advantage of ...
0
votes
1answer
136 views
migrating from Three.JS 51 to 54 (texture problems)
i'm having some problems migrating my code to the newest release of Three.JS.
I've already tried alot, but my models keep looking black (the color function seems broken)) and as soon as I try loading ...
0
votes
2answers
125 views
Migrating user accounts from Symfony2 to Silverstripe 3
I need help on migrating users from a website built using Symfony2 to Silverstripe 3.
I got a table of users from a symfony built website with sha1 hashed passwords and salts. I want to import the ...
1
vote
0answers
60 views
db2 SYSIBM tables in oracle
please, has anyone an idea, how could be this db2 statement rewritten into oracle database?
SELECT *
FROM SYSIBM.SYSPLANDEP
WHERE BNAME = 'TABLE1'
AND DNAME = 'PLAN1'
I think the oracle table ...
2
votes
1answer
552 views
Migrating play framework 2.0.3 to 2.1.RC1
I try to migrate my Java project from Play framework 2.0.3 to 2.1.RC1
I did the config explained here
I can have the play console without errors, but when I launch the "run" command, I got :
...
3
votes
1answer
92 views
Migrating one shop from Magento multistore install
I need to export/migrate one shop from a Magento multistore install. Googled it but haven't found a quick solution to migrate only one shop. Is there anybody with any advice here on how to do it?
...
0
votes
0answers
96 views
Migrating from OPENTRANSPORT to CFNetwork
I have been given some older code that uses OpenTransport calls. I need to migrate it to similar calls in current OSX OSes so that I can get it to work and build under the latest XCode. Was there ever ...
2
votes
1answer
206 views
What is the Windows 8 Metro Style Class Equivalent of Windos Phone 7 DeviceStatus Class?
I´m migrating an application from Windows Phone 7 to a Windows 8 Metro Style.
On Windows Phone 7 I used DeviceStatus class to get some memory values:
DeviceStatus.ApplicationMemoryUsageLimit
...
0
votes
2answers
310 views
Drupal showing blank page after migrating to a local server
Firstly some background,..
IVe started a new job as PHP developer with a company that hosts 2 Drupal (6.x) sites.
While I have years of experience in PHP, Drupal ( and indeed off the shelf content ...
-1
votes
1answer
197 views
Can I use MSBuild 4.0 for MSBuild 2.0 XML Files and a mix of VS2010 (.NET 4.0) and VS2005 (.NET 2.0) projects?
I have a build script written for MSBuild 2.0 using .NET Framework 2.0.
Now I am migrating some of my projects to use .NET Framework 4.0. So I have a mix of .NET 2.0 (Visual Studio 2005) and .NET 4.0 ...
1
vote
1answer
758 views
Migrating to iOS 5 Core Data new APIs: understand NSConfinementConcurrencyType
I'm slowly migrating to iOS 5 Core Data new APIs and I'm investigating about NSConfinementConcurrencyType.
From Apple documentation
Confinement (NSConfinementConcurrencyType). This is the ...
1
vote
2answers
98 views
Drupal 6 Migration
Short question, hopefully short answer is needed.
I migrated my drupal 6 site from live server, to localhost.
I copied all data from live server to /var/www, changed the settings.php to the new ...
0
votes
1answer
277 views
Migrating from Lighthouse to Jira - Problems Importing Data
I am trying to find the best way to import all of our Lighthouse data (which I exported as JSON) into JIRA, which wants a CSV file.
I have a main folder containing many subdirectories, JSON files and ...
1
vote
3answers
343 views
Argument passing in C# and VB.NET
In VB.NET, can we pass an original object as an argument without instantiating it? For example, I have two forms in my project formA and formB. Now I have this code.
Public Sub AddForm(Form Outer, ...
0
votes
1answer
25 views
Migrating to mySQL5 supported server - does it take a day? [closed]
Am helping someone to install WP on their current host, which unfortunately only has mySQL4 (whereas WP now requires mySQL5) and their host responded with this message:
"can host it somewhere ...
1
vote
0answers
652 views
Migrating from VS2005 to VS2010
After migrating a project from VS 2005 to VS 2010, we got the following errors related to include fils of Visual Studio, can anyone provide inputs on solving these? Thanks in advance.
1)
error C3861: ...
0
votes
2answers
555 views
Trying to convert simple execution stored procedure to postgres function - can't get CURRVAL('table_seq') to function
The MySQL Stored Procedure was:
BEGIN
set @sql=_sql;
PREPARE stmt FROM @sql;
EXECUTE stmt;
DEALLOCATE PREPARE stmt;
set _ires=LAST_INSERT_ID();
END$$
I tried to ...
0
votes
1answer
63 views
Migrating and comparing a SQL Server database
We downloaded today RedGate's Toolbet, in oder to automatize some tasks that take so long in our company when it comes to databases.
The first one appear with a 15 GB database we have, with a lot of ...
0
votes
1answer
47 views
Whats the easier/elegant option when it comes to porting Classic ASP websites to newer technology/platform?
we have a number of classic asp based websites with CMS functionality. Most run on Mysql 4.1
Please correct or suggest me better options.
My plan is to standardize the existing code to use RESTful ...
0
votes
1answer
27 views
Migrating Apache to another machine
I am using apache version 2.0.16 on opensolaris machine.I have one application running on it.Now I want to copy all the configurations files from this to another machine which has the same ...
0
votes
1answer
468 views
Migrating oracle 6i to 10g web performance problems
Hello
We have recently migrated Oracle 6i forms with a native runtime to 10g to work with web and java. It works but with huge performance problems. For example, in the server which is running red ...
3
votes
1answer
790 views
Warnings in edmx file when upgrading from 3.5 to 4
I updated my solution from .NET 3.5 to 4.0, and thanks god, I just had to fix minor things.
But what I don't understand is, the edmx file generated many warnings like this:
Error 2005: Mapping ...
0
votes
1answer
2k views
Migrating SSIS package from SQL Server 2005 to SQL Server 2008
Hi I am Migrating SSIS package from SQL Server 2005 to SQL Server 2008.
The package ran successfully in sql 2005 using provider "SQLNCLI.1".
In sql 2008 I have changed the provider to "SQLNCLI10.1"
...
0
votes
2answers
216 views
rewite rule for two folders
I'm migrating my web from Joomla to Wordpress, in order to do so I need to set up access to a new subfolder to install wp.
I have a htaccess file redirecting actual Joomla app to subdirectory /joomla/ ...
2
votes
3answers
392 views
Selecting a good Framework for web-development
Based the accepted answer to this question I've setup a NetBeans/tomcat environment.
In testing this setup I'm trying to create a Java Web/Web application, but is stumped by the a choice of frameworks ...
52
votes
5answers
20k views
svn switch error - is not the same repository
I have recently moved the SVN server and now i am tring to relocate the working copies from my computer to the new server. But i get the strangest error.
i do :
svn switch ...

