The concept of using a defined method to ensure that changes to system architecture are controlled and organized.
0
votes
0answers
10 views
How to run different versions of a database-driven WPF client concurrently in .NET?
We have a data-intensive .NET WPF application which in its current form directly accesses a shared MS SQL database. The client continuously collects large amounts of data during production and ...
0
votes
0answers
35 views
Sybase SQL Anywhere Versioning and Change Management
I'm looking for a change management/versioning tool for Sybase SQL Anywhere 10. I've used RoundHouse in the past for SQL Server, but I'm not having much luck finding something similar for SQL ...
3
votes
3answers
96 views
Keep different database environment synched
At the moment we manually push changes from our DEV SQL environment to the TEST and production (using Schema compare in Visual studio, plus some script we create while making changes to the DEV), but ...
0
votes
1answer
44 views
How to retrieve cvs commits by commentaries
In my development team we use requirements management to control the expected behavior and functions of our products and a bug report tool to track 'problem reports' (PR). Any change in the ...
2
votes
0answers
50 views
How can I use D3 to graph configuration items and their dependencies?
I'm a new user to D3 and am trying to think about how to best implement a mapping of our configuration items.
What I'm looking for is essentially a treemap (I think) but with inter-related ...
1
vote
1answer
131 views
For persistent data in Terracotta, how to evolve classes?
We are considering Terracotta for our next project. I am intrigued by its potential to provide data persistence without the need for a separate DBMS. (See also On using Terracotta as a persistence ...
1
vote
0answers
99 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
47 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
172 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
55 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 ...
1
vote
2answers
99 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, ...
0
votes
1answer
147 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
3answers
2k 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
166 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 ...
4
votes
7answers
440 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 ...
3
votes
3answers
665 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
4answers
186 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 ...
3
votes
1answer
64 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 ...
1
vote
1answer
795 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
226 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
466 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 ...
4
votes
2answers
9k 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
...
0
votes
1answer
147 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?
4
votes
5answers
2k 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?
0
votes
1answer
952 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 ...
5
votes
12answers
529 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?
36
votes
8answers
11k 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 ...
4
votes
1answer
212 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 ...
10
votes
5answers
8k 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" ...
0
votes
1answer
343 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
111 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 ...
3
votes
2answers
271 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 ...
4
votes
6answers
434 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 ...
0
votes
2answers
128 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 ...
2
votes
4answers
656 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 ...
0
votes
3answers
640 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 ...
7
votes
7answers
2k 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 ...
11
votes
3answers
4k 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 ...
1
vote
3answers
962 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
1answer
173 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 ...
10
votes
6answers
16k 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? ...
9
votes
8answers
8k 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 ...
8
votes
6answers
929 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 ...
4
votes
3answers
993 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 ...
9
votes
12answers
734 views
Best .NET Solution for Frequently Changed Database
I am currently architecting a small CRUD applicaton. Their database is a huge mess and will be changing frequently over the course of the next 6 months to a year. What would you recommend for my data ...

