Dave Mateer
Dave Mateer

Reputation: 6626

Choosing a source control system: logical next steps after VSS

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.

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 :-)

Upvotes: 3

Views: 991

Answers (7)

Vilx-
Vilx-

Reputation: 106912

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. :)

Upvotes: 2

Stuart Ellis
Stuart Ellis

Reputation: 1609

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.

Upvotes: 4

Asaph
Asaph

Reputation: 162781

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.

Upvotes: 4

Chris Fulstow
Chris Fulstow

Reputation: 41882

TFS Basic

Upvotes: 0

Sergey
Sergey

Reputation:

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.

Upvotes: 3

Woot4Moo
Woot4Moo

Reputation: 24316

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

Upvotes: 0

digiarnie
digiarnie

Reputation: 23345

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

Upvotes: -1

Related Questions