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. C#
  4. Source Control / Collaboration

Source Control / Collaboration

Scheduled Pinned Locked Moved C#
csharpasp-netvisual-studiosysadmincollaboration
5 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.
  • N Offline
    N Offline
    nicsys
    wrote on last edited by
    #1

    We were a 100% classic ASP shop until perhaps a year ago when we started jumping into ASP.NET. We're finally at a point where we're comfortable enough with the language to start deploying production applications. But we're running into problems because of the way Visual Studio works with a complete local copy on the developer's workstation. There's nothing specifically wrong with the way it works, it's that we don't know how to handle multiple developers on the same project. We typically use Dreamweaver to directly edit copies of the files on the server via FTP. It's simple to connect via Dreamweaver, open up the ASP file, make your changes, save, and you're done, the new code is running live on the site. Right now, about all we can do is download a fresh copy of the ASP.NET site each time we want to make a change - obviously time-consuming. We all telecommute so we can't have the source code on a share that we can all access. Is there a product out there that will allow us to remotely synchronize our versions? I've seen the SourceGear vault, that seems like it might fit the bill. Does anybody have any experience with this product, or have any recommendations?

    J 1 Reply Last reply
    0
    • N nicsys

      We were a 100% classic ASP shop until perhaps a year ago when we started jumping into ASP.NET. We're finally at a point where we're comfortable enough with the language to start deploying production applications. But we're running into problems because of the way Visual Studio works with a complete local copy on the developer's workstation. There's nothing specifically wrong with the way it works, it's that we don't know how to handle multiple developers on the same project. We typically use Dreamweaver to directly edit copies of the files on the server via FTP. It's simple to connect via Dreamweaver, open up the ASP file, make your changes, save, and you're done, the new code is running live on the site. Right now, about all we can do is download a fresh copy of the ASP.NET site each time we want to make a change - obviously time-consuming. We all telecommute so we can't have the source code on a share that we can all access. Is there a product out there that will allow us to remotely synchronize our versions? I've seen the SourceGear vault, that seems like it might fit the bill. Does anybody have any experience with this product, or have any recommendations?

      J Offline
      J Offline
      Jimmanuel
      wrote on last edited by
      #2

      Check out Microsoft's Visual Source Safe: http://msdn2.microsoft.com/en-us/vstudio/aa718670.aspx[^] It integrates nicely with Visual Studio which is good for .Net, or take a look at Tortoise SVN here: http://tortoisesvn.tigris.org/[^] which integrates nicely with Windows Explorer

      S 1 Reply Last reply
      0
      • J Jimmanuel

        Check out Microsoft's Visual Source Safe: http://msdn2.microsoft.com/en-us/vstudio/aa718670.aspx[^] It integrates nicely with Visual Studio which is good for .Net, or take a look at Tortoise SVN here: http://tortoisesvn.tigris.org/[^] which integrates nicely with Windows Explorer

        S Offline
        S Offline
        sherifffruitfly
        wrote on last edited by
        #3

        Sourcesafe is universally acknowledged as the worst versioning software ever created. MS doesn't even use it. (My last experience there was with SourceDepot, which is a customized version CVS, iirc). We happily use Subversion. Tortoise is just a GUI front-end to Subversion, which is commandline in nature. There is also a Visual Studio interface to Subversion, called Ankh.

        J 1 Reply Last reply
        0
        • S sherifffruitfly

          Sourcesafe is universally acknowledged as the worst versioning software ever created. MS doesn't even use it. (My last experience there was with SourceDepot, which is a customized version CVS, iirc). We happily use Subversion. Tortoise is just a GUI front-end to Subversion, which is commandline in nature. There is also a Visual Studio interface to Subversion, called Ankh.

          J Offline
          J Offline
          Jimmanuel
          wrote on last edited by
          #4

          sherifffruitfly wrote:

          Sourcesafe is universally acknowledged as the worst versioning software ever created.

          Unfortunately my superiors at work have not yet been convinced of this. For them it serves it's purpose without screwing things up, so we still use it.

          S 1 Reply Last reply
          0
          • J Jimmanuel

            sherifffruitfly wrote:

            Sourcesafe is universally acknowledged as the worst versioning software ever created.

            Unfortunately my superiors at work have not yet been convinced of this. For them it serves it's purpose without screwing things up, so we still use it.

            S Offline
            S Offline
            sherifffruitfly
            wrote on last edited by
            #5

            Reasonably clarifying: http://en.wikipedia.org/wiki/Microsoft\_Visual\_SourceSafe

            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