Closed GoogleCodeExporter closed 9 years ago
I had a hickup with some recent checkins where at one point there was a file
NavmeshPruneTool.h and NavMeshPruneTool.h. It thought I got it resolved, but
apparently not. Did you make a fresh checkout or did you update?
Original comment by memono...@gmail.com
on 5 Jan 2013 at 4:52
I did a fresh checkout.
Original comment by zoltan.m...@gmail.com
on 5 Jan 2013 at 5:02
I'm having the same problem. Looks like the repository is broken.
Original comment by bradrobn...@gmail.com
on 11 Jan 2013 at 11:35
I just figured out the problem. Older versions of TortoiseSVN don't handle this
well.
Using TortoiseSVN 1.6.14 I had the same problem as Zoltan. Updating to 1.7, the
problem is gone.
Original comment by bradrobn...@gmail.com
on 14 Jan 2013 at 7:32
Currently there NavmeshPruneTool.h is checked in. But all the files #include
NavMeshPruneTool.h. This breaks when building on a file system that is case
sensitive. Could you change the filename to be NavMeshPruneTool.h in the repo?
Original comment by m...@schraffenberger.com
on 24 Jan 2013 at 10:26
The trouble is in r349 NavmeshPruneTool.cpp was deleted and
NavMeshPruneTool.cpp which confuses svn on case insensitive platforms because
the file name is the same for both the delete and add.
I have encountered this before and I think to fix it you'd need to delete the
file, commit, then add it again and commit. Then a fresh checkout will just
grab the most recent commit and won't be confused.
Original comment by cameron....@gmail.com
on 28 Jan 2013 at 1:38
This is still a problem on OSX because of case sensitivity,
When doing just a normal fresh SVN check out from trunk it errors with the
output:
svn: Can't open file
'recastnagivation/RecastDemo/Include/.svn/tmp/text-base/NavmeshPruneTool.h.svn-b
ase': No such file or directory
Browsing the source it's easy to see why, both NavmeshPruneTool.h and
NavMeshPruneTool.h exist in the source tree
https://code.google.com/p/recastnavigation/source/browse/#svn%2Ftrunk%2FRecastDe
mo%2FInclude
They're both the same file for all intents and purposes so deleting one of them
hopefully shouldn't cause too many issues.
Original comment by ucantcha...@gmail.com
on 3 Jun 2013 at 5:20
Recast has been moved to github: https://github.com/memononen/recastnavigation
Original comment by memono...@gmail.com
on 16 Sep 2013 at 7:18
Original issue reported on code.google.com by
zoltan.m...@gmail.com
on 24 Dec 2012 at 6:16