Use this URL in your Subversion client.
What do I need to use Subversion?
- A Subversion repository: Assembla is hosting yours at http://subversion.assembla.com/svn/nooku-framework/
- A Subversion client: Find one for you here
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 change their status.
- Use "re #4" to link your commit to ticket #4.
- Also, "references", "refs" and "see" will add a comment to the target ticket.
- Use "<status> #4" to set ticket #4 to the target status. For example, "Test #4" or "Fixed #4".
- 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
