Skip to content

Instantly share code, notes, and snippets.

@saurabh2590
Created September 6, 2022 19:18
Show Gist options
  • Save saurabh2590/b55752c6b5261415ef2ec3fc62da2beb to your computer and use it in GitHub Desktop.
Save saurabh2590/b55752c6b5261415ef2ec3fc62da2beb to your computer and use it in GitHub Desktop.
SVN Usage

Installation

  • brew install svn

Helpful commands

  • Checkout code: svn co SVN_URL --username LDAP_NAME
  • e.g. svn co http://svn.bm.loc/bettermarks/bettermarks.translation/ --username sgupta
  • Checking the files changed: svn status
  • Adding changes
    • svn add . or the svn add PATH_TO_THE_FILE
    • svn commit -m 'Commit Message'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment