divyang4481 / bizhawk

Automatically exported from code.google.com/p/bizhawk
0 stars 0 forks source link

Build is R0 #338

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Get r8420 or newer
2. Compile and Run
3. The about box says, "R0" instead of the proper Revision number

I think this is due to the Version Project that was added recently.

SubWCRev.bat sets svnrev.cs to 0.  I am unable to figure out why.

Original issue reported on code.google.com by hegyak on 12 Dec 2014 at 2:46

GoogleCodeExporter commented 9 years ago
SubWCRev.bat is getting an archived copy of the SVN number

Original comment by hegyak on 13 Dec 2014 at 1:48

GoogleCodeExporter commented 9 years ago
fixed in r8519, but theres a problem. some methods for building emuhawk cause 
the version project not to get built. we need to find a better way for doing 
this still

Original comment by zero...@zeromus.org on 18 Dec 2014 at 6:58

GoogleCodeExporter commented 9 years ago
I did something hacky (in a separate Batch file)

SubWCRev.exe Absolute path to my Trunk Absolute path to my Trunk 
\Version\svnrev_template $WCREV$
del svnrev.cs
rename $WCREV$ svnrev.cs

Original comment by hegyak on 18 Dec 2014 at 2:31

GoogleCodeExporter commented 9 years ago
Can someone test to see if having the trunk files on your non-root drive (The 
drive with Windows and Users and Program files) will get the correct version/

Original comment by hegyak on 10 Jan 2015 at 6:13

GoogleCodeExporter commented 9 years ago
Issue has been tested and is considered Revolved now.

Original comment by hegyak on 11 Jan 2015 at 1:04

GoogleCodeExporter commented 9 years ago
To fully correct this, you need to do a Clean then Rebuild All in Visual Studio 
for each new Revision you want to Compile against.

Original comment by hegyak on 11 Jan 2015 at 1:38