Returns the svn log
in dataframe format.
svnLog(.file)
with_demoRepo({
svnLog("script/data-assembly.R")
})
#> # A tibble: 2 × 4
#> author datetime rev msg
#> <chr> <dttm> <chr> <chr>
#> 1 michaelm 2024-11-14 20:31:27 5 modify data-assembly
#> 2 michaelm 2024-11-14 20:31:27 1 initial commit