More importantly, the commit message for those lines modified should credit the original submitter(s)... Who may or may not even be committers to this project.
On Nov 15, 2016 17:21, "Eric Covener" <[email protected]> wrote: > On Tue, Nov 15, 2016 at 11:18 AM, Mehvish.Rashid <[email protected]> > wrote: > > Am assuming that commit on the file means only that person has worked on > the > > code. Is it possible that more than one person is working on the code > before > > one single commit? How can I know how many people worked on a code file > > before the commit? > > "svn blame" on a file will tell you who has touched each line. svn > log will tell you similar. An archive of [email protected] would > tell you the same in more free-form way. >
