1
vote
2answers
49 views
Git remove directory
Hi,
I've got a repository on GitHub (http://github.com/hrickards/PHP-Crypto) for a little project me and a couple of others are working on. My development environment is Aptana Studio, and I use the …
5
votes
10answers
136 views
How suitable is a DVCS for the corporate environment?
Hi Guys,
I've been using SVN for some time now, and am pretty happy with how it works (however I can't say I'm an expert, and haven't really done much with branches and merging), however an …
2
votes
2answers
26 views
Bazaar (bzr) predefined locations
Bazaar has a Launchpad pseudo-protocol (lp:) that able the user to operate in remote branchs without write full Launchpad location, I'm searching a way to create my own pseudo-protocols in a way like …
74
votes
86answers
8k views
Good excuses NOT to use version control
This question may seem backwards to all logical reasoning, but I encountered a team member who was working on a side project out of the main tree, and had decided ( rephrased )
I'm the only …
1
vote
5answers
72 views
How can I create a new branch in git from an existing file tree?
I am looking to add an existing file tree to a git repository as a new branch (I can't just copy the existing tree into my git tree, since the existing tree is versioned under a different VCS, and I …
0
votes
4answers
340 views
Google Wave as code repository and IDE?
Is it possible to write a Google Wave plugin that turns it into an IDE for programming? With such an extension, Google Wave would be a replacement for Eclipse etc., and it would naturally be a code …
36
votes
8answers
1k views
Git and Mercurial - Compare and Contrast
For a while now I've been using subversion for my personal projects.
More and more I keep hearing great things about Git and Mercurial, and DVCS in general.
I'd like to give the whole DVCS thing a …
1
vote
6answers
172 views
Has anyone used Rational Team Concert (RTC)?
The company I work for is currently evaluating replacements for SourceSafe, and for various reasons, I think RTC will be chosen. I'm a little scared that we're going to end up with a solution that …
8
votes
4answers
149 views
FogBugz On Demand + online source control at low/no cost?
I have a project in the free hosted FogBugz On Demand (FOD) product right now. This is great for feature/issue tracking. But I've been working from a codebase that is solely on my development machine. …
0
votes
4answers
82 views
Would like to create some defaults for my .hgignore files in TortoiseHG/Mercurial
I'd like to make it so that every time I create a new repository, certain filters automatically get added to my .hgignore files by default.
For example, for C# projects, I would like these to be …
2
votes
3answers
55 views
Best practices to keep up a diverging branch of code
I'm in a situation where some minor patches I've submitted to an open-source project were ignored or explicitly not accepted.
I consider them useful, but more important is that I need the …
1
vote
2answers
60 views
Tips on upgrading CVS to git/hg?
We still use CVS, I use git and hg for my personal use though I'm still a novice at both, but I realize they're much more modern and better, faster, distributed, etc.
It's just everyone is so …
4
votes
1answer
110 views
Git tool to remove lines from staging if they consist only of changes in whitespace
The point in removing trailing whitespace is that if everyone does it always then you end up with a diff that is minimal, ie. it consists only of code changes and not whitespace changes.
However when …
34
votes
14answers
2k views
Best Version control for lone developer
I'm a lone developer at the moment; please share you experiences on what is a good VC setup for a lone developer.
My constraints are;
I work on multiple machines and need to keep them synced up
…
1
vote
1answer
30 views
How do I minimize the number of changes between revisions with new doxygen output?
A subversion repository contains the html, latex and man directories that doxygen generates from the source code. Even for small source code changes, new files are being generated with random names …
