I found a workaround... I simply avoided having the .git folder inside
the mounted folder by using "git init" in the folder exactly above the
mountpoint, and added only the mountpoint to git. It's like this:

/home/camil/Projects/PDA_App
        |
       +.git/
        |
       +src/        <-- this being the real mountpoint for the source
folder on the PDA

PDA_App was simply a blank folder, added to contain only the .git
folder and the mountpoint. Just tested it, and pushing&pulling work.

While it's not really a fix, it's a working solution.

Cheers!
Camil

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to