Use this URL in your Subversion client.
How to update tickets from commit comments
You can use commit comments to link your changesets to Assembla tickets, and add comments to tickets, or close tickets.
Use "re #4" to link your commit to ticket #4. "references", "refs" and "see" will add a comment to the target ticket. Use "closes #4" to close ticket 4. "closed", "close", "fix", "fixed", and "fixes" will also close a ticket. Use "test #4" to move a ticket to "ready for test" status. To enter a time record in the Time tool, use "Time: 2h15m"About Subversion
Subversion is an open-source version control system. It manages files placed in a central repository. This repository acts much like a file server, except that it remembers every change ever made to your files and directories. This allows you to recover older versions of your data, and see what developer has changed which file.
- Get more information about Subversion at Assembla's Subversion Guide
- You can download a complete copy of the Subversion server for Windows, Mac or Linux

