SVN-EXPORT(1) SVN-EXPORT(1) NAME svn-export - an svn export emulator with support for incremental exports SYNOPSIS svn-export [options] [packages] DESCRIPTION svn-export is able to limit an svn export to the files which have changed between two revisions, thus allowing incremental svn exports. It is intended for users who wish to maintain an up-to-date checkout without downloading and storing the additional versioning info. This will normally be the case for users who do not intend to commit changes to the svn repository. USAGE svn-export should work as a drop-in replacement for "svn export", which means that it accepts standard svn options. Please refer to "svn --help export" for further details. SPECIFIC SVN-EXPORT OPTIONS --help Display the help message. -r, --revision [:] The revision argument uses the same syntax as "svn checkout". Please refer to "svn --help checkout" for further details. --revision-file /path/to/file If specified, svn-export will save the revision number of the exported files to this file. This can be used for simplistic version tracking. --threads n This specifies the number of "threads" to use while running an incremental export. It determines the maxiumum number of simul‐ taneous backgrounded svn cat operations and consequently the number of connections to the svn repository. AUTHORS Xyne April 2009 SVN-EXPORT(1)