I''m planning to tag 0.0.36 and release binaries from it. We have lots of good new methods & classes & samples (mainly thanks to Roy), and I would like to get a unicode Windows binary gem out there. TODO are integrate Scintilla on OS X and Linux, and apply Tobias''s patches to rakefiles. These''ll be for early in 0.0.37. Maybe someone with Subversion experience could confirm that this looks like the right command to ''tag'': svn copy svn+ssh:///developername/@rubyforge.org/var/svn/wxruby/trunk/wxruby2 svn+ssh:///developername/@rubyforge.org/var/svn/wxruby/tags/v0_0_36 Was a discussion on the ruby mailing list in the last day or two where someone wanted a ''cross-platform GUI toolkit with native widgets'' but it took a while before anyone suggested wxruby... will be good to have ''mindshare'' again among people newly finding ruby ... alex
I have a couple good patches to get in quickly if we can. It -almost- makes wxScrolledWindow a functional example. Rroy Alex Fenton wrote:> I''m planning to tag 0.0.36 and release binaries from it. We have lots of > good new methods & classes & samples (mainly thanks to Roy), and I would > like to get a unicode Windows binary gem out there. > > TODO are integrate Scintilla on OS X and Linux, and apply Tobias''s > patches to rakefiles. These''ll be for early in 0.0.37. > > Maybe someone with Subversion experience could confirm that this looks > like the right command to ''tag'': > > svn copy > svn+ssh:///developername/@rubyforge.org/var/svn/wxruby/trunk/wxruby2 > svn+ssh:///developername/@rubyforge.org/var/svn/wxruby/tags/v0_0_36 > > Was a discussion on the ruby mailing list in the last day or two where > someone wanted a ''cross-platform GUI toolkit with native widgets'' but it > took a while before anyone suggested wxruby... will be good to have > ''mindshare'' again among people newly finding ruby ... > > alex > > > > > _______________________________________________ > wxruby-users mailing list > wxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users > > > >
Alex Fenton wrote:> Maybe someone with Subversion experience could confirm that this looks > like the right command to ''tag'': > > svn copy > svn+ssh:///developername/@rubyforge.org/var/svn/wxruby/trunk/wxruby2 > svn+ssh:///developername/@rubyforge.org/var/svn/wxruby/tags/v0_0_36Ugh. How hard would it have been for the svn folks to have a "tag" command that does the copy for you? Sheesh. The command looks ok, except maybe that it creates a wxruby2 branch (tag) at the top level. I could imagine that the last part might instead be: /svn/wxruby/tags/wxruby2/v0_0_36 I''m not sure. I''m sure there are other projects out there that have two top-level subprojects, but I have no idea how to find them. Also, we used underlines in CVS because CVS won''t allow dots, and we included the v because CVS won''t allow tags to start with a digit. Could we name it v0.0.36 or just 0.0.36 instead? Kevin
>> svn copy >> svn+ssh:///developername/@rubyforge.org/var/svn/wxruby/trunk/wxruby2 >> svn+ssh:///developername/@rubyforge.org/var/svn/wxruby/tags/v0_0_36 >> > > Ugh. How hard would it have been for the svn folks to have a "tag" > command that does the copy for you? Sheesh. >too right.> The command looks ok, except maybe that it creates a wxruby2 branch > (tag) at the top level. I could imagine that the last part might instead > be: /svn/wxruby/tags/wxruby2/v0_0_36 >i prefer this too> Also, we used underlines in CVS because CVS won''t allow dots, and we > included the v because CVS won''t allow tags to start with a digit. Could > we name it v0.0.36 or just 0.0.36 instead?yep. alex
Alex Fenton
2006-Sep-29 20:49 UTC
[Wxruby-users] SVN ''tags'' [was: tag and release 0.0.36]
> The command looks ok, except maybe that it creates a wxruby2 branch > (tag) at the top level. I could imagine that the last part might instead > be: /svn/wxruby/tags/wxruby2/v0_0_36...> Could we name it v0.0.36 or just 0.0.36 instead? >Thanks (also to Daniel). I have gone with the scheme: /tags/<project>/<major>.<minor>.<release> eg tags/wxruby2/0.0.35 I''ve cleaned up what was auto-converted from CVS so that the wxruby (old series) and wxruby2 tags are in the right place, and created a directory for wxsugar tags (though there aren''t any yet) http://rubyforge.org/cgi-bin/viewvc.cgi/tags/?root=wxruby alex