{
    "content": [
        {
            "type": "text",
            "text": "# svn (man)\n\n## NAME\n\nsvn - Subversion command line client tool\n\n## SYNOPSIS\n\nsvn command [options] [args]\n\n## TLDR\n\n> Subversion client tool.\n\n- Check out a working copy from a repository:\n  `svn {{co|checkout}} {{file:///path/to/repository}}`\n- Bring changes from the repository into the working copy:\n  `svn {{up|update}}`\n- Put files and directories under version control, scheduling them for addition to repository. They will be added in next commit:\n  `svn add {{path/to/file_or_directory}}`\n- Send changes from your working copy to the repository:\n  `svn {{ci|commit}} {{-m|--message}} {{commit_log_message}} {{path/to/directory}}`\n- Display changes from the last 10 revisions, showing modified files for each revision:\n  `svn log {{-vl|--verbose --limit}} {{10}}`\n- Display help:\n  `svn {{h|help}}`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **OVERVIEW**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "svn",
        "section": "",
        "mode": "man",
        "summary": "svn - Subversion command line client tool",
        "synopsis": "svn command [options] [args]",
        "tldr_summary": "Subversion client tool.",
        "tldr_examples": [
            {
                "description": "Check out a working copy from a repository",
                "command": "svn {{co|checkout}} {{file:///path/to/repository}}"
            },
            {
                "description": "Bring changes from the repository into the working copy",
                "command": "svn {{up|update}}"
            },
            {
                "description": "Put files and directories under version control, scheduling them for addition to repository. They will be added in next commit",
                "command": "svn add {{path/to/file_or_directory}}"
            },
            {
                "description": "Send changes from your working copy to the repository",
                "command": "svn {{ci|commit}} {{-m|--message}} {{commit_log_message}} {{path/to/directory}}"
            },
            {
                "description": "Display changes from the last 10 revisions, showing modified files for each revision",
                "command": "svn log {{-vl|--verbose --limit}} {{10}}"
            },
            {
                "description": "Display help",
                "command": "svn {{h|help}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "OVERVIEW",
                "lines": 17,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "svn - Subversion command line client tool\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "svn command [options] [args]\n",
                "subsections": []
            },
            "OVERVIEW": {
                "content": "Subversion  is  a  version control system, which allows you to keep old versions of files and\ndirectories (usually source code), keep a log of who, when, and why changes  occurred,  etc.,\nlike  CVS,  RCS or SCCS.  Subversion keeps a single copy of the master sources.  This copy is\ncalled the source ``repository''; it contains all the information to permit extracting previ‐\nous versions of those files at any time.\n\nFor more information about the Subversion project, visit http://subversion.apache.org.\n\nDocumentation for Subversion and its tools, including detailed usage explanations of the svn,\nsvnadmin, svnserve and svnlook programs, historical background, philosophical approaches  and\nreasonings, etc., can be found at http://svnbook.red-bean.com/.\n\nRun `svn help' to access the built-in tool documentation.\n\n\n\nsvn(1)",
                "subsections": []
            }
        }
    }
}