Accessing the Repository
DWT uses the Mercurial version control system.
Note windows users:
Beside the official binary, there is "batteries include" installer here.
You can also use the Windows Explorer Extension TortoiseHG.
To get a new copy of the repository, you need to 'clone' them to your local harddisk. With the command line client you can do that with
hg clone http://hg.dsource.org/projects/dwt-linux hg clone http://hg.dsource.org/projects/dwt-win hg clone http://hg.dsource.org/projects/dwt-addons hg clone http://hg.dsource.org/projects/dwt-samples
If you later want to do an update, change into that repository and do
hg pull -u
See also the Contribution info page.
Type "hg view" to see a GUI view of all changes to the source listed by revision. If no gui shows up, you probably need a TCL/TK installation or the hgk tool is missing.
