Integration with VS2005

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Guest's Avatar

    Integration with VS2005

    Hi
    If I add a folder in the Version Control section of the options dialog I get an error dialog stating I have not got the expected .NET framework
    I am using VS2005 - does this mean I cannot use version control

    Graham
  • Chris
    Team Scooter
    • Oct 2007
    • 5533

    #2
    Re: Integration with VS2005

    Beyond Compare 2 doesn't require the .NET Framework. However, your version control system might.

    By VS2005, do you mean Visual SourceSafe 2005, or are you using a different version control system?
    Chris K Scooter Software

    Comment

    • Michael Bulgrien
      Carpal Tunnel
      • Oct 2007
      • 1772

      #3
      Re: Integration with VS2005

      I am using VS2005 - does this mean I cannot use version control
      VSS 2005 (Visual Source Safe 2005) requires the Microsoft .NET Framework 1.1 to be installed. I have VSS 2005 integrated. I am running Visual SourceSafe 2005 hotfix KB932874 (version 8.0.50727.811).

      VS 2005 (Visual Studio 2005) requires Microsoft .NET Framework 2.0 to be installed. If you are using the Microsoft Visual Studio Team Foundation Server MSSCCI Provider, Beyond Compare is currently not able to support it. You can configure BC2 to use it, but when you attempt to open a folder mapped to source control, BC2 errors. I am guessing that it has something to do with TFS's implementation of local workspaces. I've reported the problem to Scooter Software via e-mail.
      BC v4.0.7 build 19761
      ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

      Comment

      • dezdez
        New User
        • Jun 2007
        • 2

        #4
        Re: Integration with VS2005

        If you are using the Microsoft Visual Studio Team Foundation Server MSSCCI Provider, Beyond Compare is currently not able to support it.
        Oh my God this is terrible news! Has your email been replied to?

        Comment

        • Chris
          Team Scooter
          • Oct 2007
          • 5533

          #5
          Re: Integration with VS2005

          Dez,

          This is on our todo list to be fixed. Lack of SCC support will prevent check-in/check-out from BC.

          You can still use BC as an external diff tool in MS Team System using the instructions at the following link:
          http://www.scootersoftware.com/support.php?c=kb_vcs.php
          Chris K Scooter Software

          Comment

          • dezdez
            New User
            • Jun 2007
            • 2

            #6
            Re: Integration with VS2005

            Good to hear. I have just upgraded to TFS for source control & it was a shock to learn that I couldn't access source control directly from favourite diff tool anymore.

            In the meantime I have found a bit of a workaround. There's a third party tool that allows access to TFS source control from the Windows Explorer context menu called Dubbelbock . So since you can access the context menu directly from Beyond Compare, you can use it to perform check outs etc without switching to Visual Studio.

            Unfortunately Dubbelbock isn't free. But it does come with a 30 day trial. Plus similar free add-in is supposed to be released by the end of this month on CodePlex. See here for more details.

            Comment

            • Guest's Avatar

              #7
              Re: Integration with VS2005

              I'm reviewing bc for use in a visual sourcesafe environment, and found the article with it's integration settings helpful - but it left me with a question....
              Does it support BC becoming the actual merge tool? or just the diff tool? I notice the directions included using the dropdown for "File Difference", but vss also has a separate dropdown for "File Merge". Can beyond compare be setup to use that one as well?

              Comment

              • Chris
                Team Scooter
                • Oct 2007
                • 5533

                #8
                Re: Integration with VS2005

                I just updated the article with instructions for merge.

                http://www.scootersoftware.com/support.php?c=kb_vcs.php

                The process is similar, just change the command line to:
                Code:
                "C:\Program Files\Beyond Compare 2\bc2.exe" %1 %2 /savetarget=%4
                BC2 is limited to two way comparison, so it can't display the ancestor file. The above command line will make a save in the left or right pane save to the merge output file.
                Chris K Scooter Software

                Comment

                • Aaron
                  Team Scooter
                  • Oct 2007
                  • 15945

                  #9
                  Re: Integration with VS2005

                  Quick Note: BC3 will include 3 panes, for a more traditional 3-way merge, and have in-line editing (as if it were a text editor), amongst other new features. Check out our BC3 forum posts for more information, or just ask away here.
                  Aaron P Scooter Software

                  Comment

                  Working...