You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Brett Porter <bp...@f2network.com.au> on 2003/10/30 22:42:46 UTC

maven-plugins CVS screwed up (again :)

dion,
 
cd /home/cvs/maven-plugins
find artifact -type d -exec chmod 775 {} \;
 
please :)
 
Cheers,
Brett
 
--
Brett Porter
Team Leader, Core Systems
f2 network ~ everything essential
 

Re: maven-plugins CVS screwed up (again :)

Posted by Ben Walding <be...@walding.com>.
You'll find that the command below is slightly better:

cd /home/cvs/maven-plugins
find artifact -type d -exec chmod u=rwx,g=rwxs,o=rx {} \;

(Note the s in g=rwxs)

Brett Porter wrote:

> dion,
>  
> cd /home/cvs/maven-plugins
> find artifact -type d -exec chmod 775 {} \;
>  
> please :)
>  
> Cheers,
> Brett
>  
> --
> Brett Porter
> Team Leader, Core Systems
> f2 network ~ everything essential
>  
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: maven-plugins CVS screwed up (again :)

Posted by di...@multitask.com.au.
On my way.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/
Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc


Brett Porter <bp...@f2network.com.au> wrote on 31/10/2003 08:42:46 AM:

> dion,
> 
> cd /home/cvs/maven-plugins
> find artifact -type d -exec chmod 775 {} \;
> 
> please :)
> 
> Cheers,
> Brett
> 
> --
> Brett Porter
> Team Leader, Core Systems
> f2 network ~ everything essential
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org