September 2009
Beginner
942 pages
85h 34m
English
export
svn export [-rrev]URL[path] svn exportpath1 path2
The first form exports a clean directory tree into path from the repository specified by URL, at revision rev if it is given—otherwise at HEAD. 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.
This command will also take the unique --native-eol option.
Alternate names: none
Changes: local disk
Accesses repository: only if exporting from a URL
| --depth arg |
| --force |
| --ignore-externals |
| --native-eol format |
| --quiet (-q) |
| --revision rev, -r rev |