Tagged Questions

2
votes
8answers
405 views

Cross Platform build environment

As good developers we keep our code as standard compliant as possable to help in porting between platforms. But what tools are available that help us build the code in a uniform wa …
0
votes
1answer
54 views

Publish to RSS from command line

From a Windows command line, I'd like to be able to publish to an RSS feed. I visualize something like this: rsspub @builds "Build completed without errors." Then, someone coul …
1
vote
2answers
401 views

Using separate MSI build for config files for each environment

For one client, I have to deliver a build they use in QA and production. The checksum of the build file has to match - it cannot change at all between QA and production. The conf …
0
votes
2answers
177 views

How can I set up different build configurations for ASP.Net web site projects?

According to an earlier question about Visual Studio configurations, there's no way to use Visual Studio's configuration manager to create different configurations for an ASP.net w …
1
vote
1answer
317 views

SVN, TeamCity virtualisation / hardware requirement

I am trying to put a requirement together for a new environment to consist of TeamCity running of Sql Server, a couple of build agents (for now) and an SVN repository. There are …
1
vote
2answers
695 views

Configuration Manager only shows Debug

I am working in Visual Studio 2008 on an ASP.Net application, which has been deployed to a test server. I would like to make a build without debug information to place in producti …
23
votes
16answers
1k views

Web developers - Is it better to do development on your local machine or on a remote host?

What are the pro/cons of doing web development on your local machine rather than on a centralized development server? For those that do dev on your local machine, how do you keep a …
0
votes
0answers
121 views

Paver 0.8.1 compatibility with python 2.6

Hi, Does anyone manage to bootstrap its development area using paver with python 2.6 ? I have install python 2.6, install paver with easy_install-2.6, everything looks fine. But …