Crystal03 / google-docs-fs

Automatically exported from code.google.com/p/google-docs-fs
GNU General Public License v2.0
0 stars 0 forks source link

Subfolders are copied to the root folder #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. mkdir a
2. mkdir a/b
3. mkdir a/b/c
4. echo "test" > a/b/c/file
5. mkdir mnt
6. gmount mnt mail@address.com
7. cp -Rv a mnt/
8. ls mnt/ or refresh gdocs web interface

What is the expected output? What do you see instead?
Expected:
- ...
- a

What I see:
- ...
- a
- b
- c
- test

What version of the product are you using? On what operating system?

google-docs-fs-1.0rc1 (the .deb)
gdata-2.0.11.final (from gdata project's site)
python-2.6.5
Ubuntu 10.04
Please provide any additional information below.

Original issue reported on code.google.com by alexandre.vez on 12 Sep 2010 at 12:01