You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Benoit Decherf <de...@yahoo-inc.com> on 2008/02/27 09:24:29 UTC

scm plugin and fille permission

It seems that mvn scm:checkout doesn't respect the file permissions.

In cvs I have a file with exec permission (-rwxrwxr-x).
If I checkout the project using mvn scm:checkout, I get:
-rw-rw-r-- 1 decherfb decherfb 394 2007-08-21 12:01 
/tmp/migrate/searchFeeder/clean.sh

Using directly the cvs command executed by scm :
cvs -z3 -f -q checkout -r searchFeeder_1-1-x -d searchFeeder searchFeeder
I get:
-rwxrwxr-x 1 decherfb decherfb   394 2007-08-21 12:01 clean.sh


I think there is a bug here ?

Benoit

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


Re: scm plugin and fille permission

Posted by Benoit Decherf <de...@yahoo-inc.com>.
You are right. thanks.

Benoit.

Emmanuel Venisse wrote:
> Maybe an issue in the java cvs lib used by maven-scm. If you have cvs
> command line installed, you can use the native cvs:
> http://maven.apache.org/scm/cvs.html
>
> Emmanuel
>
>   
>> It seems that mvn scm:checkout doesn't respect the file permissions.
>>
>> In cvs I have a file with exec permission (-rwxrwxr-x).
>> If I checkout the project using mvn scm:checkout, I get:
>> -rw-rw-r-- 1 decherfb decherfb 394 2007-08-21 12:01
>> /tmp/migrate/searchFeeder/clean.sh
>>
>> Using directly the cvs command executed by scm :
>> cvs -z3 -f -q checkout -r searchFeeder_1-1-x -d searchFeeder searchFeeder
>> I get:
>> -rwxrwxr-x 1 decherfb decherfb   394 2007-08-21 12:01 clean.sh
>>
>>
>> I think there is a bug here ?
>>
>> Benoit
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>>     
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>   


Re: scm plugin and fille permission

Posted by Emmanuel Venisse <em...@venisse.net>.
Maybe an issue in the java cvs lib used by maven-scm. If you have cvs
command line installed, you can use the native cvs:
http://maven.apache.org/scm/cvs.html

Emmanuel

> It seems that mvn scm:checkout doesn't respect the file permissions.
>
> In cvs I have a file with exec permission (-rwxrwxr-x).
> If I checkout the project using mvn scm:checkout, I get:
> -rw-rw-r-- 1 decherfb decherfb 394 2007-08-21 12:01
> /tmp/migrate/searchFeeder/clean.sh
>
> Using directly the cvs command executed by scm :
> cvs -z3 -f -q checkout -r searchFeeder_1-1-x -d searchFeeder searchFeeder
> I get:
> -rwxrwxr-x 1 decherfb decherfb   394 2007-08-21 12:01 clean.sh
>
>
> I think there is a bug here ?
>
> Benoit
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>



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