1
vote
2answers
52 views
Issue tracking software that support multiple repositories
We are just starting to be using subversion as our SCM software at my job, I would need some advise here.
My project manager would like to use only one instance of a software to m …
6
votes
8answers
148 views
Database source control with Oracle
Hi, I have been looking during hours for a way to check in a database into source control. My first idea was a program for calculating database diffs and ask all the developers to …
0
votes
1answer
17 views
What is the best practice for setting the SccAuxPath property in a Visual Basic .NET project for a distributed team?
We've recently moved to Team System and now a remote team needs access to our source. However, they use a different IP address to access the Team System server, and whenever they …
0
votes
10answers
160 views
Best solution for integrated bug tracking, wiki and version control
I love the Google Project Hosting web app. It includes bug tracking, wiki and SCM in one interface. (Example: WMD Editor)
This solution is closed source and not for sale. While se …
0
votes
0answers
14 views
Illegal Instruction in service using SCM in VC++
Hi guys,
I have issue in service created using VC++ code.
as my ServiceMain function ends. it returns following error in End of the function(in release it crashes.)
Unhandled ex …
1
vote
3answers
49 views
Subversion: Merging a vendor’s source code releases into mainline at regular intervals
At regular intervals, I receive a new release of a vendor's software, delivered as source code in a compressed package, and I don't have access to the vendor's source code reposito …
4
votes
3answers
187 views
Workflow best practice with git and github?
I have been using git and github with my small team of developers for our projects. I can't help but think that we aren't doing it right. I am interested to hear how others use thi …
0
votes
1answer
32 views
How is Accurev Performance?
How is performance in the current version (4.7) of Accurev?
time to checkout per 100mb, per gb?
time to commit per # of files or mb?
responsiveness of gui when 100+ streams?
I …
2
votes
4answers
81 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 …
12
votes
52answers
2k views
What is the WORST commit message you have ever authored?
I mean, we've all done it, making some changes and the checking them in with messages such "as made some changes" or "fixed a bug." Messages so inane, so pointless, you might as we …
7
votes
6answers
494 views
Using Subversion in Xcode
It seems that all of the initial Google results for "using subversion with xcode" are actually just tutorials for installing and configuring svn and Xcode, as opposed to actually u …
3
votes
6answers
77 views
Identical consecutive commit messages from the same user
I’m in the midst of preparing some SCM guidelines for our Subversion users and came across a point of contention with the team. Is there ever a valid use case for someone to make c …
0
votes
2answers
31 views
How to keep track of the SCM revision in the build versions automatically?
I want to look at a production binary and know which revision in the SCM corresponds to that build. How it is possible? Can I accomplish that in Visual Studio using VSS?
3
votes
6answers
181 views
Branching and Merging Strategies
I have been tasked with coming up with a strategy for branching, merging and releasing over the next 6 months.
The complication comes from the fact the we will be running multiple …
13
votes
18answers
362 views
Should universities be teaching SCM/methodology skills?
Most CS programs these days do not teach skills such as:
source control
configuration management
integration (and continuous integration)
code readability (AKA how to comment cor …
