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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to