Tagged Questions
Software configuration management (SCM) is the task of tracking and controlling changes in the software deployments
33
votes
15answers
10k views
TFS vs SVN
I am about to start a project (.NET) and need to decide between TFS and SVN.
I am more used to SVN(with tortoise client), CVS and VSS. Does TFS have all features available in SVN
Have any of you ...
23
votes
6answers
5k views
Are there any GOOD Chef, Chef-Server and Chef-Client tutorials out there?
Chef from Opscode seems to be really useful for configuring servers and such, but trying to follow their documentation is a little difficult. Some terms are defined after they are used, and ...
16
votes
9answers
11k views
UK Vat change from 17.5 to 15% - How will this affect your code?
The UK VAT system is changing from 17.5% to 15%. What strategies have you used in your code to store the VAT, and how will the change affect your applications. Do you store a history of vats so you ...
15
votes
4answers
2k views
Will Subversion efficiently store OpenXML Office documents?
I have been managing Subversion as an engineering document storage repository for my company. It is working fairly well, however I have a question about how MS Office 2007 formats are (should be) ...
11
votes
3answers
1k views
Configuration Management for Windows
Are there any tools for windows like that *nix world has? I am looking for something like Chef or Puppet.
I have found cfEngine but it still looks very *nix centric. Ideally it would be open source, ...
8
votes
8answers
233 views
Should I create a new branch for every new bug that gets reported?
We use a JIRA as our ticket system. New bugs/tickets are submitted to that system. Once a bug is fixed, we create a new build and test it on our dev server. If everything is good we push it to the ...
7
votes
1answer
138 views
Using Matlab 32 and 64 bit on the same machine, how do you store settings in a different place?
For various reasons I need to do things in 64 bit and 32 bit Matlab.
Much to my chagrin... I found out recently that settings for both 32 and 64 bit Matlab are both stored in the same folder:
...
7
votes
3answers
579 views
Migrate a Source Safe database to SubVersion with history
Folks,
We have a number of Source Safe databases that should be migrated to SubVersion.
Is there a (tested and proven) way to migrate them with history ?
Thanks
Essam
6
votes
6answers
203 views
What are common methods of sending initial configuration variables to an Ajax client on the page load?
A complex web-app can have a large amount of user and/or context specific meta and configuration information. eg, user's preferred result-set size, timezone, beginning of the week (Sun/Mon), etc.
...
6
votes
3answers
1k views
Updating already-deployed SharePoint content types to handle additional item events
I have a site content type that was used for a handful of lists throughout my site collection. In that content type, I describe an event receiver to handle the ItemAdding event. This works fine. ...
6
votes
8answers
1k views
How do you handle command line options and config files?
What packages do you use to handle command line options, settings and config files?
I'm looking for something that reads user-defined options from the command line and/or from config files.
The ...
6
votes
3answers
933 views
GlobalAssemblyInfo.cs and strong naming
I have a GlobalAssemblyInfo.cs file in the root of my solution, and I have something like the following entry in it to enable strong naming of my output assemblies.
#pragma warning disable 1699
...
5
votes
1answer
2k views
Official definition of CSCI (Computer Software Configuration Item)
I'm looking for the most official definition of CSCI / Configuration Item - not just what it is but what we have to deliver / can expect when a contract defines subsystems which shall be developed as ...
5
votes
4answers
795 views
What is the best way to manage configuration data
hello
i am working on a product suite which has 4 products. Right now, all the configuration data is either in the xml or properties files.This approach is not maintainable as we have to have to ...
5
votes
4answers
528 views
Subversion management of project configuration files
What is best practice for using subversion (SVN) for managing a project that requires a single configuration file that has multiple concurrent versions for different environments.
I.e.
Project ABC ...
5
votes
5answers
722 views
Software Configuration Management : Recommended Reading on Best Practices
I've recently been involved in a project in which Software Configuration Management has played a crucial role. However, I believe my skills in SCM are lacking.
What reading (books,articles, etc...) ...
5
votes
8answers
747 views
What are source control and configuration management best practices?
I am thinking of a list that I could refer other developers to with things like:
One build script, such as makefile,
will build and test entire project
All components to needed build the
system need ...
5
votes
11answers
415 views
What's the best way to build variants of the same C/C++ application
I have three closely related applications that are build from the same source code - let's say APP_A, APP_B, and APP_C. APP_C is a superset of APP_B which in turn is a superset of APP_A.
So far I've ...
4
votes
4answers
2k views
What is the difference between configuration management and version control?
Can anyone explain in simple terms what the difference is between configuration management and version control? From the descriptions I've been able to find on various websites, it seems like ...
4
votes
6answers
400 views
Storing third-party framework/middleware into source control that needs to alter your compiler/IDE
I know there are posts that ask how one stores third-party libraries into source control (such as this and this). While those are great answers, I still can't find the answer to this:
How do you ...
4
votes
8answers
434 views
Handling different API versions in same Java source
I'm sure this is a dumb question, but.. We have the same Java source files and we want to use a different version of a Java API (jar file) depending on the client we are building our app for.
The ...
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
4answers
188 views
Looking for application that generates INSERT statements for data in table(s)
Looking for an application that allows me to connect to an SQL Server, select any number of tables, and then generate INSERT statements for the data contained in these tables.
Anyone knows of such an ...
4
votes
4answers
971 views
Best Practices on Configuration Settings
I'm wondering about some best practices out there on storing configuration settings. Let's say you have some settings shared across several applications. I've heard both good and bad ways to store ...
4
votes
1answer
202 views
Product Line Engineering
Some of the work we do at my company is slowly edging towards a product family with different products in the same family and different flavours (or feature sets) in each product. I am looking for ...
3
votes
2answers
234 views
Choosing a vagrant provisioner
Question
Can anyone explain why it would be better to choose the puppet or chef vagrant provisioners, rather than the shell provisioner?
Background
I'm in the process of getting started with ...
3
votes
2answers
3k views
Managing project configurations in VS 2010
I'm working on a solution with multiple projects (class libraries, interop, web application, etc) in VS2010.
For the web application, I would like to take advantage of the config transformations in ...
3
votes
3answers
253 views
Is there a mercurial built-in or extension to delete all “non-mercurial” files from repos root directory?
I'd like all files under the repo's root folder except .hg/, .hgignore, .hgtags, etc. Is there a mercurial built-in or existing extension to do this?
I have implemented a non-hg script with ...
3
votes
3answers
365 views
Best practices for applying changes to a SharePoint application
I feel like I need a better defined framework for updating my SharePoint (MOSS 2007) application with custom code changes. I am creating wsp solution files with features and new types and such, but ...
3
votes
1answer
184 views
Manage home directory across multiple machines with some differences?
So I've got a pretty customized setup of dotfiles at this point, and I've been looking for a solution to keep things synchronized from machine to machine. I like the idea of having a ~/dotfiles dir ...
3
votes
3answers
125 views
what is the best way to load config files for different versions of the same project on the same server?
I have a large php project that relies on two levels of config files.
In my project folder I have a default.config.ini that is loaded and then merged with a site specific config file.
At the moment ...
3
votes
16answers
1k views
Which management tools would you recommend for software development?
What would you generally recommend for software developement? Which combination do you use or would you recommend? I assume that tools are needed for Version control, issues/bugs/task, Release ...
2
votes
1answer
94 views
Configuration Setup for Asp.net mvc 3 application
i have an asp.net mvc 3 application that i want to deploy but i want to somehow automate the deployment process of the application. For example if i upload code to http://www.domain.com. when site is ...
2
votes
2answers
91 views
Configuration management in .net
i guess this is a hard one (for me): we have requirements for a .net (web)project which should be used with differnent configurations for different customers.
Example: Cusomer A wants a compiled ...
2
votes
3answers
221 views
Best practice for managing a family of related iOS apps
I'm currently in the process of adapting an existing iOS app into what will be a family of very similar apps (each app instance will probably map to a different country/region).
I'm planning on ...
2
votes
3answers
156 views
Sane Configuration Method for very Complex Piece of Software?
We are writing a C++ program, that needs to be highly configurable (at start time).
Right now we have a base XML file, which contains several configuration variables, and filenames of other XML files ...
2
votes
1answer
294 views
Subversion concepts for a StarTeam user
I would like to know how to do the following common StarTeam tasks in SVN
1. How to update a tag to include a newer revision of just 1 file?
After creating a View Label in StarTeam (similiar to a ...
2
votes
1answer
208 views
J2EE Application/Bean configuration Best Practices?
What is the best way to manage property sets to apply to EJB, and easily be able to vary them between machines/environments (e.g. DEV, TEST, PROD)? For example, is there a way to configure your EJB ...
2
votes
2answers
223 views
What Perforce (p4) command lists the files in a given changelist?
What Perforce p4 command lists the files changed in a given changelist? Note that I want only the names of the files that have changed and not the content differences.
2
votes
1answer
157 views
Tools and processes for application configuration management
My question has to do with best practices and tools used for promoting application configuration data to a new environment as part of a typical testing cycle. The latter includes three environments, ...
2
votes
2answers
787 views
How to read system.web section from web.config
Should be simple, but whatever I try returns null:
const string key = "system.web";
var sectionTry1 = WebConfigurationManager.GetSection(key);
var sectionTry2 = ...
2
votes
2answers
290 views
Subversion: Write protection for tagged directories
i am using subversion as RCS. Always when a new version of my project is finised i create a tag of it (copy of the trunk).
Does anybody know how i can protect this tagged directory from being ...
2
votes
4answers
324 views
Multiple Applications, Shared Settings: Use the registry or XML-based configuration?
My Scenario
I have a class library that is going to be called from multiple separate executable applications. This class library needs to know about an address of a database server (and many other ...
2
votes
6answers
144 views
Where to hold config files
I created a new C# Project (non-web) for our PayPal implementation. I have a bunch of config strings such as the following that I need to figure out the best way to store. Various wrapper classes ...
2
votes
2answers
1k views
2
votes
5answers
278 views
Subversion: To edit or not to edit commit-comments
I'm having a discussion with the management about Subversion practices. I've asked them to tell the administrator to configure our Subversion repository so it's possible to change the commit comments ...
2
votes
4answers
668 views
Git - remove and exclude configuration file
2 weeks ago i commited config of my application which had my password, it's not very useful.
How can I remove the file from the commit history and make sure it doesn't get re-commited?
Sorry I ...
2
votes
1answer
626 views
Installing multiple library versions in Delphi / C++Builder
How I can install multiple versions of a library in Delphi or C++Builder? For example, I might want to be able to develop the next version of our app using the current versions of JCL and JVCL while ...
2
votes
2answers
2k views
How can I manage production/test/development configuration info using subversion?
I'm working on a combined web/client app that has branches for production, test, and development. I'm using svn post commit hooks to deploy updates to the production and test servers. The client app ...
2
votes
1answer
319 views
How should the Joel Test be updated for 2010? [closed]
I believe the Joel Test was written in 2000. It is time for an update to more align with modern times. I'll start:
Do you use source control?
changed to
Do you have quality gates in place for ...