Difference between revisions of "Subversion"
From OdaWiki
(→Tested clients) |
|||
Line 7: | Line 7: | ||
* [http://subversion.tigris.org/ svn] | * [http://subversion.tigris.org/ svn] | ||
* [http://tortoisesvn.tigris.org/ tortoisesvn] for [[Windows]] | * [http://tortoisesvn.tigris.org/ tortoisesvn] for [[Windows]] | ||
+ | |||
+ | == Directory structure == | ||
+ | |||
+ | Each branch keeps an entire odamex source tree. | ||
+ | |||
+ | * [root] | ||
+ | ** '''trunk''' - bleeding edge development, may not always work | ||
+ | ** '''branches''' | ||
+ | *** '''stable''' - synchronised with trunk when features mature | ||
+ | *** '''ogl_hack''' - a half-hearted attempt at accelerating the renderer | ||
+ | *** '''...''' - temporary branches may be created or destoryed | ||
+ | ** tags | ||
== Change notification == | == Change notification == |
Revision as of 16:02, 13 April 2006
SubVersion is the current version control repository used to maintain the odamex source code. Access is restricted based on our Policy.
Tested clients
- svn
- tortoisesvn for Windows
Directory structure
Each branch keeps an entire odamex source tree.
- [root]
- trunk - bleeding edge development, may not always work
- branches
- stable - synchronised with trunk when features mature
- ogl_hack - a half-hearted attempt at accelerating the renderer
- ... - temporary branches may be created or destoryed
- tags
Change notification
Any changes to our svn repository are reported in: