Which Source Code Control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter Proost

    #1

    Which Source Code Control

    Hi group,

    Which source code control program would you guys advice when working a lot
    with linked files in .net
    For example, I've got project A with its own frmA, frmB (linked from
    project B) and frmC (linked from project C)
    Now when I change frmC from inside project A I woul also like to see the
    changes in project C.
    I've already tested subversion, sourcegear vault 3.5, ankhsvn which all seem
    to work fine but not for linked files or am I missing something?
    Btw I'm using Visual Studio 2005

    Greetz, Peter

    --
    Programming today is a race between software engineers striving to build
    bigger and better idiot-proof programs, and the Universe trying to produce
    bigger and better idiots. So far, the Universe is winning. (Rich Cook)


  • Peter Proost

    #2
    Re: Which Source Code Control

    Hi, I just did some more testing with sourcegear vault, and it seems to do
    what I want by sharing files. But any tips are still welcome

    Greetz,

    Peter

    --
    Programming today is a race between software engineers striving to build
    bigger and better idiot-proof programs, and the Universe trying to produce
    bigger and better idiots. So far, the Universe is winning. (Rich Cook)

    "Peter Proost" <pproost@nospam .hotmail.comsch reef in bericht
    news:utmBvl4oHH A.4552@TK2MSFTN GP04.phx.gbl...
    Hi group,
    >
    Which source code control program would you guys advice when working a lot
    with linked files in .net
    For example, I've got project A with its own frmA, frmB (linked from
    project B) and frmC (linked from project C)
    Now when I change frmC from inside project A I woul also like to see the
    changes in project C.
    I've already tested subversion, sourcegear vault 3.5, ankhsvn which all
    seem
    to work fine but not for linked files or am I missing something?
    Btw I'm using Visual Studio 2005
    >
    Greetz, Peter
    >
    --
    Programming today is a race between software engineers striving to build
    bigger and better idiot-proof programs, and the Universe trying to produce
    bigger and better idiots. So far, the Universe is winning. (Rich Cook)
    >
    >

    Comment

    • Peter Macej

      #3
      Re: Which Source Code Control

      I've already tested subversion

      I'm using Subversion with AnkhSvn. It works with linked files without
      any problems. I just tried it. I've performed Commit and Log operations
      on the same file from various projects.

      What particular problem do you experience?

      --
      Peter Macej
      Helixoft - http://www.helixoft.com
      VSdocman - Commenter and generator of class documentation for C#, VB
      ..NET and ASP .NET code

      Comment

      • Peter Proost

        #4
        Re: Which Source Code Control

        Hi Peter, with AnkhSvn I couldn't select commit for linked files.

        Greetz,

        Peter

        --
        Programming today is a race between software engineers striving to build
        bigger and better idiot-proof programs, and the Universe trying to produce
        bigger and better idiots. So far, the Universe is winning. (Rich Cook)

        "Peter Macej" <peter@helixoft .comschreef in bericht
        news:#Iyvh#4oHH A.1240@TK2MSFTN GP06.phx.gbl...
        I've already tested subversion
        >
        I'm using Subversion with AnkhSvn. It works with linked files without
        any problems. I just tried it. I've performed Commit and Log operations
        on the same file from various projects.
        >
        What particular problem do you experience?
        >
        --
        Peter Macej
        Helixoft - http://www.helixoft.com
        VSdocman - Commenter and generator of class documentation for C#, VB
        .NET and ASP .NET code

        Comment

        • Peter Macej

          #5
          Re: Which Source Code Control

          Hi Peter, with AnkhSvn I couldn't select commit for linked files.

          Strange. Maybe the problem occurs only with forms as they consist of two
          files. I have only tried normal classes. I'm using AnkhSVN 1.0.1.2736


          --
          Peter Macej
          Helixoft - http://www.helixoft.com
          VSdocman - Commenter and generator of class documentation for C#, VB
          ..NET and ASP .NET code

          Comment

          • Spam Catcher

            #6
            Re: Which Source Code Control

            "Peter Proost" <pproost@nospam .hotmail.comwro te in
            news:OcunI64oHH A.4196@TK2MSFTN GP06.phx.gbl:
            Hi, I just did some more testing with sourcegear vault, and it seems
            to do what I want by sharing files. But any tips are still welcome
            SourceGear Vault is great (very reliable and easy to use) - free for 1 user
            too.

            Comment

            • Peter Proost

              #7
              Re: Which Source Code Control

              Hi I tried it with linked forms and the latest version of AnkhSVN, but for
              now sourcegear vault seems to do the job ok, but thanks again for your
              input.

              Greetz,

              Peter

              --
              Programming today is a race between software engineers striving to build
              bigger and better idiot-proof programs, and the Universe trying to produce
              bigger and better idiots. So far, the Universe is winning. (Rich Cook)

              "Peter Macej" <peter@helixoft .comschreef in bericht
              news:ehXZ2R5oHH A.596@TK2MSFTNG P06.phx.gbl...
              Hi Peter, with AnkhSvn I couldn't select commit for linked files.
              >
              Strange. Maybe the problem occurs only with forms as they consist of two
              files. I have only tried normal classes. I'm using AnkhSVN 1.0.1.2736
              >
              >
              --
              Peter Macej
              Helixoft - http://www.helixoft.com
              VSdocman - Commenter and generator of class documentation for C#, VB
              .NET and ASP .NET code

              Comment

              Working...