We are having a hard time keeping Subversion and FTP in-sync. Sometimes we forget to commit changes and just push them to the web server, we have .svn folders scattered throughout our web server, some things exist one place and don't exist in the other, etc.
I want to take the time to fix this, today. What is the solution? Is there a wa...
Hi - I'm looking to deploy a django app on AWS (since I have some credit coupon) and am looking for a good place to read about it - mostly b/c I never used it before. thanks
...
Hi, I've been using Inno Setup for deploying and registering a dll, but all the setups generated with InnoSetup have a min size of 500kb while my dll is only like 40kb.
I don't want to use a packer such as UPX because I don't like the way they work.
Is there another free app to create smaller setups for deploying dlls?
...
I don't seem to have much luck with deploying MVC applications to my remote host.
I've just built an updated site in MVC v2 using Visual Studio 2010 and, having published and deployed it via FTP to my host, it's not working.
Source Error:
Line 39: <compilation>
Line 40: <assemblies>
Line 41: <add assembly="System.Web.Mv...
Hello everyone!
I'm building an application for windows mobile devices, which deals with a database composed of approximately 1500 files. However, the size of each file is under 50kB, and the overall size is under 15MB.
When Visual Studio deploys the app to a mobile device, it takes from 25 to 30 minutes. I was wondering whether there ...
I need to redistribute Python 2.6 for my users.
Currently, I execute the silent instalation for the msi installer from http://www.python.org/download/, but I have some problems, like if other version of python is installed this not get the default.
In the other hand, despite this could be rare, if a user have already python and I insta...
I'm creating a batch file (on Windows Vista) to deploy my project from development to our staging server. The code I currently have is:
:: Copy files from development to staging
robocopy \\local\file\path \\staging\file\path /MIR /Z /XD .svn /NFL /NDL /XF *.cs *.sln *.csproj *.suo *.resx *.user *.sln.cache
:: Create a new SVN tag in th...
Hi,
we are 5 developers working in an svn environment.
every programmer can work on small bugs and commit whenever he wants.
after the work has done, i want to give them the way to deploy to the production without considering the other programmers and their deployment.
for example:
while i am committing, other user is committing too but ...
Hello:
I am using VisualStudio2005 and a vdproj to create a simple MSI file. I need to pass in the REINSTALLMODE property when I launch it.
I know this can be done via command line, like so:
msiexec.exe /i foo.msi REINSTALLMODE=amus
However, if a user chooses to click the msi directly (launching the wizard), the property is not pas...
The software system I work on is a medical billing system, large amounts of data and data tables, and stored procedures.
I was reading the article "12 Steps to Better Code" and in The Joel Test #2 states: Can you make a build in one step?
Now I was wondering, does this mean deployment build (so that a customer can update their deployme...
How can the relative file path be set in setup and deployment project. So that if I take the poject to another machine it will build
...
Hey All,
I searched all of the relevant Capistrano issues, but couldn't find something that even elucidated anything here for me.
git version 1.6.4.2
Capistrano v2.5.10
Basically, when I run my cap deploy.rb script, it connects to the server, starts executing the deploy:update task, then in the deploy:update_code task:
*** [...
Hi,
I'm currently developing a project in eclipse (3.5.1) where I'm using gwt for my UI and for the client-server communication.
Currently I have two java projects which I need in my GWT project.
A DAL project which is a required project in my second java project (Common) and is marked to be exported (Order and Export) and a Common proje...
Hi,
I'm writing a windows forms application to be sold to small to mid-size corporations and be used by users on a LAN.
To make it easier for network administrators, I'm thinking of using .Net 3.5 SP1 and have the app running from a network share. This way, client installation is minimal (I know they must have .Net 3.5 SP1 installed).
...
I have been working on spring-mvc for last 3 months and its been lot productive compared to my earlier work.
I kept adding lot of featuers in the web application and now am stuck with the simple problem.
All the features I have added wont be used in all deployments and I need to figure out a way to exclude some features at the time of d...
My company is thinking of dumping InstallShield and move to something else, mainly because of the poor experience it had with it, mostly on Linux.
Our product is a C++ application (binaries, shared libraries) targeted at Windows and Linux (Red Hat).
The installer itself isn't required to do anything special, just dump some binaries and...
Hey-
I have an VB.net 2008 application that has a few configuration files that accompany it (an XML, an INI and two XLS). After this application is deployed, I would like to be able to change those configuration files as necessary.
The files are currently added as part of the project with Build Action set to "Content". After deploy...
I see insinuations here and there that it's bad to run a live deployment directly off a DVCS clone, and better to export a clean tree or tarball and deploy that. It seems to me that running directly from a DVCS clone has several advantages:
No need to transport the entire codebase on every deployment.
Trivial to update code to any desi...
This is specific to my current project. But maybe the answers will reveal some more generic solutions.
Here is the situation:
I develop django project on my Windows box
I use SVN to commit to a SVN repository
while developing I use development server that comes with django
There is a testing server (apache) that runs somewhere else, a...
I'm trying to do a quick and dirty deployment of a project. I thought it would be easy to run my process, use some tool to grab a list of all loaded files (DLLs) and use that list to create a copy file list for my test deployment.
Thought about using filemon but there is a lot of noise in there. Its a .net project.
Thanks.
...