11.07.2015 Views

Version Control with Subversion - Login

Version Control with Subversion - Login

Version Control with Subversion - Login

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>Subversion</strong> Complete Reference$ lsquiztestCheck out two different directories into two separate working copies, but place both into adirectory called working-copies:$ svn checkout file:///var/svn/repos/test file:///var/svn/repos/quiz working-coA working-copies/test/aA working-copies/test/bA working-copies/test/cA working-copies/test/dChecked out revision 20.A working-copies/quiz/lA working-copies/quiz/mChecked out revision 13.$ lsworking-copiesIf you interrupt a checkout (or something else interrupts your checkout, such as loss ofconnectivity, etc.), you can restart it either by issuing the identical checkout commandagain or by updating the incomplete working copy:$ svn checkout file:///var/svn/repos/test mineA mine/aA mine/b^Csvn: The operation was interruptedsvn: caught SIGINT$ svn checkout file:///var/svn/repos/test mineA mine/c^Csvn: The operation was interruptedsvn: caught SIGINT$ svn update mineA mine/dUpdated to revision 20.If you wish to check out some revision other than the most recent one, you can do so byproviding the --revision (-r) option to the svn checkout command:$ svn checkout -r 2 file:///var/svn/repos/test mineA mine/aChecked out revision 2.236

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

Saved successfully!

Ooh no, something went wrong!