Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question (for GMs) regarding SVNs
TPC Offline
I like pie
****

Posts: 588
Threads: 40
Joined: Jan 2007
#17
RE: Question (for GMs) regarding SVNs
The issue with trunk is of course new bugs that hasn't been found yet, and recently introduced bugs that hasn't been fixed yet. Since trunk is just that, the latest code.

Just taking an older revision of trunk won't work either because then bugs that have been fixed that was in that revision would be unfixed.

There is a way to get the best of both worlds however: Pick a date where the trunk was reasonably stable in the past couple of months, then you go trough the changelog and hand-pick the bugfixes that were applied after then that seems relevant, and have svn generate patches and apply just those. That way you get a relatively updated version (few months old) with any bugs that have been discovered since then fixed. Any serious bugs should be discovered and fixed in a couple of months. And since you're only applying fixes from the code newer than that point, not new features/content, you shouldn't introduce any new bugs.

If you know a bit of programming and how to work with svn and with patches its not too hard, just needs someone to take a few days to actually do it. This is probably what the eathena devs did when they made the current stable.
My chars: TPC / Tjuven / Dansare / Sinne / Magiker / Byracka / Krigare / Andreas
03-19-2010, 09:40 PM
Find Reply


Messages In This Thread
Question (for GMs) regarding SVNs - by azurerogue - 03-19-2010, 04:46 AM
RE: Question (for GMs) regarding SVNs - by TPC - 03-19-2010, 09:40 PM
RE: Question (for GMs) regarding SVNs - by GM-Aki - 03-19-2010, 09:53 PM
RE: Question (for GMs) regarding SVNs - by Namine - 03-20-2010, 03:36 AM
RE: Question (for GMs) regarding SVNs - by GM-Aki - 03-20-2010, 10:17 AM

Forum Jump: