Questions tagged [project-lifecycle]
4 questions
1
vote
3 answers
What are the elements of a team development suite?
For small-to-large teams developing software together, what tools are used to form a comprehensive team development framework?
Specifically, I'm looking for a comprehensive list of all the individual functions involved (e.g. source control, bug…

user98919
- 13
- 2
1
vote
1 answer
WSDL - at what stage of the project would you expect delivery?
I'm working on my first project using an external supplier, who will develop some web services for the company I work for.
My question is - at what stage of the project lifecycle would you expect the WDSL (and any associated Schemas) to be…

planetjones
- 12,469
- 5
- 50
- 51
1
vote
0 answers
Visual Studio + IIS + SVN source switch
I have a solution with few modules (by module I mean MVC application, common code libs, some web services etc). Release procedure is trunk > test > live. When everything is OK it works good. I collect new requirements I work on them, than I release…

Łukasz Adamus
- 266
- 5
- 19
0
votes
1 answer
Storing couchDB views in code repository
I have a ruby/couchdb application with huge *.couch files full of data. What I'd like to somehow import (in mysql world i'd call it db schema, but here it's only views) in order to store them somewhere in the code repository. I need it to avoid…

Sotomajor
- 1,386
- 11
- 15