RE: mv: permission denied - bug

2006-07-03 Thread Hofmann Kai
I changed the code from te convkey.sh script that will be called by the find command to: grep -q -I \\$ $1 err=$? if [ $err -eq 0 ] ; then type=CR cat $1 | sed -f /cygdrive/x/test/bin/convkeyw.sed /tmp/1.tmp mv -f -u /tmp/1.tmp $1 errcode=$? if [ $errcode -ne 0 ]; then echo ERROR

RE: mv: permission denied - bug

2006-07-03 Thread Hofmann Kai
Hi, I failed to reproduce your problem. However, maybe you can test out a couple of things: You are doing the move accross volumes (from /tmp which you have mounted from d:\programme\cygwin\ to /cygdrive/x/test , which is x:\test\ ). Do you still see the problem if you do the move within

RE: mv: permission denied - bug

2006-06-28 Thread Hofmann Kai
Hi Larry, If the name of the file is actually '/filename/', then I believe you have a problem with this file name itself. It would be interpreted as a directory. You may want to look into why this is happening. No sorry, this was only an example - the filename in the error message is

RE: mv: permission denied - bug

2006-06-28 Thread Hofmann Kai
Dear Corinna, I can't reproduce this. Would you mind to test if this still happens with the latest snapshot DLL from http://cygwin.com/snapshots/ ? I installed the dll (only) snalpshot from 26.06.2006, restarted my system and tried again. The problem still occurs. To give you some numbers

mv: permission denied - bug

2006-06-27 Thread Hofmann Kai
Hello, I run some linux scripts I used from time to time now under cygwin, So I found a problem that has never been appeared under Linux. The scripts I use are included. Difftest.sh is the script that will be started by the user. It will first update some repositories and then run finds over