script: what changed since last release

Content and general development discussion, including quest scripts and server code. TMW Classic is a project comprising the Legacy tmwAthena server & the designated improved engine server based on evolHercules.


Forum rules

This forum houses many years of development, tracing back to some of the earliest posts that exist on the board.

Its current use is for the continued development of the server and game it has always served: TMW Classic.

Post Reply
User avatar
o11c
Grand Knight
Grand Knight
Posts: 2262
Joined: 20 Feb 2011, 21:09
Location: ^ ^

script: what changed since last release

Post by o11c »

Where remote "origin" is git://gitorious.org/+tmw-admins/tmw/tmwa-server-test.git
and remote "stable" is git://gitorious.org/tmw/tmwa-server-data.git
(i.e., you should clone testing, then "git remote add stable git://gitorious.org/tmw/tmwa-server-data.git")

Code: Select all

git fetch --all; (STABLE=$(git ls-tree stable/master client-data | awk '{print $3}'); TESTING=$(git ls-tree origin/master client-data | awk '{print $3}'); cd client-data; git log $STABLE..$TESTING); git log stable/master..origin/master
Edit: that's all one line^.
Former programmer for the TMWA server.
Post Reply