-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

svn changelist


> Associate a changelist with a set of files.

More information.


Add files to a changelist, creating the changelist if it does not exist:

svn changelist {changelist_name} {path/to/file1} {path/to/file2}

Remove files from a changelist:

svn changelist --remove {path/to/file1} {path/to/file2}

Remove the whole changelist at once:

svn changelist --remove --recursive --changelist {changelist_name} .

Add the contents of a space-separated list of directories to a changelist:

svn changelist --recursive {changelist_name} {path/to/directory1} {path/to/directory2}

Commit a changelist:

svn commit --changelist {changelist_name}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 01:29:31 2024