
| Key: |
CIB-1048
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Daniel Ostermeier
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
Pulse
Created: 11/Apr/07 03:56 PM
Updated: 19/Apr/07 12:34 PM
|
|
| Component/s: |
Scm
|
| Affects Version/s: |
1.2.22
|
| Fix Version/s: |
1.2.23
|
|
|
It appears that the javacvs package is not preserving file permissions, in particular, the executable permission, on files that are checked out. Instead, you get whatever the default umask is set to.
We need to investigate this further, to see if
a) if an upgrade fixes this issue
b) if we can patch the code.
|
|
Description
|
It appears that the javacvs package is not preserving file permissions, in particular, the executable permission, on files that are checked out. Instead, you get whatever the default umask is set to.
We need to investigate this further, to see if
a) if an upgrade fixes this issue
b) if we can patch the code. |
Show » |
|
http://durak.org/sean/pubs/software/cvsbook/CVS-keeps-changing-file-permissions_003b-why-does-it-do-that_003f.html
other things to note: java has trouble with the executable file permission, not supporting an api method for setting/ unsetting it.