Getsvn

A forum for the discussion and development of programs to assist working on or playing with the Vegastrike engine and data sets.
Post Reply
www2
Venturer
Venturer
Posts: 537
Joined: Sat May 14, 2005 10:51 am
Location: milkyway->the sol system->earth->Europe->The Nederland->Soud Holland->Leiden
Contact:

Getsvn

Post by www2 »

Getsvn is a small tool for creating a c++ header file with the current svn revision number in the prebuild fase.

depensy Linux and OSX
Python

Dist.rar //windows binarys
getsvn.py //main program
setup.py //file for creating the Windows binary's

the output of the programa is write to ../vegastrike/src/version.h
and the output is look like ad this:

Code: Select all

 const int vega_svn_version = 12994; 
thx to Django project for using the original script [link]

And here can your find the scrips
All Your Base Are Belong To Us
Post Reply