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. Other Discussions
  3. IT & Infrastructure
  4. Implementing VSS in a web-based environment...

Implementing VSS in a web-based environment...

Scheduled Pinned Locked Moved IT & Infrastructure
sysadmincollaborationdatabasecomwindows-admin
9 Posts 5 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.
  • A Offline
    A Offline
    Andrew Connell
    wrote on last edited by
    #1

    We're currently exploring our options in relation to source control, version control, and deployment. We are primarily web development, but are getting into some application development as well. I've used VSS before in a web environment and I was not impressed (this can be strictly because of the way it was implemented, so take it for what it's worth). Basically, we had a VSS database on our shared development server. Then, we would each do development on our own workstation. When we checked a file in, it would be in the VSS database. Next time someone went to work on the project, they would download all the changed files to their workstation. There were some major flaws in this process in my mind: each workstation HAD to be configured identically in terms of directory structure, IIS settings, web process within IIS, etc. One of the BIGGEST problems I saw was that each user had to create a web process in their own local IIS AND everytime a new COM object was built/changed, we would have to ensure all developers unregistered the old object and registered the new one. Granted, this can all be accomplished with some batch files or scrpts, but that just seems like it shouldn't be necessary. Ideally, I'd like to have a single web process on a development server that we can develop against, but have some sort of source & version control & collaboration built in. There must be a better way... and I'm sure someone has done it. The trick is we want the same VSS solution to work for desktop app/client-server development (not the one development server... but just use a single source control). Your input would be greatly appreciated. -AC Andrew Connell IM on MSN andrew@aconnell.com Andrew Connell IM on MSN andrew@aconnell.com

    A R N M 4 Replies Last reply
    0
    • A Andrew Connell

      We're currently exploring our options in relation to source control, version control, and deployment. We are primarily web development, but are getting into some application development as well. I've used VSS before in a web environment and I was not impressed (this can be strictly because of the way it was implemented, so take it for what it's worth). Basically, we had a VSS database on our shared development server. Then, we would each do development on our own workstation. When we checked a file in, it would be in the VSS database. Next time someone went to work on the project, they would download all the changed files to their workstation. There were some major flaws in this process in my mind: each workstation HAD to be configured identically in terms of directory structure, IIS settings, web process within IIS, etc. One of the BIGGEST problems I saw was that each user had to create a web process in their own local IIS AND everytime a new COM object was built/changed, we would have to ensure all developers unregistered the old object and registered the new one. Granted, this can all be accomplished with some batch files or scrpts, but that just seems like it shouldn't be necessary. Ideally, I'd like to have a single web process on a development server that we can develop against, but have some sort of source & version control & collaboration built in. There must be a better way... and I'm sure someone has done it. The trick is we want the same VSS solution to work for desktop app/client-server development (not the one development server... but just use a single source control). Your input would be greatly appreciated. -AC Andrew Connell IM on MSN andrew@aconnell.com Andrew Connell IM on MSN andrew@aconnell.com

      A Offline
      A Offline
      Alexandru Savescu
      wrote on last edited by
      #2

      I think they have done it before you. :( Best regards, Alexandru Savescu

      1 Reply Last reply
      0
      • A Andrew Connell

        We're currently exploring our options in relation to source control, version control, and deployment. We are primarily web development, but are getting into some application development as well. I've used VSS before in a web environment and I was not impressed (this can be strictly because of the way it was implemented, so take it for what it's worth). Basically, we had a VSS database on our shared development server. Then, we would each do development on our own workstation. When we checked a file in, it would be in the VSS database. Next time someone went to work on the project, they would download all the changed files to their workstation. There were some major flaws in this process in my mind: each workstation HAD to be configured identically in terms of directory structure, IIS settings, web process within IIS, etc. One of the BIGGEST problems I saw was that each user had to create a web process in their own local IIS AND everytime a new COM object was built/changed, we would have to ensure all developers unregistered the old object and registered the new one. Granted, this can all be accomplished with some batch files or scrpts, but that just seems like it shouldn't be necessary. Ideally, I'd like to have a single web process on a development server that we can develop against, but have some sort of source & version control & collaboration built in. There must be a better way... and I'm sure someone has done it. The trick is we want the same VSS solution to work for desktop app/client-server development (not the one development server... but just use a single source control). Your input would be greatly appreciated. -AC Andrew Connell IM on MSN andrew@aconnell.com Andrew Connell IM on MSN andrew@aconnell.com

        R Offline
        R Offline
        Remco V
        wrote on last edited by
        #3

        take a look at SourceOffSite www.sourcegear.com. They have a product called SourceOffSite Collab. Which is a collaboration / bugtracking application with sourcesafe integrated.

        1 Reply Last reply
        0
        • A Andrew Connell

          We're currently exploring our options in relation to source control, version control, and deployment. We are primarily web development, but are getting into some application development as well. I've used VSS before in a web environment and I was not impressed (this can be strictly because of the way it was implemented, so take it for what it's worth). Basically, we had a VSS database on our shared development server. Then, we would each do development on our own workstation. When we checked a file in, it would be in the VSS database. Next time someone went to work on the project, they would download all the changed files to their workstation. There were some major flaws in this process in my mind: each workstation HAD to be configured identically in terms of directory structure, IIS settings, web process within IIS, etc. One of the BIGGEST problems I saw was that each user had to create a web process in their own local IIS AND everytime a new COM object was built/changed, we would have to ensure all developers unregistered the old object and registered the new one. Granted, this can all be accomplished with some batch files or scrpts, but that just seems like it shouldn't be necessary. Ideally, I'd like to have a single web process on a development server that we can develop against, but have some sort of source & version control & collaboration built in. There must be a better way... and I'm sure someone has done it. The trick is we want the same VSS solution to work for desktop app/client-server development (not the one development server... but just use a single source control). Your input would be greatly appreciated. -AC Andrew Connell IM on MSN andrew@aconnell.com Andrew Connell IM on MSN andrew@aconnell.com

          N Offline
          N Offline
          Nick Parker
          wrote on last edited by
          #4

          AC wrote: One of the BIGGEST problems I saw was that each user had to create a web process in their own local IIS AND everytime a new COM object was built/changed, we would have to ensure all developers unregistered the old object and registered the new one. Granted, this can all be accomplished with some batch files or scrpts, but that just seems like it shouldn't be necessary. I believe this was an apparent flaw to Microsoft, hence with ASP.NET you are able to use XCOPY to implement new COM servers transparently over the old ones. AC wrote: Ideally, I'd like to have a single web process on a development server that we can develop against, but have some sort of source & version control & collaboration built in This is a good idea, we do this. :) Nick Parker

          A 1 Reply Last reply
          0
          • N Nick Parker

            AC wrote: One of the BIGGEST problems I saw was that each user had to create a web process in their own local IIS AND everytime a new COM object was built/changed, we would have to ensure all developers unregistered the old object and registered the new one. Granted, this can all be accomplished with some batch files or scrpts, but that just seems like it shouldn't be necessary. I believe this was an apparent flaw to Microsoft, hence with ASP.NET you are able to use XCOPY to implement new COM servers transparently over the old ones. AC wrote: Ideally, I'd like to have a single web process on a development server that we can develop against, but have some sort of source & version control & collaboration built in This is a good idea, we do this. :) Nick Parker

            A Offline
            A Offline
            Andrew Connell
            wrote on last edited by
            #5

            Nick Parker wrote: This is a good idea, we do this. Can you explain exactly how it's implemented if you don't mind? Andrew Connell IM on MSN andrew@aconnell.com

            N 1 Reply Last reply
            0
            • A Andrew Connell

              Nick Parker wrote: This is a good idea, we do this. Can you explain exactly how it's implemented if you don't mind? Andrew Connell IM on MSN andrew@aconnell.com

              N Offline
              N Offline
              Nick Parker
              wrote on last edited by
              #6

              Andrew Connell wrote: Can you explain exactly how it's implemented if you don't mind? Sure, we use VSS to control all of our project, it's goofy to be nice, but once you get the hang of it, VSS can do wonders. This is especially true when you accidentally delete the wrong file out of the system.:rolleyes: We have a testing server we call....drumroll... TESTBOX. This is where all our files are stored, and is only used per say for development. We have two instances of SQL Server installed on this box, one being called TESTBOX and one called TESTBOX/STAGING. TESTBOX/STAGING is used when we are in beta mode of one of our applications. The actual server that holds the files for the application that TESTBOX/STAGING runs is separate from TESTBOX the server itself. Did I make that clear, or does it resemble coffee? :) Both these servers are intranet use only, we are only doing testing whether it be for the developer, or a beta mode test with end users. Nick Parker

              A 1 Reply Last reply
              0
              • N Nick Parker

                Andrew Connell wrote: Can you explain exactly how it's implemented if you don't mind? Sure, we use VSS to control all of our project, it's goofy to be nice, but once you get the hang of it, VSS can do wonders. This is especially true when you accidentally delete the wrong file out of the system.:rolleyes: We have a testing server we call....drumroll... TESTBOX. This is where all our files are stored, and is only used per say for development. We have two instances of SQL Server installed on this box, one being called TESTBOX and one called TESTBOX/STAGING. TESTBOX/STAGING is used when we are in beta mode of one of our applications. The actual server that holds the files for the application that TESTBOX/STAGING runs is separate from TESTBOX the server itself. Did I make that clear, or does it resemble coffee? :) Both these servers are intranet use only, we are only doing testing whether it be for the developer, or a beta mode test with end users. Nick Parker

                A Offline
                A Offline
                Andrew Connell
                wrote on last edited by
                #7

                Nope... I understand you perfectly. Specifically, I am trying to figure out a way to use VSS without having people develop on their own boxes. Right now everyone is developing on the dev server. It's an ok solution because we only have a handful of developers (and typically one or two assigned to a project). However, when we grow it could get more challenging... but most importantly, there's no versioning control or source control and THAT is what our main goal is in getting out of VSS. I have worked with it before, I just used it in a poor implementation (as described in this thread). So... you check a file out and work on it on the development server or your local workstations (i.e.: You don't check it out to your local workstation, do your work, and them check it back in and publish the web project)? -AC Andrew Connell IM on MSN andrew@aconnell.com

                N 1 Reply Last reply
                0
                • A Andrew Connell

                  Nope... I understand you perfectly. Specifically, I am trying to figure out a way to use VSS without having people develop on their own boxes. Right now everyone is developing on the dev server. It's an ok solution because we only have a handful of developers (and typically one or two assigned to a project). However, when we grow it could get more challenging... but most importantly, there's no versioning control or source control and THAT is what our main goal is in getting out of VSS. I have worked with it before, I just used it in a poor implementation (as described in this thread). So... you check a file out and work on it on the development server or your local workstations (i.e.: You don't check it out to your local workstation, do your work, and them check it back in and publish the web project)? -AC Andrew Connell IM on MSN andrew@aconnell.com

                  N Offline
                  N Offline
                  Nick Parker
                  wrote on last edited by
                  #8

                  Andrew Connell wrote: So... you check a file out and work on it on the development server or your local workstations (i.e.: You don't check it out to your local workstation, do your work, and them check it back in and publish the web project)? VSS does keep a local copy on your workstation, but it should be a direct copy from the source database. When I save all my files at the end of the day or whenever, you would check this back into the VSS database. We manually move over the files when we go into a beta mode for testing for end users. You won't be able to completely control what file your developer decides to open (local or VSS), so you won't be able to have total control. I would suggest trying to make it clear to all of your developers the importance of source control to avoid any erratas later. :) Nick Parker

                  1 Reply Last reply
                  0
                  • A Andrew Connell

                    We're currently exploring our options in relation to source control, version control, and deployment. We are primarily web development, but are getting into some application development as well. I've used VSS before in a web environment and I was not impressed (this can be strictly because of the way it was implemented, so take it for what it's worth). Basically, we had a VSS database on our shared development server. Then, we would each do development on our own workstation. When we checked a file in, it would be in the VSS database. Next time someone went to work on the project, they would download all the changed files to their workstation. There were some major flaws in this process in my mind: each workstation HAD to be configured identically in terms of directory structure, IIS settings, web process within IIS, etc. One of the BIGGEST problems I saw was that each user had to create a web process in their own local IIS AND everytime a new COM object was built/changed, we would have to ensure all developers unregistered the old object and registered the new one. Granted, this can all be accomplished with some batch files or scrpts, but that just seems like it shouldn't be necessary. Ideally, I'd like to have a single web process on a development server that we can develop against, but have some sort of source & version control & collaboration built in. There must be a better way... and I'm sure someone has done it. The trick is we want the same VSS solution to work for desktop app/client-server development (not the one development server... but just use a single source control). Your input would be greatly appreciated. -AC Andrew Connell IM on MSN andrew@aconnell.com Andrew Connell IM on MSN andrew@aconnell.com

                    M Offline
                    M Offline
                    Mike Nordell
                    wrote on last edited by
                    #9

                    Since this would cost you a (probably rather hefty) bunch of money, perhaps you should try e.g. CVS first?

                    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