4
votes
1answer
90 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 ch …
1
vote
2answers
39 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 ev …
73
votes
87answers
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 )
…
32
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 …
0
votes
0answers
15 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 the people in charge of making the decision are going to choose RTC. I' …
1
vote
1answer
24 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 …
1
vote
3answers
54 views
Need an encrypted online source code backup service.
Please note this is not a question about online/hosted SVN services.
I am working on a home based, solo developer, project that now has commercial significance and it is time to t …
0
votes
1answer
83 views
What is a branch in CVS?
What is a branch in CVS?
0
votes
1answer
47 views
Push DVCS repository to master without needing codebase
To work on a client's staging environment I have to connect through a VPN which locks all normal network traffic and prevents any connection to the Internet.
This would immediatel …
0
votes
1answer
28 views
TeamCity & Subversion: Checkout copies ALL tags to buildagent’s checkout directory
We have the following URL:
URL: https://dev-01:8555/svn/Shop
We have the following structure in SubVersion
Shop
--trunk
--branches
--tags
The problem is, when I do a build, unde …
0
votes
3answers
128 views
Recursively CVS add files/directories and ignore existing CVS files.
There's a similar post @ http://stackoverflow.com/questions/5071/how-to-add-cvs-directories-recursively
However, trying out some of the answers such as:
find . -type f -print0| x …
4
votes
10answers
319 views
What version control system is best designed to *prevent* concurrent editing?
We've been using CVS (with TortoiseCVS interface) for years for both source control and wide-ranging document control (including binaries such as Word, Excel, Framemaker, test data …
1
vote
2answers
67 views
finding all dependencies in a verilog compile
I'm trying to cheaply and accurately predict all the system-verilog dependencies for a build flow. It is ok to over-predict the dependencies and find a few verilog files that aren …
19
votes
14answers
718 views
How do I protect the trunk from hapless newbies?
A coworker relayed the following problem, let's say it's fictional to protect the guilty:
A team of 5-10 works on a project which is issue-driven. That is, the typical flow goes …
1
vote
1answer
40 views
Which SCM/VCS cope well with moving text between files?
We are having havoc with our project at work, because our VCS is doing some awful merging when we move information across files.
The scenario is thus:
You have lots of files tha …
