Tagged Questions

1
vote
2answers
65 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 system, a good …
3
votes
4answers
122 views

How to release often with Lean/Kanban?

I am quite new to Lean/Kanban, but have poured over online resources over the last few weeks and have come up with a question that I haven't found a good answer for. Lean/Kanban seems otherwise such a …
0
votes
1answer
53 views

Archivable, replicable releases when building with Maven: is there a right way?

We have a largish standalone (i.e. not Java EE) commercial Java project (10,000+ classes, four or five SVN repositories, ten or twenty third-party libraries) that's in the process of switching over to …
0
votes
1answer
30 views

Distinguishing development mode and release mode environment settings on Android

I'm building an Android application and would like to maintain a few environment variables that I can tweak depending on whether I'm in development mode or release mode. For example, I need to invoke …
1
vote
0answers
51 views

When building a hosted/SAS application, how do you manage multiple versions when customizations by the customer are allowed?

Let's imagine you are building a Calculator application. You will allow customers to customize this Calculator with their own logos and CSS stylesheets. Customers will point their domains to your …
8
votes
7answers
518 views

Release management - best practice

I work for a product development company.We first do internal releases,and then public release.I was wondering, how other product developing companies manage their release? How do you give release …
4
votes
7answers
254 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 do you just verify …
0
votes
1answer
87 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 when making the …
9
votes
2answers
97 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 runs each installer. …
0
votes
2answers
55 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 mention, we are also …
1
vote
2answers
120 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/ project2/ ... …
1
vote
0answers
11 views

How to track version changes to dependent components/libraries?

We have a project that has several components developed independently. Yet we have many releases all named as different products with different schedules. We want to get immediate feedback when a …
2
votes
1answer
78 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 release I mean that the …
3
votes
3answers
179 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 scripts - what are …
3
votes
2answers
67 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 fashion i.e. running …

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