You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Marcus Crafter <cr...@osa.de> on 2002/02/16 20:44:22 UTC

files with execute permissions ?

Hi All,

	Hope all is well.

	Lots of files under avalon cvs seem to have execute permissions
	set when checked out a unix system, eg:

-rwxr-xr-x    1 crafterm crafterm     1246 Dec 27 20:39 ArrayEnumeration.java*
-rwxr-xr-x    1 crafterm crafterm     1459 Feb 16 20:35 ArrayStack.java*
-rwxr-xr-x    1 crafterm crafterm     8365 Dec 27 20:39 BinaryHeap.java*
-rw-r--r--    1 crafterm crafterm     6031 Feb 16 13:17 BucketMap.java
-rw-r--r--    1 crafterm crafterm     1285 Dec 21 14:43 Buffer.java
-rw-r--r--    1 crafterm crafterm      834 Dec 20 19:28 BufferOverflowException.java
-rw-r--r--    1 crafterm crafterm      821 Dec 20 19:28 BufferUnderflowException.java
-rwxr-xr-x    1 crafterm crafterm     2132 Dec 27 20:39 CircularBuffer.java*
drwxr-sr-x    2 crafterm crafterm     1024 Feb 16 19:01 CVS/
-rw-r--r--    1 crafterm crafterm     2100 Dec 20 19:28 FixedSizeBuffer.java
-rwxr-xr-x    1 crafterm crafterm      932 Dec 27 20:39 IteratorEnumeration.java*
-rwxr-xr-x    1 crafterm crafterm     2021 Dec 27 20:39 ListUtils.java*
-rw-r--r--    1 crafterm crafterm      133 Feb 12 07:41 package.html
-rwxr-xr-x    1 crafterm crafterm     1442 Dec 27 20:39 PriorityQueue.java*
-rwxr-xr-x    1 crafterm crafterm     2489 Dec 27 20:39 SynchronizedPriorityQueue.java*

	It should be fixable by setting changing permissions on the
	repository ,v files with a simple
	'find . type f -name "*.java,v" | xargs chmod 444". New
	checkout's should then be ok.

	What does everyone think. Should we fix it ?

	Cheers,

	Marcus

-- 
        .....
     ,,$$$$$$$$$,      Marcus Crafter
    ;$'      '$$$$:    Computer Systems Engineer
    $:         $$$$:   Open Software Associates GmbH
     $       o_)$$$:   82-84 Mainzer Landstrasse
     ;$,    _/\ &&:'   60327 Frankfurt Germany
       '     /( &&&
           \_&&&&'     Email : Marcus.Crafter@osa.de
          &&&&.        Business Hours : +49 69 9757 200
    &&&&&&&:


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: files with execute permissions ?

Posted by Peter Donald <pe...@apache.org>.
On Sun, 17 Feb 2002 06:44, Marcus Crafter wrote:
> Hi All,
>
> 	Hope all is well.
>
> 	Lots of files under avalon cvs seem to have execute permissions
> 	set when checked out a unix system, eg:

yep ;(

> 	It should be fixable by setting changing permissions on the
> 	repository ,v files with a simple
> 	'find . type f -name "*.java,v" | xargs chmod 444". New
> 	checkout's should then be ok.

Unfortunately not. You have to have been the last person to edit the file or 
else you would not own file and not have permissions to change permissions.

And then as soon as someone on windows commits a new file from win32 you will 
need to do it all again ;(

> 	What does everyone think. Should we fix it ?

I tend to do it for the scripts build.* and run.* etc but too lazy to do it 
for the rest

-- 
Cheers,

Pete

------------------------------------------
I just hate 'yes' men, don't you Smithers?
------------------------------------------

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>