• 0

Source Control..


Question

Currently we are using SourceSafe, but an old version I think its version 6 or something. But today our storage has got full :p now we could replace the drive with something bigger and migrate the data (30Gb worth and 100,000's files :p ) Or we may just freeze this and use something else.

We develop in C/C++ and Java, right now SourceSafe doesn't have Java support (at least not our version). We also store compiled resources too.

We will want to host this in-house along with our IT dept for backup, and just wondering what other options are available and what peoples experiences are. We have though of using SVN.

Link to comment
https://www.neowin.net/forum/topic/800430-source-control/
Share on other sites

Recommended Posts

  • 0

Team Foundation Server is the current Microsoft offering for Source Control and it has a SQL Server backend which could easily handle your data requirements, supports java via Eclipse plugin, great Visual Studio integration, and much more. It's quite costly, however.

Link to comment
https://www.neowin.net/forum/topic/800430-source-control/#findComment-591312186
Share on other sites

  • 0
  ShawnB said:
Team Foundation Server is the current Microsoft offering for Source Control and it has a SQL Server backend which could easily handle your data requirements, supports java via Eclipse plugin, great Visual Studio integration, and much more. It's quite costly, however.

This could be a good option, we have a full MSDN subscription, I'm sure its for thr team version need to check that out. :rofl:

Link to comment
https://www.neowin.net/forum/topic/800430-source-control/#findComment-591312294
Share on other sites

  • 0
  Pabs(Sco) said:
This could be a good option, we have a full MSDN subscription, I'm sure its for thr team version need to check that out. :rofl:

Sadly Team Studio is not part of MSDN.

I've used Source Safe since 95 (maybe earlier) and it's fine/acceptable. (meaning: it'll get the job done) However at my previous gig they used Tortoise/SVN and WOW, it doesn't lock the file when check out, it's merge abilities are wonderful and it works well on the web. If I had a choice I'd absolutely use SVN.

Best of luck.

Link to comment
https://www.neowin.net/forum/topic/800430-source-control/#findComment-591312976
Share on other sites

  • 0
  Pabs(Sco) said:
We develop in C/C++ and Java, right now SourceSafe doesn't have Java support (at least not our version). We also store compiled resources too.

SourceSafe 6.0 can actually work with Eclipse (there's a plugin). It doesn't make SourceSafe a better solution though :rofl:

Link to comment
https://www.neowin.net/forum/topic/800430-source-control/#findComment-591313204
Share on other sites

  • 0

Another vote for SVN. With Tortoise SVN it integrates beautifully in Windows Explorer, it works very fast and intuitively. And it's completely free, no need for licences. I've used it at work and at home, and it's what my university uses and recommends. All my teachers and co-workers think it rocks.

Link to comment
https://www.neowin.net/forum/topic/800430-source-control/#findComment-591313284
Share on other sites

  • 0
  azcodemonkey said:
I like SourceGear's Vault. Its back-end is SQL so you can back your source up very easily, and you can choose between using the VSS method (lock checked-out files) or the CVS method (check out, unlocked, merge).

SVN is also very nice with Tortoise SVN.

I absolutely love Perforce, however it's quite pricey, but it's amazing in it's flexibility and they offer some of the best technical support that I've ever seen!

Here's some useful info:

http://en.wikipedia.org/wiki/List_of_revis...ontrol_software

http://en.wikipedia.org/wiki/Comparison_of...ontrol_software

Link to comment
https://www.neowin.net/forum/topic/800430-source-control/#findComment-591313694
Share on other sites

  • 0
  Pabs(Sco) said:
Visual Studio Team System Development Edition with MSDN Premium

Is my subscription :)

Color me wrong. I would swear it wasn't coming with any version. Thanks for the update. (see, some people can acknowlege when they are wrong, and others are right)

Link to comment
https://www.neowin.net/forum/topic/800430-source-control/#findComment-591313808
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.