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. The Lounge
  3. "Author of the Line" in VSS

"Author of the Line" in VSS

Scheduled Pinned Locked Moved The Lounge
toolsquestion
11 Posts 7 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.
  • M malharone

    Is it possible to find out who added a specific line of code in source-code from VSS? Are there programs out there? tools ..? I'm currently going through a large project which has large number of people concurrently inserting/updating codes. While looking for lots "needles" in the haystack, I need to find out the person/user who wrote that line. What i do now, is that I manually perform the diff amongst the various versions until I find that line. It'd make my life lot easier if I can find such tool that'd automate this mundane task! - Malhar

    D Offline
    D Offline
    David Stone
    wrote on last edited by
    #2

    Sounds like a good project. ;) [Sorry, I can't think of anything that would be helpful here. My brain is fried. Two horrible midterms yesterday and today.]


    Picture a huge catholic cathedral. In it there's many people, including a gregorian monk choir. You know, those who sing beautifully. Then they start singing, in latin, as they always do: "Ad hominem..." -Jörgen Sigvardsson

    1 Reply Last reply
    0
    • M malharone

      Is it possible to find out who added a specific line of code in source-code from VSS? Are there programs out there? tools ..? I'm currently going through a large project which has large number of people concurrently inserting/updating codes. While looking for lots "needles" in the haystack, I need to find out the person/user who wrote that line. What i do now, is that I manually perform the diff amongst the various versions until I find that line. It'd make my life lot easier if I can find such tool that'd automate this mundane task! - Malhar

      J Offline
      J Offline
      Jeff Martin
      wrote on last edited by
      #3

      Subversion[^] has blame :) Jeff Martin My Blog

      R 1 Reply Last reply
      0
      • J Jeff Martin

        Subversion[^] has blame :) Jeff Martin My Blog

        R Offline
        R Offline
        Ryan Roberts
        wrote on last edited by
        #4

        CVS does too, and that's pretty decrepit. Kind of shows up how god awful source safe is. Ryan

        O fools, awake! The rites you sacred hold Are but a cheat contrived by men of old, Who lusted after wealth and gained their lust And died in baseness—and their law is dust. al-Ma'arri (973-1057)

        1 Reply Last reply
        0
        • M malharone

          Is it possible to find out who added a specific line of code in source-code from VSS? Are there programs out there? tools ..? I'm currently going through a large project which has large number of people concurrently inserting/updating codes. While looking for lots "needles" in the haystack, I need to find out the person/user who wrote that line. What i do now, is that I manually perform the diff amongst the various versions until I find that line. It'd make my life lot easier if I can find such tool that'd automate this mundane task! - Malhar

          P Offline
          P Offline
          Prakash Nadar
          wrote on last edited by
          #5

          nothing better than perforce so far.


          -prakash Learning Symbian | Personal views

          1 Reply Last reply
          0
          • M malharone

            Is it possible to find out who added a specific line of code in source-code from VSS? Are there programs out there? tools ..? I'm currently going through a large project which has large number of people concurrently inserting/updating codes. While looking for lots "needles" in the haystack, I need to find out the person/user who wrote that line. What i do now, is that I manually perform the diff amongst the various versions until I find that line. It'd make my life lot easier if I can find such tool that'd automate this mundane task! - Malhar

            D Offline
            D Offline
            Douglas Troy
            wrote on last edited by
            #6

            From the History view, select the current "version" of the source and the previous version of the source and do a "Diff" on the code in question. Keep doing this until you find the person that made the change in question ...


            :..::. Douglas H. Troy ::..
            Fold with us|Development Blogging|viksoe.dk's site

            M 1 Reply Last reply
            0
            • D Douglas Troy

              From the History view, select the current "version" of the source and the previous version of the source and do a "Diff" on the code in question. Keep doing this until you find the person that made the change in question ...


              :..::. Douglas H. Troy ::..
              Fold with us|Development Blogging|viksoe.dk's site

              M Offline
              M Offline
              malharone
              wrote on last edited by
              #7

              malharone wrote:

              What i do now, is that I manually perform the diff amongst the various versions until I find that line. It'd make my life lot easier if I can find such tool that'd automate this mundane task!

              Usually, by the time I get to analyzing the file for the "violating" change, there are already at least a dozen versions occured on top of it. :((:(

              D 1 Reply Last reply
              0
              • M malharone

                Is it possible to find out who added a specific line of code in source-code from VSS? Are there programs out there? tools ..? I'm currently going through a large project which has large number of people concurrently inserting/updating codes. While looking for lots "needles" in the haystack, I need to find out the person/user who wrote that line. What i do now, is that I manually perform the diff amongst the various versions until I find that line. It'd make my life lot easier if I can find such tool that'd automate this mundane task! - Malhar

                A Offline
                A Offline
                Andy Brummer
                wrote on last edited by
                #8

                http://www.codehistorian.com/codehistorian-overview.php[^] This will give you exactly what you are looking for and more.

                M 1 Reply Last reply
                0
                • M malharone

                  malharone wrote:

                  What i do now, is that I manually perform the diff amongst the various versions until I find that line. It'd make my life lot easier if I can find such tool that'd automate this mundane task!

                  Usually, by the time I get to analyzing the file for the "violating" change, there are already at least a dozen versions occured on top of it. :((:(

                  D Offline
                  D Offline
                  Douglas Troy
                  wrote on last edited by
                  #9

                  Yes, that is kind of the problem ... I am not familiar with another means to accomplish this in VSS.

                  1 Reply Last reply
                  0
                  • A Andy Brummer

                    http://www.codehistorian.com/codehistorian-overview.php[^] This will give you exactly what you are looking for and more.

                    M Offline
                    M Offline
                    malharone
                    wrote on last edited by
                    #10

                    Yup .. was just looking at it .. but can't say for sure if the price is justifyable!! :~ . I only need one of the features and could care less of the rest 99 of them. I was hoping there was a freebie out there that does just the diff part. Thanks for the pointer though. - Malhar

                    A 1 Reply Last reply
                    0
                    • M malharone

                      Yup .. was just looking at it .. but can't say for sure if the price is justifyable!! :~ . I only need one of the features and could care less of the rest 99 of them. I was hoping there was a freebie out there that does just the diff part. Thanks for the pointer though. - Malhar

                      A Offline
                      A Offline
                      Andy Brummer
                      wrote on last edited by
                      #11

                      It's got a 30 day free trial so you can see for yourself.

                      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