Hi there,
another thing I am facing using oc that I don´ t understand.
My target: Copy files into oc so that I can see them in the interface
Methods I use: 1. copy via webdav ; 2. Copy locally on my debian box
So here are the results:
- Copy files over webdav: Does work: Show up in the interface
- Copy folders over webdav: Does work : Show up in interface
- Create a file locally via "touch": Does work, Show up
- Create a folder locally via "mkdir": Does work, Show up
- Copy a folder from another folder into oc filesystem: Does NOT work, not visible in interface
- Copy a file from another folder into oc filesystem: Does NOT work, not visible in interface
Of course, I did set the rights / ownerships of copied files/folders to the same as the ones copied via Webdav. Strange enough, I did see another thing that makes me think that there is a bug somehow:
1. Create a folder "testdir" via oc interface
2. Change into "testfolder" via oc interface
3. Create a subfolder here "testdir2" via oc interface
4. Create a subfolder here "testdir3" via bash locally on host system (in my case: debian)
5. Change ownership and rights of "testdir3" to exactly the same as "testdir2"
6. Refresh view in oc interface
Result:
"testdir": visible
"testdir2": visible
"testdir3": NOT visible
What is wrong here?
