Skip to content

Subversion Aliases

Short SVN commands.

This page introduces one alias group and its common command shortcuts. Read it first to understand naming conventions, expected inputs, and safe execution patterns. Then open the reference appendix for the complete command inventory and exact syntax. These aliases reduce repeated typing and preserve consistent workflow behavior on macOS, Linux, and WSL.

When to use

Use this page before daily shell work when you need predictable command patterns.

What is included

  • Aliases: 74
  • Helper functions: 0
  • Source files: 2

Quick examples

  • sad'svn add' # sad: Put new files and directories under version control.
  • sad'svn add' # sad: Put new files and directories under version control.
  • sau'svn auth' # sau: Manage cached authentication credentials.
  • sau'svn auth' # sau: Manage cached authentication credentials.
  • sbl'svn blame' # sbl: Show when each line of a file was last (or next) changed.
  • sbl'svn blame' # sbl: Show when each line of a file was last (or next) changed.
  • scg'svn changelist' # scg: Associate (or dissociate) changelist CLNAME with the named files.
  • scg'svn changelist' # scg: Associate (or dissociate) changelist CLNAME with the named files.
  • sci'svn commit' # sci: Send changes from your working copy to the repository.
  • sci'svn commit' # sci: Send changes from your working copy to the repository.
  • scl'svn cleanup' # scl: Either recover from an interrupted operation that left the working copy locked, or remove unwanted files.
  • scl'svn cleanup' # scl: Either recover from an interrupted operation that left the working copy locked, or remove unwanted files.

Next step

Open the full list: