naidu / mercurialeclipse

Automatically exported from code.google.com/p/mercurialeclipse
Other
0 stars 0 forks source link

Exception while cloning repo #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Clone repo

What is the expected output? What do you see instead?
I get this exception: http://pastebin.com/HHM07QLC
And the repo will not appear in Package Explorer, I have to import it.

What version of the product are you using? On what operating system?
Latest on Win7 64bit

Original issue reported on code.google.com by ra4k...@gmail.com on 12 Aug 2012 at 1:51

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Hmm, that's interesting...

Original comment by ra4k...@gmail.com on 16 Aug 2012 at 6:38

GoogleCodeExporter commented 9 years ago
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