11.07.2015 Views

Version Control with Subversion - Login

Version Control with Subversion - Login

Version Control with Subversion - Login

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Subversion</strong> Complete ReferenceNamesvn export — Export a clean directory tree.Synopsissvn export [-r REV] URL[@PEGREV] [PATH]svn export [-r REV] PATH1[@PEGREV] [PATH2]DescriptionThe first form exports a clean directory tree from the repository specified by URL—at revisionREV if it is given; otherwise, at HEAD, into PATH. If PATH is omitted, the last componentof the URL is used for the local directory name.The second form exports a clean directory tree from the working copy specified by PATH1into PATH2. All local changes will be preserved, but files not under version control will notbe copied.Alternate namesChangesNoneLocal diskAccesses repositoryOptionsOnly if exporting from a URL--depth ARG--force--ignore-externals--native-eol EOL--quiet (-q)--revision (-r) REVExamplesExport from your working copy (doesn't print every file and directory):$ svn export a-wc my-exportExport complete.Export directly from the repository (prints every file and directory):$ svn export file:///var/svn/repos my-exportA my-export/testA my-export/quiz…Exported revision 15.249

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!