26
votes
8answers
884 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 …
73
votes
87answers
7k 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 )
…
1
vote
3answers
44 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
71 views
What is a branch in CVS?
What is a branch in CVS?
0
votes
1answer
16 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
1answer
45 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
3answers
104 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
304 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
61 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 …
1
vote
1answer
38 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 …
3
votes
8answers
253 views
Best VCS Solution for Windows
My code base is getting quite big and it's difficult to organize all the different branches using just directories, I was wondering what would be a decent version control system fo …
0
votes
2answers
278 views
How to let Mercurial ignore every thing except *.cs file?
I started a project and added it to hg, but I want to take *.cs file under version control only, so,i have to add bin, obj, sln, suo,_resharper folder etc to ignore pattern, ,how t …
19
votes
14answers
715 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 …
14
votes
25answers
1k views
Why do companies use Source Safe?
Why do you (and/or your company) use Visual Source Safe instead of the "other" version control systems?
32
votes
13answers
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 k …
