Open GoogleCodeExporter opened 9 years ago
Do you have more specific reproduction steps? Was the clone directory on a
different file system to default workspace location?
Original comment by johnpeb@gmail.com
on 12 Aug 2012 at 3:18
Cloning works most of the time, it was just this random time where it gave the
error. Looking at the source, it seems as renameTo(String) returned false? Is
there JavaDoc for this method as to why it might return false?
Original comment by ra4k...@gmail.com
on 12 Aug 2012 at 5:47
It just says it might fail for platform dependent reasons. I'd guess its a file
name case insensitivity issue or it tried to rename across file systems
(despite the comment saying that won't happen).
Original comment by johnpeb@gmail.com
on 12 Aug 2012 at 5:56
Hmm, that's interesting...
Original comment by ra4k...@gmail.com
on 16 Aug 2012 at 6:38
By mistake I created a new issue 52 for the same problem. See some additional
information in issue 52 what looks like the cause of the problem.
Original comment by ronald.k...@gmail.com
on 7 May 2013 at 9:59
Original issue reported on code.google.com by
ra4k...@gmail.com
on 12 Aug 2012 at 1:51