[ 
https://issues.jenkins-ci.org/browse/JENKINS-13133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=163536#comment-163536
 ] 

Jose Sa commented on JENKINS-13133:
-----------------------------------

I also had this problem with subversion plugin v1.39. After a workspace wipeout 
all files checked out had permissions "---------x" (001).

After upgrading jenkins to 1.467 and plugin 1.40 now all files have the same 
permission "-rwxrwxr-x" (775) regardless if they had the property set for 
execution or not.

This however didn't show in all build slaves, only in the master, where i 
recently changed from java 1.6 to 1.7 and added the flag -d64 in order to use 
64-bit data model and allocate more memory for max-heap. 
After more testing I got to the conclusion that this problem doesn't occur if 
the flag "-d64" isn't passed to java starting options.
                
> "Permission denied" due to wrong file system permissions upon update/checkout.
> ------------------------------------------------------------------------------
>
>                 Key: JENKINS-13133
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13133
>             Project: Jenkins
>          Issue Type: Bug
>          Components: subversion
>    Affects Versions: current
>         Environment: Jenkins 1.455 - bunch of plugins
> Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)
> Java version: 1.6.0_22, vendor: Sun Microsystems Inc.
> Default locale: en_US, platform encoding: ISO8859-15
> OS name: "sunos", version: "5.10", arch: "sparc", family: "unix"
>            Reporter: Myron n/a
>              Labels: exception, permissions, plugin, subversion
>
> Currently we are using subversion plugin v1.32 - everything works fine.
> But after upgrading to the latest v1.39 we encounter some weird behavior:
> Upon SVN update i often see a "permission denied" exception.
> (well, update works, but the compiler plugin afterwards reports the 
> "permission denied")
> The updated file has not the (chmod 664) permission as supposed to be, it 
> only has execute rights (chmod 001)?!
> I dunno when this happens or how to get more SVN logging to narrow this down.
> Or what changes from .32 to .39 could be the culprit (svnkit upgrade?)
> But reverting back to .32 solves this problem immediately....

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to