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-12-03 17:56:03 5 modify data-assembly
#> 2 anderson 2025-12-03 17:56:02 1 initial commit