Snippets 1.2 – sharing snippets

Recently, I wanted to share snippets across my machines, however, I didn’t want to use any external means of communication. I want to have everything “locally” – inside my private network.

That’s what I have done:

1. create SVN repository or use one – take a look here -> SVN setup
2. move /Users/your_name/Library/Application Support/Snippets/Snippets.xml somewhere else – e.g. /Users/your_name/my_svn_checkouts/my_svn_project/Snippets.xml
3. put this fine under SVN control
4. Start Snippets application with “Option” key pressed. Choose “/Users/your_name/my_svn_checkouts/my_svn_project/” as a new location of your Snippets database