Tagged Questions

0
votes
8answers
96 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 …
1
vote
3answers
38 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
152 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 …
1
vote
4answers
60 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 …
0
votes
2answers
28 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?
2
votes
6answers
75 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 …
7
votes
6answers
389 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 …
1
vote
1answer
22 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 althoug …
1
vote
1answer
81 views

Is there an equivalent to flashbake (easy version control) for Perforce or Subversion

Flashbake is introduced by Cory Doctorow and discussed here and its project page is here. It hides most of the complexity of git and allows simple configuration. I'm looking for …
11
votes
51answers
1k 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 …
0
votes
0answers
20 views

How to build a list of integers 1 to 10 using recursive accumulate in scheme?

(define (accumulate combiner null-value term a next b) (cond ((> a b) null-value) (else (combiner (term a) (accumulate combiner null-value …
1
vote
1answer
31 views

UCM Clear Case: Hiereachy of streams in one project vs multiple projects

We have a project and are about to add a new piece of functionality to otherwise stable codebase without any major changes going on except defect fixing. The plan is not develop th …
16
votes
25answers
1k views

ClearCase advantages/disadvantages

Because I'm currently struggeling to learn IBM Rational ClearCase, I'd like to hear your professional opinion. I'm particularly interested in advantages/disadvantages compared to …
1
vote
2answers
68 views

Easy way to create perforce changelist with multiple filespecs

I wish to submit a changelist with multiple filespecs, e.g. ...this... ...file.h ...theother.... Perforce won't let me. I could create a changelist from a file but I do want a ch …
5
votes
4answers
262 views

Is TortoiseGit ready for prime time yet?

I'm a big fan of the simplicity of TortoiseSVN. I also am interested in digging into git, and think it would make a good fit for an upcoming project. However, a strictly command-li …

1 2 3 4 5 14 next
15 30 50 per page