Hi All - I notice that most of the Rails team are using Mac OS X and TextMate for Ruby development. I too am working on Mac OS X and trying TextMate and (shudder?) EMacs. I was wondering about version control. Are folks using Subversion? If so, are they using a graphical client? Which one do they recommend? Yours, Jordan -- Posted via http://www.ruby-forum.com/.
On 29 Dec 2005, at 01:30, Jordan Dea-Mattson wrote:> I notice that most of the Rails team are using Mac OS X and > TextMate for > Ruby development. I too am working on Mac OS X and trying TextMate and > (shudder?) EMacs. > > I was wondering about version control. Are folks using Subversion? If > so, are they using a graphical client? Which one do they recommend?TextMate has built-in Subversion support. http://www.macromates.com/textmate/manual/bundles.html#subversion Yours, Craig -- Craig Webster | t: +44 (0)131 516 8595 | e: craig-07VhxHapISisTnJN9+BGXg@public.gmane.org Xeriom.NET | f: +44 (0)709 287 1902 | w: http://xeriom.net
On Dec 28, 2005, at 5:30 PM, Jordan Dea-Mattson wrote:> Hi All - > > I notice that most of the Rails team are using Mac OS X and > TextMate for > Ruby development. I too am working on Mac OS X and trying TextMate and > (shudder?) EMacs. > > I was wondering about version control. Are folks using Subversion? If > so, are they using a graphical client? Which one do they recommend? > > Yours, > > Jordan >Jordan- Textmate has great subversion integration. If your project is already under svn then just press ctrl-shift-a to get the subversion menu. Cheers- -Ezra Zygmuntowicz WebMaster Yakima Herald-Republic Newspaper ezra-gdxLOakOTQ9oetBuM9ipNAC/G2K4zDHf@public.gmane.org 509-577-7732
I''ve been using SvnX http://www.lachoseinteractive.net/en/community/subversion/svnx/features/ The TextMate bundle stuff doesn''t work for my style... maybe it''ll grow on me? Chris Nolan.ca http://kekova.ca/ On Dec 28, 2005, at 20:33, Craig Webster wrote:> On 29 Dec 2005, at 01:30, Jordan Dea-Mattson wrote: >> I notice that most of the Rails team are using Mac OS X and >> TextMate for >> Ruby development. I too am working on Mac OS X and trying TextMate >> and >> (shudder?) EMacs. >> >> I was wondering about version control. Are folks using Subversion? If >> so, are they using a graphical client? Which one do they recommend? > > TextMate has built-in Subversion support. > http://www.macromates.com/textmate/manual/bundles.html#subversion > > Yours, > Craig > -- > Craig Webster | t: +44 (0)131 516 8595 | e: craig-07VhxHapISisTnJN9+BGXg@public.gmane.org > Xeriom.NET | f: +44 (0)709 287 1902 | w: http://xeriom.net
Learn something new every day. Have been using TextMate for a while now, and never knew about that! Thanks! -Nick p.s. My normal svn client is svnX as well. On 12/28/05, Ezra Zygmuntowicz <ezra-gdxLOakOTQ9oetBuM9ipNAC/G2K4zDHf@public.gmane.org> wrote:> > On Dec 28, 2005, at 5:30 PM, Jordan Dea-Mattson wrote: > > > Hi All - > > > > I notice that most of the Rails team are using Mac OS X and > > TextMate for > > Ruby development. I too am working on Mac OS X and trying TextMate and > > (shudder?) EMacs. > > > > I was wondering about version control. Are folks using Subversion? If > > so, are they using a graphical client? Which one do they recommend? > > > > Yours, > > > > Jordan > > > > Jordan- > > Textmate has great subversion integration. If your project is > already under svn then just press ctrl-shift-a to get the subversion > menu. > > Cheers- > -Ezra Zygmuntowicz > WebMaster > Yakima Herald-Republic Newspaper > ezra-gdxLOakOTQ9oetBuM9ipNAC/G2K4zDHf@public.gmane.org > 509-577-7732 > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Jordan Dea-Mattson wrote:>I notice that most of the Rails team are using Mac OS X and TextMate for >Ruby development. I too am working on Mac OS X and trying TextMate and >(shudder?) EMacs. > >I was wondering about version control. Are folks using Subversion? If >so, are they using a graphical client? Which one do they recommend? > >I''m not from Mac world, but I can suggest two Subversion GUI clients: RapidSVN (http://rapidsvn.tigris.org/) eSvn (http://esvn.umputun.com/) Although I prefer using command line client, eSvn looks good to me. Hope that helps.