Tagged Questions

0
votes
1answer
62 views

What’s the right way to manage a release with SVN?

My last employer had developed an elaborate system which sat on top of SVN to deal with ongoing development: (change management) look at bugs/issues and associate them with commits …
0
votes
2answers
45 views

WebSite Deployment Skills

We need to increase our knowledge on deployment of ASP.NET Web sites/Web App. We are getting increasingly bigger and more traffic and need a more professional approach. Not too men …
1
vote
2answers
72 views

Migrating to maven from an unusual svn directory structure?

Contrary to a 'normal' svn directory structure I'm using the following structure: trunk/ project1/ project2/ project3/ ... branches/ project1-branch/ project1/ …
1
vote
2answers
44 views

Release/Change management - best aproach

What is the better way to work with release management? More specifically what would be the best way to release packages? For example, assuming that you have a relatively stable s …
3
votes
3answers
169 views

What are common practices for deployment of large scale systems?

Given a large scale software project with several components written in different languages, configuration files, configuration scripts, environment settings and database migration …
3
votes
2answers
56 views

Python Pypi: what is your process for releasing packages for different Python versions? (Linux)

I've got several eggs I maintain on Pypi but up until now I've always focused on Python 2.5x. I'd like to release my eggs under both Python 2.5 & Python 2.6 in an automated fas …
0
votes
4answers
238 views

iPhone - dealloc - Release vs. nil

Wondering if someone with experience could possibly explain this a bit more. I have seen examples of... [view release]; view = nil; ....inside the (void) dealloc. What is th …
9
votes
2answers
88 views

Ideal Release Methodology, Tools, Structure

I'm at a firm that currently does releases in a very slow, manual way: Each deployable project has an installer. Once the release is ready, somebody remotes into the server and r …
2
votes
1answer
56 views

Versioning for a maven project with small, very frequent releases

I'm converting an ant project to a maven one. This project differs from the ones I've usually converted since it has very frequent releases, typically 8-10 times per day. By relea …
4
votes
7answers
248 views

How do you ensure the same bug does not creep into the product the second time?

I understand the short answer to it is by doing testing but still how do you do this testing? Do you modify your test cases to include the bugs as additional test cases to run or d …
1
vote
2answers
73 views

Tracking DB changes with Zend Framework?

I am trying to decide between the Zend Framework and Ruby On Rails for my web application. If I go with ZF, I need the following: A way to incrementally track changes to my data …
6
votes
18answers
327 views

If there are “known issues” why release?

I have seen many APIs which list the details about know issues? If there are known issues why release it to public before fixing them? What is the reason? Dead lines? Or fixing th …
5
votes
8answers
263 views

Accidentally released code to live. How to prevent happening again?

We had an incident recently where some code got released to live that was not scheduled to be released. It had obviously been checked into the trunk. Which is fine i guess as you …
1
vote
3answers
41 views

What sort of info would go into good deployment documentation?

I have these constant battles with my colleagues regarding composition of deployment documentation. Everyone agrees that the documentation is necessary. Not everyone can find com …
3
votes
7answers
78 views

Policy on maintenance releases vs normal releases?

My company is struggling with the question of maintenance releases versus "normal" releases, in the context of an application installed on-site at large organisations who pay for s …

1 2 3 4 5 6 next
15 30 50 per page