From: Tom Copeland Date: 2007-01-19T19:50:07+09:00 Subject: Re: rubyforge.org questions On Fri, 2007-01-19 at 16:45 +0900, Peter Szinek wrote: > Hello, > > 1) How do I activate commit diff mails? Hi Peter - Here you go - it's different for CVS and for Svn: http://rubyforge.org/docman/view.php/5/460/faq.html#syncmail > 2) How can I create a 'normal' svn structure (i.e. trunk, branches, tags > etc). because as I understood, in the svn dir your project_name > directory is the only dir (i.e. no trunk/your_project_name etc). Am I > missing something, and if not is this doable? Hm... that's a good question. I'm not sure. When I create the svn repos, I just do a "svnadmin create --fs-type=fsfs" and move what that gives me into the project's svn area. Yours, Tom