Jump to content

Adding Linux execute bit to file checked in from windows?


aw

Recommended Posts

I tried the operation again, but I think Plastic requires that the file contents are changed as well for the commit to be valid:

alex@alexw-sdp:~/dev/plastic/main/scripts$ cm co checkexports.sh
The selected items are about to be checked out. Please wait ...
Item checkexports.sh was correctly checked out

alex@alexw-sdp:~/dev/plastic/main/scripts$ chmod ugo+x checkexports.sh

alex@alexw-sdp:~/dev/plastic/main/scripts$ ll

drwxr-xr-x  2 alex alex  4096 2010-08-09 12:12 .
drwxr-xr-x 26 alex alex  4096 2010-08-09 11:18 ..
-rwxr-xr-x  1 alex alex  6748 2010-08-09 12:12 checkexports.sh

alex@alexw-sdp:~/dev/plastic/main/scripts$ cm ci checkexports.sh
The selected items are about to be checked in. Please wait ...
Error checking in /home/alex/dev/plastic/main/scripts/checkexports.sh. 
Can't checkin same data for item .

I suppose this isn't to big a problem if you know to expect it.

Alex

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...