
On Wed, Jan 18, 2006 at 09:38:27AM -0600, Aaron Spike wrote:
mental@...3... wrote:
Who is working on each of these tasks and what is their status?
I've started chipping away at this.
- establishing email notification of SVN commits
I don't know how the old system worked, could someone give me an overview? Might we desire to use something like svnmailer [http://opensource.perlig.de/svnmailer/%5D?
Yeah I set this up. If you check out the CVSROOT module, look in the loginfo file. There's a line at the end that causes notices to be sent to the inkscape-cvs list. I also had to tweak the subscription settings for the notifier so it could send mail but not receive any mail, etc.
- getting the web site to update from SVN rather than CVS
Bob started this, and I made a little more progress. I think it would help if people who have been involved in the web took a look.
I've started by moving directories that were not kept in cvs out of inkscape_web and into web_extra and putting symlinks in their places. I am unable to move macosx-snap which is owned by irisson. And I have noticed that there are a number of files that need to be purged (files created by cvs confilcts) or should be placed into svn:
.#download.php.1.37 .#download.php.1.39 .#download.php.1.40 .#download.php.1.44 .#download.php.1.45 .#.htaccess.1.3 index.html.bak .#index.php.1.198 .#index.php.1.212 .#index.php.1.213 .#index.php.1.215 .#index.php.1.216 .#index.php.1.54 index-wp.php inkscape-logo.png inkscape-logo-small-blue.png inkscape-logo-small.gif inkscape-logo-small.png inkscape.rss news-en.inc news-en.inc-old news.inc.backup
I've only examined the root directory. Who would like to take care of these files? SVN isn't going to be bothered when I put symlinks into the directory, is it?
Create a new tree with the files you need, then we can move the bits of the old tree we can't just delete to /tmp or something (or ask the sf admins to delete them). Make sure to set the group write permission for all of these files.
Bryce