views:

397

answers:

7

I've been using Git for the past few months and love it.

I looked into how to host it in a corporate environment. Considering a 10 person team who use Visual SourceSafe, programming in Coldfusion, Powerbuilder, PHP and a bit of .NET, I found, to my surprise, that the Git 'server' tooling is still fairly rudimentary.

http://stackoverflow.com/questions/1761054/git-in-a-company-hosting-own-server

Question Apart from SVN, what other source control options would be a logical next step after VSS? Paid options are fine.

Something with nice tooling, that isn't scary would be great :-)

A: 

I'd go with SVN or CVS. Big community and lots of tools and documentation.

digiarnie
Question says 'apart from SVN'. I'd also assume that if he's rejected SVN then he'll reject CVS as well.
Goose Bumper
is there really any point in ever choosing CVS over SVN?
matt b
I don't mind SVN at all.. quite nice with TortoiseSVN :-) Just trying to get a feel if I've missed anything obvious.
Dave
@matt b: No. There is no point in choosing CVS over SVN.
Asaph
SVN is the best "server" based source control system out there, imo.
MitMaro
A: 

Team foundation server, I believe is one that has been tossed around.

Woot4Moo
Cheers! Would be nice.. a wee bit pricey. Althought I did hear rumours of a community edition.
Dave
cool thanks again for that.
Dave
+2  A: 

I think Team Foundation Server would be the next logical step up from Visual Source Safe. You can also check out SourceGear Vault as another alternative to VSS.

Sergey
+4  A: 

Perforce (non-free) offers a lot of features and tools. I heard Google uses it. Perforce offers more advanced branching and merging capabilities than SVN.

Asaph
Also a good one. I heard Microsoft used it instead of VSS, which is almost laughable. :)
Sergey
@Sergei: To be fair, VSS hasn't been maintained for almost 10 years now. If they were still using it I'd be surprised.
Billy ONeal
A: 

TFS Basic

cxfx
+3  A: 

There are several Git hosting services that provide Web interfaces and integrated project management, and some of them are targeted at corporate development teams. ProjectLocker and Codebase are two of these. Both Assembla and Github offer a installable version of their server software, so that you can run a private instance of their service.

Stuart Ellis
+1  A: 

Not a direct answer (as I'm an advocate of SVN myself), but take a look at Wikipedia's entries for List of revision control software and Comparison of revision control software. It will give you something to investigate while you wait for answers here and you might find something little-known that just fits the bill for you. :)

Vilx-