BiocContributions (version 0.99.70)

run_commands: Run commands on a file, possibly remote.

Description

Run commands on a file, possibly remote.

Usage

rcs_check_out(file = "hedgehog:/extra/svndata/gentleman/svn_authz/bioconductor.authz",
  args = NULL)

rcs_check_in(file = "hedgehog:/extra/svndata/gentleman/svn_authz/bioconductor.authz", message, args = NULL)

Arguments

args
Additional arguments passed to the command.
message
commit message for the check in
inheritParams
read_permissions

Functions

  • rcs_check_out: Check out a RCS tracked file
  • rcs_check_in: Check in a RCS tracked file

Details

if the file is a remote location (server:path) the command is run remotely.