People may be aware that rails has moved its development over to subversion for version control. A new mailing list has been created so that people can get mailed when repository commits are made. Subscribe at http://lists.rubyonrails.org/mailman/listinfo/rails-commit Browse the repository at http://dev.rubyonrails.org/trac.cgi/browser/ enjoy, marcel -- Marcel Molina Jr. <marcel-WRrfy3IlpWYdnm+yROfE0A@public.gmane.org>
Also, don''t forget that trac offers RSS aggregation of checkins. here is the link: http://dev.rubyonrails.org/trac.cgi/timeline?daysback=90&max=50&format=rss&changeset=on On Thu, 25 Nov 2004 19:58:58 -0500, Marcel Molina Jr. <marcel-WRrfy3IlpWYdnm+yROfE0A@public.gmane.org> wrote:> People may be aware that rails has moved its development over to > subversion for version control. > > A new mailing list has been created so that people can get mailed when > repository commits are made. > > Subscribe at http://lists.rubyonrails.org/mailman/listinfo/rails-commit > > Browse the repository at http://dev.rubyonrails.org/trac.cgi/browser/ > > enjoy, > marcel > -- > Marcel Molina Jr. <marcel-WRrfy3IlpWYdnm+yROfE0A@public.gmane.org> > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Tobi http://blog.leetsoft.com
How can i checkout sources via svnX on macosx??? what''s the url link to the repository? thanks On Nov 26, 2004, at 1:58 AM, Marcel Molina Jr. wrote:> People may be aware that rails has moved its development over to > subversion for version control. > > A new mailing list has been created so that people can get mailed when > repository commits are made. > > Subscribe at http://lists.rubyonrails.org/mailman/listinfo/rails-commit > > Browse the repository at http://dev.rubyonrails.org/trac.cgi/browser/ > > enjoy, > marcel > -- > Marcel Molina Jr. <marcel-WRrfy3IlpWYdnm+yROfE0A@public.gmane.org> > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
> what''s the url link to the repository?http://dev.rubyonrails.org/svn/rails -- David Heinemeier Hansson, http://www.basecamphq.com/ -- Web-based Project Management http://www.rubyonrails.org/ -- Web-application framework for Ruby http://macromates.com/ -- TextMate: Code and markup editor (OS X) http://www.loudthinking.com/ -- Broadcasting Brain
On 08 Dec 2004, at 07:42, olivier hericord wrote:> How can i checkout sources via svnX on macosx???1) install a subversion client 2) svn co <svn repo path> <local destination>
check this out : http://www.lachoseinteractive.net/en/community/subversion/svnx/features/ On Dec 8, 2004, at 7:25 PM, Eric Hodel wrote:> On 08 Dec 2004, at 07:42, olivier hericord wrote: > >> How can i checkout sources via svnX on macosx??? > > 1) install a subversion client > 2) svn co <svn repo path> <local destination> > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
svnX is a mac osx GUI svn client (beautiful app) ...the only missing thing that i needed was the repo path....now i''ve got it...thankd to david and it works great thanks On Dec 8, 2004, at 7:25 PM, Eric Hodel wrote:> On 08 Dec 2004, at 07:42, olivier hericord wrote: > >> How can i checkout sources via svnX on macosx??? > > 1) install a subversion client > 2) svn co <svn repo path> <local destination> > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >