Íàçâàíèå
mod_dav_svn Configuration Directives — Apache configuration directives for serving Subversion repositories through Apache HTTP Server.
svn add — Äîáàâëÿåò ôàéëû, äèðåêòîðèè è ñèìâîëè÷åñêèå ñâÿçè.
svn blame — Ïîñòðî÷íî ïîêàçûâàåò àâòîðà è ðåäàêöèþ äëÿ óêàçàííûõ ôàéëîâ èëè URL-îâ.
svn cat — Âûâîäèò ñîäåðæèìîå óêàçàííîãî ôàéëîâ èëè URL-îâ.
svn checkout — Ñîçäàåò ðàáî÷óþ êîïèþ íà îñíîâå äàííûõ â õðàíèëèùå.
svn cleanup — Ðåêóðñèâíî ÷èñòèò ðàáî÷óþ êîïèþ.
svn commit — Âûñûëàåò ñäåëàííûå âàìè èçìåíåíèÿ ðàáî÷åé êîïèè â õðàíèëèùå äëÿ èõ çàêðåïëåíèÿ â íåì.
svn copy — Êîïèðóåò ôàéë èëè êàòàëîã â ðàáî÷åé êîïèè èëè õðàíèëèùå.
svn delete — Delete an item from a working copy or the repository.
svn diff — Display the differences between two paths.
svn export — Export a clean directory tree.
svn help — Help!
svn import — Commit an unversioned file or tree into the repository.
svn info — Display information about a local or remote item.
svn list — List directory entries in the repository.
svn lock — Lock working copy paths or URLs in the repository, so that no other user can commit changes to them.
svn log — Display commit log messages.
svn merge — Apply the differences between two sources to a working copy path.
svn mkdir — Create a new directory under version control.
svn move — Move a file or directory.
svn propdel — Remove a property from an item.
svn propedit — Edit the property of one or more items under version control.
svn propget — Print the value of a property.
svn proplist — List all properties.
svn propset — Set PROPNAME to PROPVAL on files, directories, or revisions.
svn resolved — Remove «conflicted» state on working copy files or directories.
svn revert — Undo all local edits.
svn status — Print the status of working copy files and directories.
svn switch — Update working copy to a different URL.
svn unlock — Unlock working copy paths or URLs.
svn update — Update your working copy.
svnadmin create — Create a new, empty repository.
svnadmin deltify — Deltify changed paths in a revision range.
svnadmin dump — Dump the contents of filesystem to stdout.
svnadmin help
svnadmin hotcopy — Make a hot copy of a repository.
svnadmin list-dblogs — Ask Berkeley DB which log files exist for a given Subversion repository (applies only to repositories using the bdb backend).
svnadmin list-unused-dblogs — Ask Berkeley DB which log files can be safely deleted (applies only to repositories using the bdb backend).
svnadmin load — Read a «dumpfile»-formatted stream from stdin.
svnadmin lslocks — Print descriptions of all locks.
svnadmin lstxns — Print the names of all uncommitted transactions.
svnadmin recover — Bring a repository database back into a consistent state (applies only to repositories using the bdb backend). In addition, if repos/conf/passwd does not exist, it will create a default password file .
svnadmin rmlocks — Unconditionally remove one or more locks from a repository.
svnadmin rmtxns — Delete transactions from a repository.
svnadmin setlog — Set the log-message on a revision.
svnadmin verify — Verify the data stored in the repository.