vote up 6 vote down star
2

My boss wants me to think about what to use for version control. I am a big fan of subversion, bazaar, mercurial, etc. However, we have a policy at our shop to not use open source tools!

Does anyone know of any good commercia/proprietary version control tools? We are a .NET shop and I know about Visual SourceSafe. However, I have heard less than favourable things about VSS. I also know about the Team Edition version of VS which I think may be too expensive.

flag

40% accept rate
14  
-1 for not overriding your companies policy and enlightening them with open source! – Karl Sep 18 at 13:07
12  
Not to directly answer the question, but as an aside, that is an astonishingly ridiculous policy. I suppose there's no chance of solving the real problem? – recursive Sep 18 at 13:07
21  
"However, we have a policy at our shop to not use open source tools!" by using the internet you are now violating that policy. – Simon O Sep 18 at 13:08
6  
Look, he has to work within the boundaries of the task he's been given. It's definitely a ridiculous policy, but I doubt he's going to quit over it, and if they want to spend the money, no need to block them. – mmr Sep 18 at 13:10
3  
@Andrew: this is your boss. Stop using StackOverflow! – MusiGenesis Sep 18 at 13:18
show 12 more comments

14 Answers

vote up 12 vote down

Perforce can be a good compromise in term of features/price.
It is a centralized VCS (as opposed to Mercurial or Git: Distributed VCS), which is fine for an enterprise.
It does has an integration with Visual Studio.

As mentioned by Simon O. in the comments, Perforce is very centralized (not much will work offline), so you need to have the right infrastructure to support it (good LAN).

alt text

link|flag
from what i read on the internets and their pricing schema, you should note that a default install will hardly work for > 100 users. perforce is very centralized, so don't compare it with svn which at least puts some stuff in a local storage. – Simon O Sep 18 at 13:14
Apparently there's a proxy for distributed development: perforce.com/perforce/products/… ... And, of course, the client workspace is on the client machine. – ChrisW Sep 18 at 14:14
Actually, you do not need a "good LAN" at all. Perforce is very network efficient. I use it over ssh tunnels to my office servers from whatever client internet connection I happen to be on. Unless I'm checking in or out some large binary file, I hardly ever notice I'm not local. It's awesome. – dblack Sep 18 at 14:22
vote up 8 vote down

I use SourceGear Vault... Its not to0 expensive and is not open source. You are not alone in working in companies where open source is barred...

link|flag
1  
Ahh...someone who knows my pain! Thanks for the recommendation, I'll definitely look into it. – Andrew Sep 18 at 13:24
We have been using this for about 2 years now too, its a nice product and well supported. – JohnFx Sep 18 at 13:43
It is a good product - in many aspects better than any open-source alternative. It may be a bit basic feature-wise (compared to the most modern system), but very thought-out, robust and easy to use. Only one minor correction: don't buy Vault, buy Fortress. Integrated issue tracking is even more important than source control itself. – ima Sep 18 at 14:54
IMO Vault is fundamentally flawed in it's philosophy. Specifically - they kept the VSS brain-fart of mapping a Project to a Directory, instead of the reverse. Hence, having multiple versions of your source is tedious, at best. That said, if you're a small all-MS shop it isn't the worst choice you could make, but I'd still suggest SVN instead. – NVRAM Sep 18 at 15:18
It can be argued that the real brain-fart is having multiple versions of your source. Get version you want, do what you need, check in when you finish. Repeat. If you want to compare versions - use compare tools on version history. CVS/SVN is dated and flawed system itself, it just has a lot of practices defined around its idiosyncrasies – ima Sep 20 at 19:54
vote up 5 vote down

Hi I work in a software development company, where most of the projects are developed in .NET. We are in the middle of transferring all databases from VSS to SVN. Definitely the best option.

The combination Tortoise SVN + Visual SVN (Visual Studio plug in) or even Ankh as a free option is a killer combination.

Try to talk with your manager that not always commercial product offers best options. SVN is much more flexible, powerful, reliable then VSS.

link|flag
1  
Yes, I totally agree. Problem is, I'm a relatively junior developer (2 years exp) and I just joined this company 2 months ago. The reason they're getting ME to think about version control is because I am the first developer they have ever hired! I'm essentially the development team :S – Andrew Sep 18 at 13:25
The joys of being the first developer!!! Least you asking about source control and your boss wants to listen! Keep up the good work. – Rippo Sep 18 at 13:30
@Rippo: Thanks! Yes, I am really enjoying the challenge of being the first developer. However, I also am very conscious of the fact that I am lacking a bit in the experience department. There are a lot of things that I've really had to think about implementing myself: version control, methodology, testing strategy, project management, etc. – Andrew Sep 18 at 13:36
1  
If you're the only developer, get them to buy you a MSDN premium with team edition for developers. You get the workgroup edition of TFS with that, plus all the sweet, sweet MS software you could want (7 ultimate, 2k8 Enterprise, Sql Server, VS, Expression Studio, Bob, etc) – Will Sep 18 at 13:46
1  
If you're the only developer, maybe they'll listen to you when you talk about the advantages of selected open source tools. – David Thornley Sep 18 at 14:13
vote up 5 vote down

You could branch SVN and sell it to your company (Apache license). Win-win.

Or, if you have at least one Visual Studio Team System Editions MSDN subscription (Premium) you can run Team Foundation Server for Workgroups, which comes with five licenses per subscription.

Its the second option on this list.

These guys are selling it for about two and a half grand.

link|flag
vote up 4 vote down

BitKeeper. It's distributed. It's what Linus used before creating git.

link|flag
vote up 4 vote down

You could buy Subversion support and related tools from CollabNet (et al) if your organization has a need to spend money to feel good about themselves. That way you at least end up with a modern tool that many people agree is good. Also, you can use hgsvn or git-svn to get the distributed feel.

link|flag
Hgsvn, git-svn? Is that a kind of distributed add-on to svn? – Andrew Sep 19 at 6:45
please, lmgtfy.com/?q=git-svn – geowa4 Sep 19 at 18:29
sorry but i had to do it. you'll get more from google than i could give in in a short comment-block. – geowa4 Sep 21 at 12:12
Fair enough, I guess I was being lazy. Thanks for the answer. – Andrew Sep 24 at 1:26
vote up 3 vote down

How about one of the SourceGear products? I haven't used it, but Eric Sink sounds like he knows what he's talking about.

link|flag
vote up 1 vote down

If you like spending money, and it sounds like you do, you can use Perforce.

link|flag
vote up 1 vote down

Are open source tools completely forbidden just for their nature or do you just need a "neck to grab" in case things go south?

If the latter is the case, you should be able to find commercial support for most open source version control tools. CollabNet and some other companies provide support and training for Subversion, for example. The same is true for Canonical and Bazaar and there is even a company called Clearvision that offers support for a whole range of open source version control tools, including Git and Mercurial.

If you think, as I do, that the open source alternatives are better, don't compromise by choosing a less than optimal proprietary option just for the support.

link|flag
1  
I think it's more of a neck to grab thing. Yes, as I mentioned in comments to another answer, I'll be testing the waters with my boss on this solution. – Andrew Sep 18 at 14:37
vote up 0 vote down

Check out StarTeam

link|flag
2  
Are you actually working with StarTeam and enjoying it? From what I used, I would pick anything but StarTeam. It's not opensource though so i guess it would fit.. – Philippe Sep 18 at 13:44
1  
+1 with Philippe. StarTeam is really not what I'd call a good experience. – Pascal Thivent Sep 18 at 14:10
I've used it for the past 7 years at 3 different companies. If it's set up and managed properly it's not a bad tool. That being said, if I had to choose between it and SVN or GIT (and open source was an option) I wouldn't choose StarTeam. – Chuck Sep 18 at 15:34
vote up 0 vote down

If you feel like spending lots of cash there's always ClearCase

Apart from being pretty expensive, it's also a pretty good tool for 'enterprisy' shops.

link|flag
3  
NO! NO NO NO NO NO NO NO! – Thomas Owens Sep 18 at 13:49
2  
@Thomas: there's no reason to shout. – geowa4 Sep 18 at 13:50
@Thomas, care to backup your screams with some facts or reasons? Or is this just a childish 'anything but clearcase' scream? – Glen Sep 18 at 13:53
stackoverflow.com/questions/1074580/… for @Glen and others – geowa4 Sep 18 at 13:56
@geowa4, excellent some good points there – Glen Sep 18 at 13:59
show 4 more comments
vote up 0 vote down

Another option would be use a commercial SVN system (at least the client). You can use SmartSVN For the server side you can use the Collabnet builds, which are supported by a solid company.

link|flag
Yes, I've heard about these commercial SVN systems. I'll float the idea to my boss and see what he thinks. I think the main problem is that he's worried that there won't be anyone there to support problems if the system is open source. – Andrew Sep 18 at 13:37
Just around 2 million developers around the world ;) – Carlos Tasada Sep 18 at 13:54
1  
@Andrew. I know it doesn't help and you already know this, but what's more likely, a single company going out of business, or an entire community disappearing overnight? – Glen Sep 18 at 14:00
When picking any software, support IS an important factor but commercial vs open source has NOTHING to do with this. I've been screwed by commercial companies before and extremely pleased with community and/or commercial support for open source software. – EvilRyry Sep 18 at 14:04
@Carlos, 2 million huh? There's fewer than 50 developers signed up on Subversion. – MarkJ Sep 18 at 14:22
vote up 0 vote down

In my opinion the free ones do the job.

I used CVS for years. Used Perforce and it was very nice, but version control is not something I'd pay for after using Subversion(SVN). SVN is now my version control of choice and TortoiseSVN (for Windows) makes it painfully simple to work with (if you know how to use concurrent version control).

Some of my friends use GIT and swear by it. So you might check that out.

link|flag
vote up 0 vote down

Another commercial option is AccuRev. They have a different workflow model that sounds interesting, though I've never tried it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.