Name

export

Synopsis

svn export [-r rev] URL [path]
svn exportpath1 path2

The first form exports a clean directory tree from the repository specified by URL (at revision rev if it is given, otherwise at HEAD) into path. If path is omitted, the last component of the URL is used for the local directory name.

The second form exports a clean directory tree from the working copy specified by path1 into path2. All local changes are preserved, but files not under version control are not copied.

Alternate Names:

None

Changes:

Local disk

Accesses Repository:

Only if exporting from a URL

Options

--config-dir dir

--password pass

--force

--quiet (-q)

--no-auth-cache

--revisionrev, -rrev

--non-interactive

--username user

Get Unix in a Nutshell, 4th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.