Skip to content

Instantly share code, notes, and snippets.

@kuznetsovandrey76
Last active October 10, 2018 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kuznetsovandrey76/490c37b769846cc939f39f493f6fd32c to your computer and use it in GitHub Desktop.
Save kuznetsovandrey76/490c37b769846cc939f39f493f6fd32c to your computer and use it in GitHub Desktop.
SVN
  1. Создаем директорию для repository
    create repository here получаем file:///C:/<your-folder>
  2. Создаем директорию для checkout
    svn checkout...

Основные команды:
svn add *
svn commit -m"<your-message>"
svn log <your-file>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment