Forrest logo
back to context overview

svn-changelist

List of commands for svn-changelist:

  • svn-changelist:tldr:30c6d svn-changelist: Commit a changelist.
    $ svn commit --changelist ${changelist_name}
    try on your machine
    explain this command
  • svn-changelist:tldr:8eb63 svn-changelist: Remove files from a changelist.
    $ svn changelist --remove ${filename1} ${filename2}
    try on your machine
    explain this command
  • svn-changelist:tldr:c0098 svn-changelist: Add the contents of a space-separated list of directories to a changelist.
    $ svn changelist --recursive ${changelist_name} ${path-to-directory1} ${path-to-directory2}
    try on your machine
    explain this command
  • svn-changelist:tldr:dabc5 svn-changelist: Remove the whole changelist at once.
    $ svn changelist --remove --recursive --changelist ${changelist_name} .
    try on your machine
    explain this command
  • svn-changelist:tldr:eaa8f svn-changelist: Add files to a changelist, creating the changelist if it does not exist.
    $ svn changelist ${changelist_name} ${filename1} ${filename2}
    try on your machine
    explain this command
back to context overview