Subversion Repositories DevTools

Rev

Rev 1556 | Rev 1560 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1556 Rev 1558
Line 6010... Line 6010...
6010
 
6010
 
6011
    Warning("chmod has been deprecated by and now calls setPermissions, see deploylib.pm");
6011
    Warning("chmod has been deprecated by and now calls setPermissions, see deploylib.pm");
6012
 
6012
 
6013
    # call setPermissions, if no File then do DirTagOnly, otherwise set FilterIn=File
6013
    # call setPermissions, if no File then do DirTagOnly, otherwise set FilterIn=File
6014
    setPermissions($m_sDirTag, "--NoRecurse", 
6014
    setPermissions($m_sDirTag, "--NoRecurse", 
6015
                    ($m_sfile) ? "--DirPerms=$m_ownPerms" : "--FilePerms=$m_ownPerms",
6015
                    ($m_sfile) ? "--FilePerms=$m_ownPerms" : "--DirPerms=$m_ownPerms",
6016
                    ($m_sfile) ? "--DirTagOnly"           : "--FilterIn=$m_sfile" );
6016
                    ($m_sfile) ? "--FilterIn=$m_sfile"     : "--DirTagOnly" );
6017
 
6017
 
6018
    return 1;
6018
    return 1;
6019
}
6019
}
6020
 
6020
 
6021
 
6021