Release <-> SVN revision <-> Git checkout map

All development conversation and discussion takes place here

Moderator: Moderator

Post Reply
Message
Author
greycat
Sher'Tul
Posts: 1396
Joined: Tue May 11, 2010 11:51 pm

Release <-> SVN revision <-> Git checkout map

#1 Post by greycat »

Beginning with ToME 1.0.6, there are remote tags in the Git repository.

1.1.3 = git checkout tome-1.1.3
1.1.2 = git checkout tome-1.1.2
1.1.0 = git checkout tome-1.1.0
1.0.6 = git checkout tome-1.0.6

Prior to version 1.0.6, there are no remote tags.

1.0.5 = ?
1.0.4 = svn -r 6763 = git checkout 319a575e63dd07af617cfec0650127d57721d742

Prior to version 1.0.4, ToME source code was kept in Subversion. Version 1.0.4 was the only version that existed in both repositories (during the transition).

1.0.3 = svn -r 6702
1.0.1 = svn -r 6556
1.0.0 = svn -r 6303
1.0.0RC4 = svn -r 6258
1.0.0RC3 = svn -r 6231
1.0.0RC2 = svn -r 6191
1.0.0RC1 = svn -r 6112
beta 43 = svn -r 5833
beta 42 = svn -r 5511
beta 41 = svn -r 5302
beta 40 = svn -r 5123
beta 39 = svn -r 5104
beta 38 = svn -r 4940
beta 37 = svn -r 4765
beta 36 = svn -r 4725
beta 35 = svn -r 4669
beta 34 = svn -r 4439
beta 33 = svn -r 4352
beta 32 = svn -r 4325
beta 31 = svn -r 3962
beta 30 = svn -r 3886
beta 29 = svn -r 3839
beta 28 = svn -r 3594
beta 27 = svn -r 3492
beta 26b = svn -r 3407
beta 26 = svn -r 3403
beta 25 = svn -r 3243
beta 24 = svn -r 3180
beta 23 = svn -r 3132
beta 22 = svn -r 3116
beta 21 = svn -r 2906
beta 20b = svn -r 2668
beta 20 = svn -r 2666
beta 19 = svn -r 2500
beta 18 = svn -r 2237
beta 17 = svn -r 2210
beta 16 = svn -r 2153
beta 15b = svn -r 1995
beta 15 = svn -r 1992
beta 14 = svn -r 1967
beta 13 = svn -r 1637
beta 12b = svn -r 1420

I suggest stickying this and adding to it on each new release, so the information will always be in one easy-to-find place. Currently, the only way to find these numbers is to wade through about 25 pages of forum search results. or look at the timestamp of the .team file in a binary build and compare against the timestamps of svn log ...
Last edited by greycat on Sat Dec 28, 2013 1:00 am, edited 39 times in total.

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Release <-> SVN revision map

#2 Post by darkgod »

b17 -> 2210

But I do post the svn rev in the announcement, no search needed :)
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

greycat
Sher'Tul
Posts: 1396
Joined: Tue May 11, 2010 11:51 pm

Re: Release <-> SVN revision map

#3 Post by greycat »

Not consistently. Sometimes you do go back and fill it in after we remind you, but not always... e.g. the 15b announcement, right now, doesn't have it (watch out for Jedi mind tricks). And 17 didn't have it until I poked the mailing list.

Morth
Wayist
Posts: 17
Joined: Sat Dec 25, 2010 11:43 pm

Re: Release <-> SVN revision map

#4 Post by Morth »

Have you considered switching to bazaar? The commands are quite similar, you can import your svn repo with full history, and the launchpad.net website is pretty cool IMO.

greycat
Sher'Tul
Posts: 1396
Joined: Tue May 11, 2010 11:51 pm

Re: Release <-> SVN revision map

#5 Post by greycat »

What's the SVN version for beta 18?

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Release <-> SVN revision map

#6 Post by darkgod »

updated !
(2237)

;)

PS: see I can forget that post too ! :)
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

greycat
Sher'Tul
Posts: 1396
Joined: Tue May 11, 2010 11:51 pm

Re: Release <-> SVN revision map

#7 Post by greycat »

*bump* (top post updated for beta 19)

greycat
Sher'Tul
Posts: 1396
Joined: Tue May 11, 2010 11:51 pm

Re: Release <-> SVN revision map

#8 Post by greycat »

*bump*

AlexanderR
Halfling
Posts: 105
Joined: Tue Mar 05, 2013 4:18 am

Re: Release <-> SVN revision <-> Git checkout map

#9 Post by AlexanderR »

Is there really no way (aside from watching this post) to be notified of new ToME4 releases? So far I was not able to found RSS, single-forum subscriptions, anything of kind.

PS DarkGod, have you considered using Git tags for distinguishing releases? You can even tag ancient revisions with them.

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Release <-> SVN revision <-> Git checkout map

#10 Post by darkgod »

RSS ? Like http://te4.org/news/rss you mean ? ;)

As for git yes, if somebody can list me the git commit ids coresponding to the svn revisions ;)
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

greycat
Sher'Tul
Posts: 1396
Joined: Tue May 11, 2010 11:51 pm

Re: Release <-> SVN revision <-> Git checkout map

#11 Post by greycat »

For a very long time, ToME releases were announced on a mailing list to which I believe I am still subscribed. I don't recall seeing any announcements for releases after 1.0.1 though. Maybe the mailing list is no longer being used, or maybe my address fell off the subscriber list.

If you're polling web sites for announcements of ToME releases, the addresses I'd suggest first are http://te4.org/ and http://forums.te4.org/viewforum.php?f=9 rather than this particular forum thread. I may not see the announcements in a timely manner, and therefore the top post of this thread may not be updated in a timely manner, depending on how often I poll those same URLs.

akidan
Posts: 1
Joined: Wed Jul 22, 2015 1:32 pm

Re: Release <-> SVN revision <-> Git checkout map

#12 Post by akidan »

It may be only of historical interest at this point, but based on the first post I've mapped the SVN releases to appropriate Git hashes.

I've made tags for these locally - can share if there's interest.

Code: Select all

8ca45bc537fc255d12dff00d2eddd94828451c7a tome-1.0.3
fdd8b8ea1b6944622c3b531cc3ad4e2d28ebfa8e tome-1.0.1
e5482caa1c1a1bad7ed547954f48c1762a2d2065 tome-1.0.0RC4
fe868128138001b7f79c5045dbeec338f535f326 tome-1.0.0RC3
6f63966b841dd30d49078e9b29d80b1ada61bb13 tome-1.0.0RC2
95ca935ac1e23ef0966854110803bdeda15e1920 tome-1.0.0RC1
697fa5bb2814d7195c44b3876effc6b8230cf63f tome-1.0.0
3fd032de84c2c75d0d0b4bb67620fe1d31625723 tome-beta43
45ece72419b2b8f100425ae691f8b1d866cf411c tome-beta42
bfc9278804e79eb38cb69c6fb2cdd3d2d2233b14 tome-beta41
93e37942ce938763ffdc0d0254b6faa0fbc64fbe tome-beta40
132b660c3b17085cafa945f8321160f6659ca589 tome-beta39
4b6299ae2314b6aabb4230f28c32e334c5dabbe4 tome-beta38
13c8248d32ced6cd9deb95f1353eff00ceef35ae tome-beta37
42bbb744c081244e1dfc1cbc877f74dd247b6509 tome-beta36
c5d14297d45231904df6d262c6764b40c8fef738 tome-beta35
7f3fc6c7b0be9ba2a3b5e2084452cea01c6f0c6e tome-beta34
80c9efa49104cb527395e4d8492f7e85c97af6b3 tome-beta33
26bd015fc26c30ce0c8b183a9615dbb99e2d777d tome-beta32
19402b1f7cf8122de9aacfc1b608f5c71b3ca180 tome-beta31
4c8a9a07895f07a808c6e30b8d89bd2df14a0339 tome-beta30
122090cf1ebe482f0aac4af63548805ee0476912 tome-beta29
d6c6fbdad7f4cc38c8e339a69c0bf25e236e4de7 tome-beta28
15387051b804c171aaf46809874baf47ad7047bc tome-beta27
7da3360096b011e7a7b33e57acc7170b09ca6fd3 tome-beta26b
3dd6d727a9af2c83270e3aa733a001e594dcec83 tome-beta26
3fd459823e6ead702520e5bfffd049b21ba04783 tome-beta25
75fb7e345a2bcbdc5ede84636f4937c7297c29ae tome-beta24
f2a54e14cb362e1c42a8ca6b955e825c62ffd590 tome-beta23
6e969e1a9fd3affcfd5e914ac56ac782f2aadf17 tome-beta22
5e42470bad6dc67dddf0197efb2d3d71a439dbc2 tome-beta21
5a89d6516c802c9b43884d45ac5c8dff294c2593 tome-beta20b
e3e7052ddc4cb502302d69bf0d772a6df6880f23 tome-beta20
2ed28170e7666ae4867921be9bc6329001aa7923 tome-beta19
9c683dc42124862622641ac45ec1fde82b7a4d5a tome-beta18
dc79bbbd0f3d9d4aa083fe170d109075c9770058 tome-beta17
2a00cd3c36464a3541334ce5442c35640fcaba79 tome-beta16
2032d4956229d9ebe277fdae26d7aed149f4aaf0 tome-beta15b
3ced5b2837aa7dc3bee4377193eb750b118c5cdf tome-beta15
611432d1e09d33ed254c93137c5af695051f29cf tome-beta14
88bd8431da4d58e0cf807a103a0252de0c10b7ce tome-beta13
6b83261a5199eb3acec99f382b21ee2171b15672 tome-beta12b

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Release <-> SVN revision <-> Git checkout map

#13 Post by darkgod »

OH ncie thanks! done
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Post Reply