You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2006/04/07 08:54:48 UTC

[jira] Created: (WAGONSSH-45) recursive copy will ignore file permissions

recursive copy will ignore file permissions
-------------------------------------------

         Key: WAGONSSH-45
         URL: http://jira.codehaus.org/browse/WAGONSSH-45
     Project: wagon-ssh
        Type: Bug

    Reporter: Brett Porter


it uses zip, so you always get the umask. It has also been pointed out that zip may not be available.

a) make the executable configurable
b) default to tar, bake in file permissions
c) use chmod -R as a last resort

-- 
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] Updated: (WAGON-151) recursive copy will ignore file permissions

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/WAGON-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated WAGON-151:
-------------------------------

    Fix Version/s:     (was: 1.1)
                   backlog

> recursive copy will ignore file permissions
> -------------------------------------------
>
>                 Key: WAGON-151
>                 URL: https://jira.codehaus.org/browse/WAGON-151
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-ssh
>            Reporter: Brett Porter
>             Fix For: backlog
>
>
> it uses zip, so you always get the umask. It has also been pointed out that zip may not be available.
> a) make the executable configurable
> b) default to tar, bake in file permissions
> c) use chmod -R as a last resort

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (WAGON-151) recursive copy will ignore file permissions

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated WAGON-151:
-------------------------------

    Fix Version/s: 1.0-beta-3

> recursive copy will ignore file permissions
> -------------------------------------------
>
>                 Key: WAGON-151
>                 URL: http://jira.codehaus.org/browse/WAGON-151
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-ssh
>            Reporter: Brett Porter
>             Fix For: 1.0-beta-3
>
>
> it uses zip, so you always get the umask. It has also been pointed out that zip may not be available.
> a) make the executable configurable
> b) default to tar, bake in file permissions
> c) use chmod -R as a last resort

-- 
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] Updated: (WAGON-151) recursive copy will ignore file permissions

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated WAGON-151:
-------------------------------

    Fix Version/s:     (was: 1.0-beta-3)
                   1.x

> recursive copy will ignore file permissions
> -------------------------------------------
>
>                 Key: WAGON-151
>                 URL: http://jira.codehaus.org/browse/WAGON-151
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-ssh
>            Reporter: Brett Porter
>             Fix For: 1.x
>
>
> it uses zip, so you always get the umask. It has also been pointed out that zip may not be available.
> a) make the executable configurable
> b) default to tar, bake in file permissions
> c) use chmod -R as a last resort

-- 
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: (WAGON-151) recursive copy will ignore file permissions

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/WAGON-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=136407#action_136407 ] 

Brett Porter commented on WAGON-151:
------------------------------------

it might be a good idea to remove zip usage and make all directory operations work with recursive put/get (I believe all have this capability), then add a filter or alternate wagon that will do the zip portion and be configurable to different types, permissions settings, etc.

> recursive copy will ignore file permissions
> -------------------------------------------
>
>                 Key: WAGON-151
>                 URL: http://jira.codehaus.org/browse/WAGON-151
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-ssh
>            Reporter: Brett Porter
>             Fix For: 1.x
>
>
> it uses zip, so you always get the umask. It has also been pointed out that zip may not be available.
> a) make the executable configurable
> b) default to tar, bake in file permissions
> c) use chmod -R as a last resort

-- 
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] Moved: (WAGON-151) recursive copy will ignore file permissions

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter moved WAGONSSH-45 to WAGON-151:
--------------------------------------------

    Component/s:     (was: wagon-ssh)
                 wagon-ssh
            Key: WAGON-151  (was: WAGONSSH-45)
        Project: Maven Wagon  (was: wagon-ssh)

> recursive copy will ignore file permissions
> -------------------------------------------
>
>                 Key: WAGON-151
>                 URL: http://jira.codehaus.org/browse/WAGON-151
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-ssh
>            Reporter: Brett Porter
>
> it uses zip, so you always get the umask. It has also been pointed out that zip may not be available.
> a) make the executable configurable
> b) default to tar, bake in file permissions
> c) use chmod -R as a last resort

-- 
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