Abstract From the single-author composition of a Bachelor thesis to the creation of a book by a team there are many occasions, where version management of a document may be helpful. With the aim of overcoming the shortcomings of CVS (Concurrent Version System) the Subversion version control system was implemented. In this article I will describe the Subversion setup on Windows and Linux systems, the elementary steps of document management and various LATEX packages working hand in hand with Subversion. 1 CVS versus Subversion Contrary to CVS the versioning scheme of Subversion does not refer to single files anymore but to a whole tree of files. Each revision number n refers to the state of the repository after the n-th commit. When we speak...