Advertisement
thanhnb

svn command

Apr 20th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. + Check out: svn co http://host/myproject working_copy
  2. + Add project to svn:
  3. - cd working_copy
  4. - mkdir sample
  5. - svn add sample
  6. - svn ci -m "Commit!"
  7. + Edit link:
  8. svn relocate link
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement