Contributor Tools
SVN Client
initially, you'll just need the
this way you'll be able to interact with the code repository, mainly to checkout code like this:
$ svn co http://dev.lazaridis.com/base/svn
Further Tools on Windows
- Putty Suite (SSH Shell, Key Tools)
- WinSCP (GUI SCP/SFTP Client)
Quick Intro
- download and install the above mentioned applications
- Select a username which uniquely identifies yourself
- can contain your website, e.g. "peterson_org"
- this way you can reuse the name within other projects
- can contain your website, e.g. "peterson_org"
- use the SVN "sandbox" to experiment with the SVN
Python Level Utilities
get easy_install via ez_setup.py
easy_install setuptools