[jira] Commented: (CONTINUUM-827) notification emails missing svn information

2007-03-02 Thread Doug Tanner (JIRA)

[ 
http://jira.codehaus.org/browse/CONTINUUM-827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_89021
 ] 

Doug Tanner commented on CONTINUUM-827:
---

I too am running 1.0.3 with the same problem.  Will the above work if you are 
not using a users or authorization file?

 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




[jira] Commented: (CONTINUUM-827) notification emails missing svn information

2007-02-22 Thread Andre Ranvik (JIRA)

[ 
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\t22, OUR_DOMAIN_NAME\t33

[/]
* = 
@win-dev = rw

___

This IS our VALID authorization.conf:

[groups]
win-dev = OUR_DOMAIN_NAME\t22, t22, OUR_DOMAIN_NAME\t33, t33

[/]
* = 
@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




[jira] Commented: (CONTINUUM-827) notification emails missing svn information

2006-12-21 Thread Javier Gonzalez (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-827?page=comments#action_83180 
] 

Javier Gonzalez commented on CONTINUUM-827:
---

Happens the same to me (using Continuum 1.0.3 and Subversion 1.4.2)
Actually, I've never been lucky enough to see the developer name/commit 
message... tried 1 commit, multiple ones, forced builds, automatic ones... it 
just doesn't work 

 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




[jira] Commented: (CONTINUUM-827) notification emails missing svn information

2006-08-23 Thread Mattias Andersson (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-827?page=comments#action_73092 
] 

Mattias Andersson commented on CONTINUUM-827:
-

I see the same behaviour with CVS as SCM provider. Only a list of files changed 
and no developer or commit message (this worked fine in 1.0.2). See the exampel 
below. It's the same in the build result view (See attached picture).


Online report : 
http://sorken-wm2:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/11/buildId/999
Build statistics:
  State: Ok
  Previous State: Building
  Started at: fr, 2006-08-18 01:19:51 +0200
  Finished at: fr, 2006-08-18 02:14:54 +0200
  Total time: 55m 2s
  Build Trigger: Schedule
  Exit code: 0
  Building machine hostname: sorken-wm2
  Operating system : Windows 2003(Service Pack 1)
  Java version : 1.4.2_10(Sun Microsystems Inc.)

Changes
scripts/Database/factorydata/CAT_CUSTOMER_GROUP.dat
scripts/Database/factorydata/SYS_SUBSYSTEM_ROLE_ACCESS.dat
scripts/Database/factorydata/SYS_USER_GROUPS.dat
...


 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


 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