[ http://jira.codehaus.org/browse/CONTINUUM-827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88252 ]
Andre Ranvik commented on CONTINUUM-827: ---------------------------------------- I experienced the same problem - and I believe the solution was found... At least it worked for us. This WAS our invalid authorization.conf: [groups] win-dev = OUR_DOMAIN_NAME\t222222, OUR_DOMAIN_NAME\t333333 [/] * = @win-dev = rw _______________________________________________ This IS our VALID authorization.conf: [groups] win-dev = OUR_DOMAIN_NAME\t222222, t222222, OUR_DOMAIN_NAME\t333333, t333333 [/] * = @win-dev = rw _______________________________________________ The difference is, as you can see, that we added the users without the domain name as well as with the domain name. Why this is required is beyond me... - but it works! The authorization.conf file is the file describing how Apache authorizes the user. Our Apache httpd.conf file contains this: <Location /svn/repos> DAV svn SVNPath "F:/svnrepos" AuthType Basic AuthName "Subversion repository" AuthUserFile "F:/svnrepos/conf/users.conf" AuthAuthoritative Off AuthName "Subversion Authentication" AuthType SSPI SSPIAuth On SSPIAuthoritative Off SSPIDomain somedome.name.org SSPIOfferBasic On AuthzSVNAccessFile "F:/svnrepos/conf/authorization.conf" Require valid-user </Location> > notification emails missing svn information > ------------------------------------------- > > Key: CONTINUUM-827 > URL: http://jira.codehaus.org/browse/CONTINUUM-827 > Project: Continuum > Issue Type: Bug > Components: SCM > Affects Versions: 1.0.3 > Reporter: Brian Fox > Fix For: 1.1 > > Attachments: continumm-build-result-view.JPG > > > I'm using 1.0.3 and svn 1.3.2. 99% of the time, the notifications do not list > the developer or the commit message. I just get a list of changed files. I > have seen it in the past occasionally but almost always the info isn't there. > This includes times when there was only 1 commit since the last build. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira