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 anderson 2025-01-17 20:10:01 5     modify data-assembly
#> 2 anderson 2025-01-17 20:10:00 1     initial commit