Re: Command to list all revisions (with date?) when a particular was modified?
Kenneth Porter <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.user |
|---|---|
| Message-ID | <C35816FFD775F1EFC3AE308B@[192.168.11.128]> |
--On Monday, November 06, 2023 7:32 PM +0100 Bo Berglund <[email protected]> wrote: > I am hunting for when a particular change was made in a file under version > control. It happened years ago. svn blame path > path.blame That gives you the file annotated with each line showing which revision it last changed on.