Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Source/Version Control systems

Source/Version Control systems

Scheduled Pinned Locked Moved Visual Basic
csharpvisual-studiocollaborationquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    cnurse
    wrote on last edited by
    #1

    Other than Source Safe, what version control systems have you used? Also, did they integrate with VB6, VS.NET? We are a very small company, and the cost of source safe is a big hit for us. Is there anything cheaper, as stable, as integrated? Thanks. Nursey

    S 1 Reply Last reply
    0
    • C cnurse

      Other than Source Safe, what version control systems have you used? Also, did they integrate with VB6, VS.NET? We are a very small company, and the cost of source safe is a big hit for us. Is there anything cheaper, as stable, as integrated? Thanks. Nursey

      S Offline
      S Offline
      screaver
      wrote on last edited by
      #2

      I have used CVSNT (www.cvsnt.org) with the TortoiseCVS client for a few months. But during this week I've changed to Subversion (subversion.tigris.org) with the TortoiseSVN client. CVS is an older system very well known for Unix users and CVSNT is the Windows version of that system. As for Subversion, is targeted to replace CVS in the next years and from what I have seen they have a very good chance of doing just that. Both Tortoise clients work in the same way. They are integrated in Windows Explorer and with just a few clicks you can do whatever you want with them. There are more clients around but those are the ones I like the most. Both systems and clients are 100% free and they have worked very well for me with WindowsXP and .NET projects. I haven't found a reliable client to use CVSNT or Subversion directly from the IDE. But still, I managed to work with them and they have helped me a lot. I hope I helped.

      C 1 Reply Last reply
      0
      • S screaver

        I have used CVSNT (www.cvsnt.org) with the TortoiseCVS client for a few months. But during this week I've changed to Subversion (subversion.tigris.org) with the TortoiseSVN client. CVS is an older system very well known for Unix users and CVSNT is the Windows version of that system. As for Subversion, is targeted to replace CVS in the next years and from what I have seen they have a very good chance of doing just that. Both Tortoise clients work in the same way. They are integrated in Windows Explorer and with just a few clicks you can do whatever you want with them. There are more clients around but those are the ones I like the most. Both systems and clients are 100% free and they have worked very well for me with WindowsXP and .NET projects. I haven't found a reliable client to use CVSNT or Subversion directly from the IDE. But still, I managed to work with them and they have helped me a lot. I hope I helped.

        C Offline
        C Offline
        cnurse
        wrote on last edited by
        #3

        Thanks screaver. That's a lot of good info. I'm really looking for IDE integration though. I found one called Code Co Op, which is a peer-peer source control system, so there is no server, and its about $160 (US). Which is a bit more affordable. I'm nervous about using freeware things for mission critical aspects of a business, because you can't really afford a come back on somebody that did you a favour, but cost you millions 8-) Nursey

        M 1 Reply Last reply
        0
        • C cnurse

          Thanks screaver. That's a lot of good info. I'm really looking for IDE integration though. I found one called Code Co Op, which is a peer-peer source control system, so there is no server, and its about $160 (US). Which is a bit more affordable. I'm nervous about using freeware things for mission critical aspects of a business, because you can't really afford a come back on somebody that did you a favour, but cost you millions 8-) Nursey

          M Offline
          M Offline
          Michael Flanakin
          wrote on last edited by
          #4

          Anything that supports the standard source control interface can be used with VS.NET. Here are a couple of good resources: - http://www.cvshome.org[^] - http://www.codeproject.com/macro/CVS_with_VSNET.asp[^] - http://dotnetjunkies.com/WebLog/mani.net/archive/2003/12/23/4854.aspx[^] Hope these help! Michael Flanakin Web Log

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups