rolandschulz / PTP

Eclipse Parallel Tools Platform
http://www.eclipse.org/ptp/
6 stars 3 forks source link

Synchronization fails for large directory names #44

Open eblen opened 13 years ago

eblen commented 13 years ago

https://bugs.eclipse.org/bugs/show_bug.cgi?id=348939

Greg's patch solves this for most situations. He uses a maximum number of files to break up the add command, though, which of course may not work in all situations. We should modify this to be a little more precise, say by looking at the command size. Also, we need to consider if other commands could become too long.