1
vote
7answers
115 views
Implementing Source Control
My company has 3 developers. Me, another guy, and a VP dev. I really want to implement source control, especially since our code seems to randomly change on it's own. We tend to develop on the …
3
votes
4answers
113 views
If GIT doesn’t track file renames how do we keep from losing these changes in merges?
In our application we often need to rename a file/package on a release branch and then merge this change (along with many others) to the trunk. A big problem is that many SCM solutions (our current …
2
votes
2answers
65 views
How can I get more colors in emacs vc-diff?
I would like to have vc-diff colorize the output so that added lines are in one color and deleted ones in another. Using Emacs 23.1 and putty/xterm-256color (list-colors-display shows 256 colors and …
3
votes
5answers
75 views
Trying to learn about SCM history/revision/restore algorithms, especially GIT
Hi -
I'm trying to dig up resources on how version control algorithms operate on data, and I'm especially interested in the way git's mechanism operates. I realize git does many different things, but …
3
votes
3answers
61 views
git: how to add/commit removals made via vanilla rm?
I deleted a bunch of files / directories from a git repository using rm, the Finder, etc.
I'm looking for a git command that'll record these to the index as marked for removal. (As if I had called …
2
votes
5answers
74 views
Advantages/Disadvantages of server-less Subversion for solo developer
TortoiseSVN is good for this?
What about best practices to work fine?
Any special care about tricky issues using that way?
3
votes
2answers
37 views
How to git svn fetch older history?
I have checkout'ed svn repo through git, but not from the first svn commit.
Now I would like to extend the history a little back into past. Is it possible?
0
votes
2answers
31 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
8answers
88 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
2answers
122 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 …
7
votes
7answers
574 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 using the two (i.e. …
0
votes
1answer
29 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 …
6
votes
8answers
173 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 …
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 …
1
vote
4answers
95 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 …
