-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Our group is currently analysing our procedures for managing formal software releases and integrating with a bug lifecycle.
What bug lifecycle model do you use? And why?
For example assume a that formal releases are generated for QA once per week. At what point do you mark bugs as resolved?
When…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
I read an excellent, concise article (http://www.buildmeister.com/articles/software_release_management_best_practices) on the basics of release management practices. In the article, it states "Release Management is often likened to the conductor of an orchestra, with the individual changes to be implemented…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Our software development team is growing very quickly. We have around 250 developers working on about 20 different projects. The majority of development is focused around Visual Studio. The release management procedure is getting a little strained now, with users competing for time and resources on…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I was wondering if there are favorite SDLC/Deployment/Documentation/Versioning ERP/frameworks that work with popular SDLC methodologies, such as Agile, that minimize developer exposure to what most programmer hate to do most -- PAPERWORK ?
Often, release management is extremely inefficient and there…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I look after an internal web based (Java, JSP, Mediasurface, etc.) system that is in constant use (24/5).
Users raise tickets for enhancements, bug fixes and other business changes. These issues are signed off individually and assigned to one of three or four developers.
Once the issue is complete…
>>> More
-
as seen on Stackapps
- Search for 'Stackapps'
Soapi.CS for .Net / Silverlight / Windows Phone 7 / Mono
as easy as breathing...:
var context = new ApiContext(apiKey).Initialize(false);
Question thisPost = context.Official
.StackApps
.Questions.ById(386)
.WithComments(true)
.First();
Console.WriteLine(thisPost.Title);
thisPost
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to create a dump file of a folder in my SVN repository.(My goal is to import this dump on another repository, but that's another story).
I've read like 20 pages about this and they all tell me to use svndumpfilter but I can't seem to make it work.
Here is my command:
C:\>svnadmin…
>>> More
-
as seen on Super User
- Search for 'Super User'
I have a working copy, checked out from SVN repository.
When i'm trying to commit, i get following error:
svn: File not found: revision 57, path '/trunk/path/to/my/file/logo-mini.jpg'
I've found this file in the repo and noticed, that it has only one revision - 58.
I don't understand, why SVN…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a HP Jornada 720 with Windows CE 3, called Handheld PC 2000. And as a good developer, I want to turn it into a fully-featured Scheme development environment. I already have Pocket Scheme on it, but now I need a revision control for my pocket development environment.
Then I want to know: Where…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I seem to have a problem with SIFR3. I'm using version 436 and from all my testing it appears to be a problem associated with IE6 and IE7 as I cannot replicate the issue in Firefox, Chrome, Safari for Windows, or even IE8.
The problem is occurring on my company's website and can be seen here:…
>>> More