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.
