Video Game Development at the University of Michigan

Site Help

Using Subversion

Wolverine Soft offers SVN and Trac servers to help teams manage game projects.

First, login to the website and set up a password for SVN and Trac under Control Panel.

To set up a repository, login and find the game you want to use the SVN with. On the left side of the page click the "Subversion" link. Choose a name for the repository (letters and numbers only) and press "Create". Two URLs will appear - the first refers to the SVN repository, the second links to a Trac page. Anyone who has the edit project page

Continue reading

How to Format Comments & Posts

This site uses Markdown Extra. Description from Markdown's creator:

Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML

This article demonstrates the most commonly used features of Markdown Extra. For a full reference, see Markdown syntax and Markdown Extra syntax. The markdown code that was used to write this article is displayed at the bottom.


emphasized text

strongly emphasized text

link with title (hover…

Continue reading