GUIDELINES FOR DIRECTORY HIERARCHIES ------------------------------------ Each directory located in the root of SVN is a "project". Each project will have the following hierarchy. branches/name/trunk - Created by svn copy at initial tagging branches/name/tagname - svn cp trunk tagname: to tag something on the branch releases/number/trunk - Created by svn copy at initial tagging releases/number/patchN - Branch for patch N, copy of ./trunk + patch applied releases/number/revL - Branch for revision L (a, b, c, etc.), copy of ./trunk + fixed package trunk/ - Trunk. Please file a bug if you find a project that doesn't adhere to those guidelines! NOTICE AS OF 26-JUNE-2006: The repository URL has changed from http://svn.ignition-project.com/repo/ to http://svn.ignition-project.com/. Please relocate your working copies!