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 anderson 2025-07-30 15:02:00 5 modify data-assembly
#> 2 anderson 2025-07-30 15:02:00 1 initial commit