Tagged Questions
The change-management tag has no wiki summary.
26
votes
8answers
6k views
Mercurial cherry picking changes for commit
Say, I made many changes to my code and only need to commit a few of those changes. Is there a way to do it in mercurial? I know that darcs has a feature like this one.
I know hg transplant can do ...
9
votes
6answers
11k views
SVN/Tortoise - Label generation
In Clearcase I can generate a "label" for a given set of files and always go back to that label to regenerate all the files as they were when I generated the label.
How do I do this in Subversion? ...
8
votes
6answers
734 views
Are there any pitfalls / things you need to know when changing from MyISAM to InnoDB
One of my projects use the MyISAM engine in MySQL, but I'm considering changing it to InnoDB as I need transaction support here and there.
What should I look at or consider before doing this?
Can I ...
7
votes
7answers
976 views
How do you manage customers with regards to changing requirements?
Steve Yegge's wisdom notwithstanding, most developers are faced with requirements which were gathered from non-technical customers. Sometimes there are project managers who deal with the customers ...
7
votes
3answers
3k views
SQL Server 2008 Auto Generate Change Scripts Legacy Problem
We enable "Tools ==> Options ==> Designers ==> Table and Database Designers ==> Auto Generate Change Scripts" in our SQL Server Management Studio (SSMS). When changing our database schema, we save the ...
6
votes
5answers
4k views
Add a new table column to specific ordinal position
Is it possible to add a column to a table at a specific ordinal position in SQL Server?
For instance, our tables always have CreatedOn, CreatedBy, LastModifiedOn, LastModifiedBy columns at the "end" ...
6
votes
6answers
5k views
Tracking changes in a SQL server 2005 database
I have been tasked with developing a solution that tracks changes to a database.
For updates I need to capture:
date of update
old value
new value
field affected
person doing change
record id
table ...
5
votes
11answers
474 views
What will you do with the no-longer-effective programmer?
A programmer on your team is great at maintaining the old legacy system. But the company has switched to a new technology/platform.
What do you do with the no-longer-effective developer?
4
votes
7answers
280 views
Pull deployment in Windows environment
I'm looking for a way to setup pull deployment as apposed to the traditional push deployment model under Windows.
The optimal situation would be:
Deploy the file(s) to the master server
The child ...
4
votes
5answers
911 views
What is change request management tool?
Can anyone please tell what is change request management tool and what is involved when a change request is submitted to this tool?
4
votes
1answer
184 views
Versioning assemblies of distributed application with hot fixes
We are developing an application with components on multiple physical tiers, sharing many assemblies as well as having some exclusive to each tier.
I am wanting to know what the typical versioning ...
4
votes
6answers
318 views
Configuration Management - History in Code Comments
Let me pose a bit of background information before asking my question:
I recently joined a new software development group that uses Rational tools for configuration management, including a source ...
4
votes
3answers
771 views
What is the best way to handle change management? [closed]
My organization's main project went live on Monday. That was my third day here. Now that I've been here almost a week, I'm tasked with creating a change management plan for the maintenance of the ...
3
votes
5answers
1k views
Where does “Change Management” end and “Project Failure” begin?
I got into a mini-argument with my boss recently regarding "project failure." After three years, our project to migrate a codebase to a new platform (a project I was on for 1.5 years, but my team lead ...
2
votes
1answer
43 views
Source core repositories and sticky notes
An interesting problem occured recently, and I've been thinking of the "best" way (for a given value of "best") to implement this.
In essence, it's one of tracking notes against source code. The ...
2
votes
2answers
3k views
How to work with liquibase, a concrete example
Following the quickstart on liquibase i've created a changeset (very dumb :) )
Code:
<?xml version="1.0" encoding="UTF-8"?>
<databaseChangeLog
...
2
votes
2answers
227 views
Change Management
I am currently working on company which has several products with the same release cycle.
The problem that i got is i will need to create release file which include all files released and what the ...
2
votes
4answers
448 views
How do you create change logs for your projects?
I am using subversion as an RCS and Bugzilla for issue tracking. And i just ask myself how to create automatic change logs for the users?
I already tried the "svn2cl" tool. But the change logs it ...
1
vote
2answers
58 views
Tips for dealing with a temporary change request in an MVC View
I am working on an application, for which a temporary change request has come in to a given feature. Specifically, the business currently only wants to manage a Physical address for a given customer, ...
1
vote
3answers
318 views
Database source control vs. schema change scripts
Building and maintaining a database that is then deplyed/developed further by many devs is something that goes on in software development all the time. We create a build script, and maintain further ...
1
vote
1answer
535 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 ...
1
vote
1answer
155 views
Change Management suggestions?
I'm dangerously close to launching a pretty heavy web app and I've got almost everything out on my server in QA. I'm still touching up and making changes here and there and although I'm taking nightly ...
1
vote
2answers
394 views
Release/Change management - best aproach [closed]
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
3answers
785 views
.NET Web Service Best Practice for multiple developers
We have a large ASP.NET project consisting of several hundred reports. We are in the process of moving all the SQL Queries (running against an Oracle Database) into three web services. The web ...
0
votes
0answers
14 views
Software platform upgrade in a continuously changing environment
We have service environment comprising of about 16 servers. Each environment - namely development, test and production has its own 16 servers.
We are considering a platform upgrade on these servers ...
0
votes
0answers
21 views
Open Src Tool Adoption
Currently we are looking to move away from the proprietary tools due to budget constraints and want to implement an end2end tooling for
Enterprise Change Management
Src Control Management
Build , ...
0
votes
2answers
71 views
svn to store documents for the purpose of change management
Is it a good idea to keep project related documents in svn ? is there any document management app (sharepoint?) you can recommend for this ? The question is for a medium size software house (20 devs).
...
0
votes
1answer
36 views
How can I manage change sets with CVS?
I have been using distributed version control systems for the last few years, but now I am going to have to use CVS. The process I want is something like:
Each bug/feature is given a ticket
in a ...
0
votes
1answer
80 views
Change management tool for SQLite
I am looking for a good change management application for use with SQLite. In the past I have used SQL Data compare by Redgate, but I have been unable to find anything similar that supports SQLite.
...
0
votes
0answers
67 views
TFS 2010 Client Customisations Change Branches
I work for a small company and we develop a software solution that consists of a SQL server Database, an ASP .Net website, some Silverlight components and some Reporting Services reports.
This whole ...
0
votes
3answers
1k views
Recommended Development practices for working with Siebel CRM?
I may be working with Siebel CRM soon, and I'm looking for advice on using modern development practices and enterprise best practices.
Specifically I'd like advice on the following areas:
How ...
0
votes
3answers
102 views
Where should I put my NHibernate SchemaExport method?
Where should I put my NHibernate SchemaExport method and how should I call it when I decide to recreate the database?
Should I leave this in my startup project (an asp.net mvc project)? Should I ...
0
votes
3answers
120 views
Large tables of static data with DBGhost
We are thinking of restructuring our database development and deployment processes by using DBGhost, we want to move away from the central development database and bring the database to the source ...
0
votes
1answer
97 views
How do I update the factory layout templates in Proficy Change Management?
How do I update the factory layout templates in Proficy Change Management (i.e. where are they located when checked out?). e.g. generic.htm?
0
votes
1answer
697 views
Changeman on host mainframe - What does each step mean?
I'm currently trying to promote a package in Changeman on mainframe. Currently it seems like there it's a series of incantations that I have to follow. Unfortunately, I can't remember magic ...
0
votes
1answer
296 views
How to implement “get latests changed items” with ADO.NET Data Services?
Lets say I have a lists of entities (for example, a list of TODO items) that more than one user can change, delete from and add to at the same time.
So to maintane a synchronized listed between all ...
0
votes
6answers
103 views
How to get users/clients implicated in iterative development?
What do you do when your (external) client's users don't have the time/will to actively participate in iterative development? How do you "force" them to get implicated? Remember that often they must ...
0
votes
2answers
107 views
Managing the merge of DBA's production changes/tweaks with dev's pending DB changescripts
We maintain a set of change scripts that must be run on the DB when our web application is released. We waste a lot of time and experience some difficultly keeping these updated however, our DBA ...
0
votes
3answers
549 views
Database change managing on software patch/update/upgrade
It's been few weeks I'm trying to find a more detailed explanation with examples how to manage my database change on software patch.
Situation:
I deploy wpf application release to
user. App uses ...
0
votes
1answer
158 views
Daily Build and SQL Server Changes
I am about to try and automate a daily build, which will involve database changes, code generation, and of course a build, commit, and later on a deployment. At the moment, each developer on the team ...