Comment 4 for bug 276472

Revision history for this message
Haydar Alkaduhimi (haydarlinux) wrote : Re: cp -p on CIFS mount does not preserve timestamp

I have installed ubuntu 8.10 beta and updated to the last version untill 16 oct 2008 and still have the same problem

haydar@haydar-desktop:/mnt/haydar/svn$ rm -rf test
haydar@haydar-desktop:/mnt/haydar/svn$ mkdir test
haydar@haydar-desktop:/mnt/haydar/svn$ cd test/
haydar@haydar-desktop:/mnt/haydar/svn/test$ touch newfile
touch: setting times of `newfile': Not a directory
haydar@haydar-desktop:/mnt/haydar/svn/test$ ls
newfile
haydar@haydar-desktop:/mnt/haydar/svn/test$ cat newfile
haydar@haydar-desktop:/mnt/haydar/svn/test$ printf "hh\n" > newfile
bash: newfile: Not a directory
haydar@haydar-desktop:/mnt/haydar/svn/test$ cat newfile
haydar@haydar-desktop:/mnt/haydar/svn/test$ rm -f newfile
haydar@haydar-desktop:/mnt/haydar/svn/test$ printf "hh\n" > newfile
haydar@haydar-desktop:/mnt/haydar/svn/test$ cat newfile
hh

I hope tha this helps, also svn does not works correctly in this directory because of this bug.