LinuxCommandLibrary

svn-changelist

Group Subversion working copy files

TLDR

Add files to changelist

$ svn changelist [mychangelist] [file1] [file2]
copy
Remove files from changelist
$ svn changelist --remove [file1]
copy
List files in changelist
$ svn status --changelist [mychangelist]
copy
Commit specific changelist
$ svn commit --changelist [mychangelist]
copy

SYNOPSIS

svn changelist name targets...

DESCRIPTION

svn changelist organizes working copy files into named groups. Enables selective commits and operations on file subsets. Part of Subversion version control.

PARAMETERS

name

Changelist name.
targets
Files to add to changelist.
--remove
Remove from changelist.
--recursive
Apply recursively.
--depth depth
Operation depth.

SEE ALSO

svn(1), svn-commit(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community