Returns the svn log in dataframe format.

svnLog(.file)

Arguments

.file

File path of the file of interest

Examples

with_demoRepo({
  svnLog("script/data-assembly.R")
})
#> # A tibble: 2 × 4
#>   author   datetime            rev   msg                 
#>   <chr>    <dttm>              <chr> <chr>               
#> 1 michaelm 2024-06-04 21:04:36 5     modify data-assembly
#> 2 michaelm 2024-06-04 21:04:35 1     initial commit