Tagged Questions

0
votes
0answers
21 views

How can I track and synchronize releases between products and components

I found an odd situation at work and I'm trying to figure out where to start with a solution. We have a custom hardware/software device which contains multiple boards, each with their own function …
0
votes
0answers
11 views

What informations to collect during a new release

This is more of a project related query.. What ideally should I ask from a developer when he approaches me to sanction a new release? Are there any ready made formats that you all are following? …
1
vote
3answers
57 views

Release documentation - What all documents?

I am supposed to manage the software release process for a product release scheduled this month. Somehow, I couldn't find a good release guide for the different kinds of documentation involved in a …
0
votes
1answer
60 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
40 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 …
0
votes
1answer
111 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 …
0
votes
2answers
69 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
152 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
2answers
78 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 …
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 …
3
votes
1answer
108 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
2answers
75 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 …
3
votes
3answers
183 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 …
1
vote
2answers
84 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 database, as with RoR's …
0
votes
4answers
333 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 the difference and is …

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