[web2py] Re: Old versions of web2py

2010-04-10 Thread mdipierro
I have to comment Yarko for insisting about this issue. He has raised it before I simply did not understand because of my ignorance in using version control systems. Code examples talk to me more than thousand words. I will start follow the new process by monday. Massimo On Apr 10, 12:01 pm, Andr

Re: [web2py] Re: Old versions of web2py

2010-04-10 Thread Andrew Thompson
On 4/10/2010 11:26 AM, mdipierro wrote: Yes this is helpful. Now I understand much better what you were saying. I will definitively do that! Thanks you Yarko. massimo I just wanted to comment that I'm happy to see a positive response from a project lead for a process change/improvement re

[web2py] Re: Old versions of web2py

2010-04-10 Thread Yarko Tymciurak
also, be sure to try the command to list the current tags: $ hg tags Notice: it's more than the .hgtags file On Apr 10, 11:08 am, Yarko Tymciurak wrote: > FYI - I have used "INIT" and "INITIAL" interchangeably;  they _should_ > be the same string > (I used the shorter "INIT" in what I really d

[web2py] Re: Old versions of web2py

2010-04-10 Thread Yarko Tymciurak
FYI - I have used "INIT" and "INITIAL" interchangeably; they _should_ be the same string (I used the shorter "INIT" in what I really did on my computer, and sometimes forgot to change when I copied). On Apr 10, 10:58 am, Yarko Tymciurak wrote: > On Apr 10, 10:26 am, mdipierro wrote: > > > Yes t

[web2py] Re: Old versions of web2py

2010-04-10 Thread Yarko Tymciurak
On Apr 10, 10:26 am, mdipierro wrote: > Yes this is helpful. Now I understand much better what you were > saying. I will definitively do that! > Thanks you Yarko. Glad you found this helpful. I'll also add / continue the example a little: If you want to UNDO a re-tag (let's say you change your

[web2py] Re: Old versions of web2py

2010-04-10 Thread Yarko Tymciurak
On Apr 10, 10:26 am, mdipierro wrote: > Yes this is helpful. Now I understand much better what you were > saying. I will definitively do that! > Thanks you Yarko. Glad you found this helpful. I'll also add / continue the example a little: If you want to UNDO a re-tag (let's say you change your

[web2py] Re: Old versions of web2py

2010-04-10 Thread mdipierro
Yes this is helpful. Now I understand much better what you were saying. I will definitively do that! Thanks you Yarko. massimo On Apr 10, 10:15 am, Yarko Tymciurak wrote: > On Apr 9, 11:28 pm, mdipierro wrote: > > > I need to be educated. Here is my problem. > > Ok - this is rather simple...  I

[web2py] Re: Old versions of web2py

2010-04-10 Thread Yarko Tymciurak
On Apr 9, 11:28 pm, mdipierro wrote: > I need to be educated. Here is my problem. Ok - this is rather simple... I can help... > > I gave myself a rule of tagging releases as 1.XX.YY. The fact is that > I commit before I build the binaries. It occasionally happens that I > commit 1.XX.YY, build

[web2py] Re: Old versions of web2py

2010-04-09 Thread mdipierro
I need to be educated. Here is my problem. I gave myself a rule of tagging releases as 1.XX.YY. The fact is that I commit before I build the binaries. It occasionally happens that I commit 1.XX.YY, build the binary and then I discover a problem (for example a file was missing because I forgot to h

[web2py] Re: Old versions of web2py

2010-04-09 Thread Yarko Tymciurak
On Apr 9, 7:31 pm, Richard wrote: > alternatively you could check out specific versions from the mercurial > repository:http://code.google.com/p/web2py/source/checkout I just browsed through the comments, pages of commits to find 3 comments that say 1.76.4. I assume these are the release (and th

[web2py] Re: Old versions of web2py

2010-04-09 Thread Richard
alternatively you could check out specific versions from the mercurial repository: http://code.google.com/p/web2py/source/checkout On Apr 10, 4:25 am, Kenneth wrote: > Is there a place where I could download older versions of web2py? > Source version. > > I get still problems with the new versi

[web2py] Re: Old versions of web2py

2010-04-09 Thread Yarko Tymciurak
On Apr 9, 5:01 pm, mdipierro wrote: > I tag them 1.XX.YY but I do not put the R in front. I use in fact the > logs to manually extract important changes and edit the README files > used to build the changelog above. Not completed automated yet. hg tags are stored in a file caleed ".hgtags" ---

[web2py] Re: Old versions of web2py

2010-04-09 Thread mdipierro
I tag them 1.XX.YY but I do not put the R in front. I use in fact the logs to manually extract important changes and edit the README files used to build the changelog above. Not completed automated yet. On Apr 9, 4:25 pm, Yarko Tymciurak wrote: > On Apr 9, 4:16 pm, mdipierro wrote: > > > I did f

[web2py] Re: Old versions of web2py

2010-04-09 Thread Yarko Tymciurak
On Apr 9, 4:16 pm, mdipierro wrote: > I did follow the advice you gave me some time ago: > > https://www.web2py.com/examples/default/changelog Ah - yes, to reverse the order of release comments (for most recent at the top); very nice... thanks I don't know what your personal process is for

[web2py] Re: Old versions of web2py

2010-04-09 Thread mdipierro
I did follow the advice you gave me some time ago: https://www.web2py.com/examples/default/changelog On Apr 9, 2:11 pm, Yarko Tymciurak wrote: > On Apr 9, 2:09 pm, Yarko Tymciurak > wrote: > > > Massimo: > > > I don't see that you have checkins in your Makefile, but if you made a > > "release"

[web2py] Re: Old versions of web2py

2010-04-09 Thread Yarko Tymciurak
On Apr 9, 2:09 pm, Yarko Tymciurak wrote: > Massimo: > > I don't see that you have checkins in your Makefile, but if you made a > "release"  that used your "mdp" entry - that is, after hg commit, but > before hg push, add something like this in what you do: > >   hg tag $(cat VERSION | python -c '

[web2py] Re: Old versions of web2py

2010-04-09 Thread Yarko Tymciurak
Massimo: I don't see that you have checkins in your Makefile, but if you made a "release" that used your "mdp" entry - that is, after hg commit, but before hg push, add something like this in what you do: hg tag $(cat VERSION | python -c 'import sys; print sys.stdin.readline().split()[1]') (o

[web2py] Re: Old versions of web2py

2010-04-09 Thread mdipierro
http://web2py.com/examples/static//web2py_src.zip is one of 1.67.2: web2py_osx.zip web2py_src.zip web2py_win.zip 1.68.2: web2py_osx.zip web2py_src.zip web2py_win.zip 1.71.2: web2py_osx.zip web2py_src.zip web2py_win.zip 1.72.3: web2py_osx.zip web2py_src.zip web2py_win.zip 1.73.1: web2