On 7/27/06, Gav.... <[EMAIL PROTECTED]> wrote:


> -----Original Message-----
> From: David Crossley [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, 26 July 2006 9:35 AM
> To: dev@forrest.apache.org
> Subject: Re: new committer and PMC member: Gavin McDonald
>
> Thanks to you Gavin and welcome.
>
> As others have said, we can all help you to
> become comfortable. Take it easy and remember
> that if you are unsure about committing something
> then you can still put a patch in Jira.
>
> Start by putting your entry in site-author/content/xdocs/who.xml
>
> Then try adding a small text file to be sure that
> your SVN client is configured properly, e.g.
>
> cd $FORREST_HOME
> echo "hello" > test.txt
> svn add test.txt
> svn status
> svn commit test.txt

I did this and after the username password prompts, allowed me to commit no
problem. I checked on forrest svn via the web and the file was there.

>
> svn delete test.txt
> svn commit test.txt

Did that, did not ask me for username password this time, allowed me to
Delete no problem. I checked on forrest svn via the web and the file had
gone.

Strange though, no commit messages came through from the svn@ list.
Perhaps I was too quick in deleting ?

I saw a related issue on the infra@ list the other day.  The fix was
to add your apache email address to the -allow list of [EMAIL PROTECTED]

Whoever moderates it can check it out?
--tim