|
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: [hidden email] For additional commands, e-mail: [hidden email] |
|
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: [hidden email] > For additional commands, e-mail: [hidden email] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
|
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: [hidden email] >> For additional commands, e-mail: [hidden email] >> >> >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [hidden email] > For additional commands, e-mail: [hidden email] > > |
| Powered by Nabble | Edit this page |
