Accessing the Repository

To get the source, use mercurial:

hg clone http://hg.dsource.org/projects/dwt-linux

See also the Contribution info page.

Accessing the Repository

The new dwt ports are mercurial based. You will need to do the following:

  • Download the windows mercurial installer from here and install mercurial.
  • From your windows command prompt do:
C:\projects>hg clone http://hg.dsource.org/projects/dwt-win

Now, whenever you want to acquire changesets from the remote repository, you do:

C:\projects\dwt-win>hg pull

from within the dwt-win directory, and hg will grab the new content from the server. You may then do an

C:\projects\dwt-win>hg update

to update your local repository with the changes. Type "hg view" to see a GUI view of all changes to the source listed by revision.

Mercurial's "hg pull"/"hg update" combination is similar in function to svn's "svn up".

Note: the windows installer above is an unofficial package called the "batteries included" version. It provides you with several useful tools for managing and viewing hg repository content. If you want to use an "official" or other variation of hg package for win32 with no extras, please visit this site. Go to the windows section and choose the appropriate package.