BiocContributions (version 0.99.70)

svn: Declare an SVN instance

Description

This is primarily a helper function for using svn progromatically.

Usage

svn(dir = getwd())

Arguments

dir
The SVN directory

Examples

Run this code
s <- svn("my/svn/location")
s$status()
s$update()
s$add("file3")
s$commit("adding file3")

Run the code above in your browser using DataLab