Welcome, Guest. Please login or register.

What openbor you prefer: Double dragon,battletoads or final fight !? by lirexpatrio
[December 07, 2012, 07:15:27 pm]


what are your favorite games OpenBOR?! by lirexpatrio
[December 07, 2012, 07:09:46 pm]


Post Some Awesome Videos by maxman
[December 07, 2012, 05:51:39 pm]


Can @cmd playmusic "aaaa" 1 also increse music sound ? by BeasTie
[December 07, 2012, 05:24:38 pm]


Streets of Rage: Silent Storm by mtrain
[December 07, 2012, 03:45:05 pm]


Site will be down for maintenance on 12/8/2012 thru 12/10/2012 by Damon Caskey
[December 07, 2012, 07:42:42 am]


Cancelled SOR 3d Remake by riccochet
[December 07, 2012, 03:58:33 am]


Dungeon Fighter: B.O.R. by msmalik681
[December 07, 2012, 03:24:27 am]


[TUTORIAL] How to create 4 Games of OpenBOR in 1 CD (650 MB) by magggas
[December 06, 2012, 09:46:25 pm]


custknife by Bloodbane
[December 06, 2012, 09:34:09 pm]


blockfx help by B.Kardi
[December 06, 2012, 04:09:14 pm]


street of age 4 hd by corradlo
[December 06, 2012, 01:41:36 pm]


ClaFan - Classic Fantasy ver 1.17 by soniczxblade
[December 06, 2012, 05:01:20 am]


Bug Archive by Bloodbane
[December 06, 2012, 02:00:44 am]


"Bio-Doom" and "Gears of Doom" by BulletBob
[December 05, 2012, 10:07:21 pm]


Contra Locked 'N' Loaded v2 by Bloodbane
[December 05, 2012, 09:39:43 pm]


Downloadable OpenBoR Manual by BeasTie
[December 05, 2012, 08:31:24 pm]


Having trouble testing changes by B.Kardi
[December 05, 2012, 03:05:53 pm]


DragonBall Absalon by msmalik681
[December 05, 2012, 02:52:13 pm]


[Hi-Res] Swamp by Vibrant
[December 05, 2012, 10:47:14 am]


  • Dot Guests: 161
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.



Author Topic: Removing auto-generated files from the SVN tree  (Read 928 times)

0 Members and 1 Guest are viewing this topic.

Offline Plombo

  • Hero Member
  • *****
  • Posts: 1724
  • Your source for useful modding tools!
Removing auto-generated files from the SVN tree
« on: October 02, 2011, 03:13:02 pm »
The most annoying thing in our SVN right now is that there are 3 files in the tree that are always regenerated at build time, and are thus always marked as "changed" in the SVN tree.  So we either have to manually revert them before each commit and update or hear SVN complain about the conflict after updating.

Would anyone have an objection to removing the 3 files "version.h", "resources/meta.xml", and "resources/Info.plist" from the SVN tree?

Offline Damon Caskey

  • Hero Member
  • *****
  • Posts: 5335
    • The Gorge
Re: Removing auto-generated files from the SVN tree
« Reply #1 on: October 02, 2011, 03:37:36 pm »
No objection here.
OpenBOR Wiki.

Coming Soon:
Spoiler
Fatal Fury Chronicals


Offline utunnels

  • Developer
  • Hero Member
  • *****
  • Posts: 2713
Re: Removing auto-generated files from the SVN tree
« Reply #2 on: October 02, 2011, 08:08:39 pm »
BTW, what happened to the schemed auto compilation?
The latest version 3482 has been there for days.

I've PMed SX but guess he's a bit busy.

Offline Plombo

  • Hero Member
  • *****
  • Posts: 1724
  • Your source for useful modding tools!
Re: Removing auto-generated files from the SVN tree
« Reply #3 on: October 04, 2011, 12:19:03 am »
BTW, what happened to the schemed auto compilation?
The latest version 3482 has been there for days.

I've PMed SX but guess he's a bit busy.

Maybe the build was broken on one of the platforms?  When it fails to build on one platform, the server doesn't upload it for any of them.

Offline utunnels

  • Developer
  • Hero Member
  • *****
  • Posts: 2713
Re: Removing auto-generated files from the SVN tree
« Reply #4 on: October 04, 2011, 12:29:11 am »
Code: [Select]
openbor.c: In function 'load_level':
openbor.c:8802: error: array subscript is above array bounds

Ah, I think I found the problem.

But what made it different on psp?

Code: [Select]
typedef struct ArgList {
size_t count;
size_t arglen[18];
char* args[18];
} ArgList;

LOL I see, the length is fixed.



Edit*

OK fixed. Hope that is the only problem.
« Last Edit: October 04, 2011, 12:38:22 am by utunnels »

Offline utunnels

  • Developer
  • Hero Member
  • *****
  • Posts: 2713
Re: Removing auto-generated files from the SVN tree
« Reply #5 on: October 04, 2011, 10:58:06 am »
Strange, I've changed 18 to 32 and the psp port can be compiled without problems.


Offline SX

  • Administrator
  • Hero Member
  • *****
  • Posts: 2700
    • LavaLit
Re: Removing auto-generated files from the SVN tree
« Reply #6 on: October 18, 2011, 08:01:57 pm »
lol this is a much welcomed change that i just noticed today.

Offline utunnels

  • Developer
  • Hero Member
  • *****
  • Posts: 2713
Re: Removing auto-generated files from the SVN tree
« Reply #7 on: October 18, 2011, 08:11:39 pm »
Hey SX, maybe the svn client in tools directory needs to be upgraded.

The problem is my win32 client can only commit if I upgrade to 1.7(guess your new system has already upgraded to that version), but version.sh is still using the old svn client from tools folder and it can't read version info.
« Last Edit: October 18, 2011, 08:13:52 pm by utunnels »

Offline SX

  • Administrator
  • Hero Member
  • *****
  • Posts: 2700
    • LavaLit
Re: Removing auto-generated files from the SVN tree
« Reply #8 on: October 18, 2011, 08:50:00 pm »
I will look into it tomorrow @ work.  Since that is my only windows machine.

Offline utunnels

  • Developer
  • Hero Member
  • *****
  • Posts: 2713
Re: Removing auto-generated files from the SVN tree
« Reply #9 on: October 18, 2011, 08:53:49 pm »
If so, maybe I can't do that for you.  :laughing:
Just grab a new binary release from the svn site and upload it.

Offline SX

  • Administrator
  • Hero Member
  • *****
  • Posts: 2700
    • LavaLit
Re: Removing auto-generated files from the SVN tree
« Reply #10 on: October 18, 2011, 08:58:56 pm »
Thats what i did....lol   :cheers!:

Offline utunnels

  • Developer
  • Hero Member
  • *****
  • Posts: 2713
Re: Removing auto-generated files from the SVN tree
« Reply #11 on: October 18, 2011, 09:21:00 pm »
Quote from: version.sh
function get_revnum {
  if test -d ".svn"; then
blahblah

LOL, it seems in svn 1.7.x there's no .svn folder unless it is the root directory.


Edit*

OK fixed.

Developers who are using windows (if I'm not the only one) should remove your old files in tools/svn.



« Last Edit: October 18, 2011, 09:29:32 pm by utunnels »

Offline SX

  • Administrator
  • Hero Member
  • *****
  • Posts: 2700
    • LavaLit
Re: Removing auto-generated files from the SVN tree
« Reply #12 on: October 18, 2011, 10:53:59 pm »
Kind of off-topic but the release notes is now fixed.  Just Click on OpenBOR up top and you can see all the individual check-in notes from the previous build to the current build.

Offline utunnels

  • Developer
  • Hero Member
  • *****
  • Posts: 2713
Re: Removing auto-generated files from the SVN tree
« Reply #13 on: October 20, 2011, 01:59:22 am »
For some reason the release notes have gone again.

Offline SX

  • Administrator
  • Hero Member
  • *****
  • Posts: 2700
    • LavaLit
Re: Removing auto-generated files from the SVN tree
« Reply #14 on: October 20, 2011, 09:15:20 pm »
I think I've ironed out all the bugs in my script.  Next release should have it auto-generated.

 



 0%




mighty
SimplePortal 2.3.3 © 2008-2010, SimplePortal