- 0 Talk
-
Subversion
Contents |
What is a SVN?
Edit
SVN stands for Subversion, an advanced versioning system.
It stores all contents of the OpenArena project, so all textures, sounds etc.
The basic idea is if somebody wants to download a development version of a software, what is rapidly changing, only the edited parts of the software is in need for re-downloading after a full download. SVN as a technology does simply that. So, if a new version (even subversion) is out, you only need to update the SVN and not download the whole thing again.
How can I install OA through SVN?
Edit
Under Linux
Edit
You can install it with an SVN gui, or with a terminal: svn co http://openarena.ws/svn/ OpenArena
And you can update it with the used SVN gui or with a terminal command, in the home dir: svn up OpenArena
Under Windows
Edit
How is the OA svn structured?
Edit
The structure of the OpenArena SVN structure is pretty simple and logical. It has a tree-like hierarchy so the 'maps' folder contains the map files, the 'levelshots' contains a screenshot of each level etc.
Directories from Quake3 pak0.pk3
Edit
In the first directory all files and directories from Quake3 pak0.pk3 can be found:
- botfiles/
- default.cfg
- demos/
- env/
- gfx/
- icons/
- levelshots/
- maps/
- menu/
- models/
- music/
- scripts/
- sound/
- sprites/
- textures/
- video/
- vm/
CHANGES
Edit
Changes are listed here, what has been changed or altered since the last version.
COPYING
Edit
Legal notices regarding OpenArena and iD software in connection with Openarena.
CREDITS
Edit
Everybody who has contributed in the development of OpenArena should be listed here. If You have took a part and You're not listed just send us an email with an explanation.
LINUXNOTES
Edit
Notes regarding running OpenArena on Linux systems.
README
Edit
Every note and information what is needed to download update and run(even compile) should be here. You should read it through before running OpenArena.
bin/
Edit
Binary files are here. The binary files are executable in one or another way. These are essential to run an application.
packs/
Edit
In OpenArena the data is stored in packs for less storage usage. So these packs are stored here. Right now these files extension is pk3, can be that it will be changed in the future.
source/
Edit
The source files are stored here. Every program is coded in a simple human-readable way what is later compiled to a language what is computer friendly. After successful compilation the application can be executed. Source files can be modified easily, compiled programs should be not (and usually really hard to) alter. Even You can learn how a program works from the source code.
other files
Edit
- Build-pieced.bat
- zip.exe
See also
Edit
- OAX - OpenArena Expanded
- DeveloperFAQ
- Bugs
External links
Edit
- OpenArena SVN
- WebSVN Repository Subversion - OpenArena (track changes, file by file, revision by revision)