We are in开发者_StackOverflow社区 the process of adapting our build & release procedure of one of our Java based products to support patch / hotfix releases.
In the days before a release we\'d like to be able to prevent developers from committing files to the SubVersion branch, unless a team leader has reviewed and开发者_JS百科 approved the changes (in whi
I have a question regarding to self.view in a UIViewController. First, in my app, everything is created programmatically. And normally I create self.view in the loadView method:
I\'m having a recurring problem in Objective-C. I\'m either releasing things too many time, or not enough. or perhaps I\'m not retaining them enough...
I have this kind of situation: CVS trunk - all changes, stable ad unstable, are made to trunk. production - major releases are made creating tags on CVS, but minor fixes are made manually, merging o
I am trying to find a viable strategy to a following problem. We have several web projects which are dependent on our framework. Everything is stored in our SVN and has its own project with all the n
I\'m looking for some tool (or set of tools) that could help me automate deploying Django projects with all required dependencies.
I like to keep a store-bought version of my iPhone ap开发者_高级运维ps on my phone so that I can reproduce any customer issues that come up, but I obviously also want to run the most current developme
I want to do the equivalent of svn export REMOTE_URL with a mercurial repository. What I want at the end is an unversioned snapshot of the repository at the remote URL, but without cloning all of the
I have a standard Java application that handles both REST and UI calls.What is the best way for me to create and manage an application version (major.minor.release.build)?I\'m using Subversion, Maven,