4
votes
4answers
241 views
Will Subversion efficiently store OpenXML Office documents?
Hello,
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 …
9
votes
13answers
1k 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
…
2
votes
4answers
82 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 …
4
votes
6answers
230 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 th …
4
votes
5answers
114 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.
…
0
votes
5answers
76 views
ASP.NET MVC Configurable Static Text
I am currently working on a project that requires Static Text to be configurable(including labels, messages, and validation errors). I was wondering what the best approach would be …
1
vote
1answer
36 views
Software configuration management tool for hundreds of binary files, many are large
Note: I've tried searching, Stackoverflows near useless. I am not sure what kind of tool I need.
At my organization we need to keep track of the software configuration for many ty …
5
votes
2answers
119 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
1
vote
1answer
40 views
Version Control/Configuration Management for Avaya PBXs?
Hi, all.
Here at Acme Widgets, we use an Avaya 8xxx series PBX. Some of the Vectors that are coded into the PBX are super important, in that if they're changed in the wrong way, …
0
votes
3answers
52 views
Your experience on using configuration & VCS tools
Hi,I am doing my study's final year project and would like to do a little survey here. The topic is about configuration management and version control system for an industrial prod …
0
votes
4answers
166 views
What is a good configuration file library for c thats not xml (preferably has python bindings)?
I am looking for a good config file library for c that is not xml. Optimally I would really like one that also has python bindings. The best option I have come up with is to use a …
5
votes
3answers
374 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. …
0
votes
0answers
65 views
How does one configure puppet for push-only updates?
Setting runinterval=0 in /etc/puppet/puppet.conf causes continuous pulls, not no pulls. I'm trying to arrange puppet so that it will listen for puppetrun calls, but never pull wit …
1
vote
2answers
190 views
Purpose of elements having their connectionStringName set to LocalSqlServer?
Hello,
1) By default configuration elements have their connectionStringName attribute set to LocalSqlServer, and as far as I know, this attribute refers to connection defined in …
1
vote
3answers
196 views
How to config Asp.net Mvc for redirecting every request to configuration page?
For Asp.net Mvc project, I need to redirect every request to configuration page when user(should be admin of this website) visit this website at the first time. This operation like …
