0
votes
2answers
24 views
Remove project from SCM in Xcode
I have an iphone project on a mac. I set up an SCM repository and then ignored it for a while. Now I've decided to back up my source to my main PC and do source control there. I'm finding that the …
0
votes
1answer
24 views
How to add file to a previously committed changeset in Subversion?
After migrating from TFS to Subversion, we have found out that one of the files (a branch operation) of a changeset is missing. The tool that we have used implemented branching as delete and add …
17
votes
25answers
2k 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 other …
0
votes
8answers
78 views
Which SCM and Issue tracker to use for personal work?
I am planning to bring some "peace" (you may call it organization) to the personal work (small projects, etc.) I do at home.
I would like to use a SCM and an issue tracker which can capture the …
1
vote
4answers
84 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 manage every projects …
5
votes
4answers
229 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 this workflow within …
1
vote
2answers
101 views
Mercurial Bookmarks and ‘Git like branching’
I am not having any luck using Bookmarks in Mercurial for Git like branching.
From the article: http://mercurial.selenic.com/wiki/BookmarksExtension, I've set "track.current" to true in my .hgrc …
4
votes
6answers
1k views
Bug tracker setup with Git integration?
I know I can do most of this by hacking Trac and using Git hooks, but I was wondering if someone has / knows of something ready.
Commenting on (and closing) tickets from commit messages would be …
14
votes
9answers
1k views
Suggestions for a good commit message: format/guideline?
I'm at the beginning of a new project, and I'm trying to set up the repository in a smart fashion and establish some code style guidelines for everyone to be able to concentrate on code.
Most of it …
6
votes
8answers
157 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 imlement their …
1
vote
5answers
67 views
SCM/VCS: Tracking directories
When I first found out that Mercurial tracked files and not directories, I was a bit disappointed. (This means you can't represent an empty directory in the repo.) However, it doesn't seem to be an …
0
votes
10answers
196 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 searching similar …
0
votes
1answer
18 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 try to open a …
13
votes
18answers
367 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 correctly)
programming …
0
votes
0answers
21 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 exception at …
