Author Topic: rev 0 ?  (Read 3386 times)

Offline MoonKid

  • Almost regular
  • **
  • Posts: 180
rev 0 ?
« on: November 22, 2008, 11:30:53 am »
I build Code::Blocks from SVN with MinGW and wx2.8.8 on Win32 by myself.

The about box say it is revision 0. ;)

How can I set the correct revision?

Is this revision number the same as the revision number in SVN?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: rev 0 ?
« Reply #1 on: November 22, 2008, 12:20:37 pm »
I build Code::Blocks from SVN with MinGW and wx2.8.8 on Win32 by myself.

The about box say it is revision 0. ;)

How can I set the correct revision?

Is this revision number the same as the revision number in SVN?

You need to have an svn-console-client installed (http://subversion.tigris.org/) to make the revision-number available.

And you have to compile it inside your working copy of the svn-sources.

Btw.: the actual nightlies are build against wxWidgets 2.8.9, but 2.8.7 or 2.8.8 should also work.