1
vote
2answers
21 views
Ignore folder in stable, but not in devel branch
I have the following folder structure for my project
src/
test_unit/
package1/
test_unit/
package2/
test_unit
output/
In my devel branch all folders should be version …
0
votes
0answers
13 views
Error: 175002 (RA layer request failed)
I get the following error when connecting XCode to a repository on GoogleCode.com
Error: 175002 (RA layer request failed) Description: Server sent unexpected return value (405 Method Not Allowed) in …
1
vote
7answers
118 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
116 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
69 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
77 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
2answers
38 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?
2
votes
5answers
77 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
3answers
62 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 …
0
votes
2answers
34 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
30 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 …
0
votes
8answers
91 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
123 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 …
1
vote
4answers
97 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 …
0
votes
0answers
24 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 …
