VOGONS


First post, by lucky7456969

User metadata
Rank Oldbie
Rank
Oldbie

I mean a listing of the difference between 2 sets of source code?
Thanks
Jack

Reply 1 of 6, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

Yes svn can do that. You only need revision numbers of both releases and svn can make a diff. That will be a very very huge diff.

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper

Reply 2 of 6, by ripa

User metadata
Rank Oldbie
Rank
Oldbie
svn diff https://dosbox.svn.sourceforge.net/svnroot/dosbox/dosbox/tags/RELEASE_0_58 https://dosbox.svn.sourceforge.net/svnroot/dosbox/dosbox/tags/RELEASE_0_74

Reply 4 of 6, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

That works too 😉
At the end add a > pathandfilename to put that long output into a file
(Edit: replied to ripa 😉)

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper

Reply 5 of 6, by lucky7456969

User metadata
Rank Oldbie
Rank
Oldbie

Excuse me. I don't know if my expectation may have gone too far.
But is it possible also to compare between MB6 and 0.58?
If yes, where can I check the source svn url for MB6? can't find it anywhere
Once again, I must say sorry for asking MB6 question here.

Reply 6 of 6, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

The way I'd do it:
Checkout SVN rlease tag 0.58 (as Ripa wrote). THEN overwrite this source with the mb6 source and let SVN make the diff. (I think just "svn diff > changes.diff")

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper