Associate a changelist with a set of files. More information: https://subversion.apache.org/.
svn changelist {{changelist_name}} {{path/to/file1}} {{path/to/file2}}
svn changelist --remove {{path/to/file1}} {{path/to/file2}}
svn changelist --remove --recursive --changelist {{changelist_name}} .
svn changelist --recursive {{changelist_name}} {{path/to/directory1 path/to/directory2 ...}}
svn commit --changelist {{changelist_name}}