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 checkout — Check out a working copy from a repository.Synopsissvn checkout URL[@REV]... [PATH]DescriptionCheck out a working copy from a repository. If PATH is omitted, the basename of the URLwill be used as the destination. If multiple URLs are given, each will be checked out into asubdirectory of PATH, <strong>with</strong> the name of the subdirectory being the basename of the URL.Alternate namesChangescoCreates a working copyAccesses repositoryOptionsYes--depth ARG--force--ignore-externals--quiet (-q)--revision (-r) REVExamplesCheck out a working copy into a directory called mine:$ svn checkout file:///var/svn/repos/test mineA mine/aA mine/bA mine/cA mine/dChecked out revision 20.$ lsmineCheck out two different directories into two separate working copies:$ svn checkout file:///var/svn/repos/test file:///var/svn/repos/quizA test/aA test/bA test/cA test/dChecked out revision 20.A quiz/lA quiz/mChecked out revision 13.235

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

Saved successfully!

Ooh no, something went wrong!