Source Code

Before committing code, read the Hacking guide.

Command-line access

If you plan to make changes, use this command to check out the code as yourself using HTTPS:

# Project members authenticate over HTTPS to allow committing changes.
svn checkout https://synergy-plus.googlecode.com/svn/branches/ synergy --username <your-username>

When prompted, enter your generated Google Code password.

Use this command to anonymously check out the latest project source code:

# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://synergy-plus.googlecode.com/svn/branches/ synergy

GUI and IDE access

This project's Subversion repository may be accessed using many different client programs and plug-ins. See your client's documentation for more information.