Hi everybody, Is there a gem or something for working directly with Subversion from a RoR app? Thanks, Tiffani A.B. -------------- next part -------------- An HTML attachment was scrubbed... URL: wrath.rubyonrails.org/pipermail/rails/attachments/20060727/26846e72/attachment-0001.html
weblog.rubyonrails.org/2006/6/7/browse-your-subversion-repositories This might be what you''re looking for. Thanks, Pratik On 7/27/06, Tiffani Ashley Bell <tiffani2k3@gmail.com> wrote:> Hi everybody, > > Is there a gem or something for working directly with Subversion from a RoR > app? > > Thanks, > Tiffani A.B. > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > lists.rubyonrails.org/mailman/listinfo/rails > > >-- rm -rf / 2>/dev/null - null.in "Things do not happen. Things are made to happen." - JFK
On Thursday 27 July 2006 10:10, Tiffani Ashley Bell wrote:> Hi everybody, > > Is there a gem or something for working directly with Subversion from a RoR > app? > > Thanks, > Tiffani A.B.Subversion has Ruby bindings but they are poorly documented. I asked about this on ruby-talk just the other day, here is the reply I got: ------------ Subject: Re: Subversion binding docs Date: Wednesday 26 July 2006 16:18 From: "Chris Roos" <chrisjroos@gmail.com> To: "ruby-talk ML" <ruby-talk@ruby-lang.org> Depends how familiar you already are, but there are install notes[1] and sample code[2] (tests) in the subversion repository itself. You might also want to check collaboa[3] which uses these bindings (I think) to provide a trac like interface in rails. Chris [1] svn.collab.net/viewvc/svn/trunk/subversion/bindings/swig/INSTALL?view=markup [2] svn.collab.net/viewvc/svn/trunk/subversion/bindings/swig/ruby/test [3] collaboa.org ------------ Ashley -- "If you do it the stupid way, you will have to do it again" - Gregory Chudnovsky
Yeah, I finally found these the other day after having to reinstall Subversion! :\ They are rather shabbily documented, so I figured I''d spend some time writing up how to use them. Thanks! On 7/28/06, Ashley Moran <work@ashleymoran.me.uk> wrote:> > On Thursday 27 July 2006 10:10, Tiffani Ashley Bell wrote: > > Hi everybody, > > > > Is there a gem or something for working directly with Subversion from a > RoR > > app? > > > > Thanks, > > Tiffani A.B. > > > Subversion has Ruby bindings but they are poorly documented. I asked > about > this on ruby-talk just the other day, here is the reply I got: > > ------------ > Subject: Re: Subversion binding docs > Date: Wednesday 26 July 2006 16:18 > From: "Chris Roos" <chrisjroos@gmail.com> > To: "ruby-talk ML" <ruby-talk@ruby-lang.org> > > Depends how familiar you already are, but there are install notes[1] > and sample code[2] (tests) in the subversion repository itself. > > You might also want to check collaboa[3] which uses these bindings (I > think) to provide a trac like interface in rails. > > Chris > > [1] > > svn.collab.net/viewvc/svn/trunk/subversion/bindings/swig/INSTALL?view=markup > [2] > svn.collab.net/viewvc/svn/trunk/subversion/bindings/swig/ruby/test > [3] collaboa.org > ------------ > > > > Ashley > > > -- > "If you do it the stupid way, you will have to do it again" > - Gregory Chudnovsky > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: wrath.rubyonrails.org/pipermail/rails/attachments/20060728/2518d0ca/attachment-0001.html