BullFlack / recastnavigation

Automatically exported from code.google.com/p/recastnavigation
zlib License
0 stars 0 forks source link

Cannot check out source #227

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  svn checkout http://recastnavigation.googlecode.com/svn/trunk/ 
recastnavigation-read-only 
2.
3.

What is the expected output? What do you see instead?
Result: http://pastebin.com/raw.php?i=R8ndQZZ7

The error message is: "svn: In directory 
'recastnavigation-read-only/RecastDemo/Include'
svn: Can't open file 
'recastnavigation-read-only/RecastDemo/Include/.svn/tmp/text-base/NavmeshPruneTo
ol.h.svn-base': No such file or directory"

What version of the product are you using? On what operating system?
Mac OS X 10.7.5, svn version 1.6.17 (r1128011)

Please provide any additional information below.

Original issue reported on code.google.com by zoltan.m...@gmail.com on 24 Dec 2012 at 6:16

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

GoogleCodeExporter commented 8 years ago
I did a fresh checkout.

Original comment by zoltan.m...@gmail.com on 5 Jan 2013 at 5:02

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

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

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

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

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

GoogleCodeExporter commented 8 years ago
Recast has been moved to github: https://github.com/memononen/recastnavigation

Original comment by memono...@gmail.com on 16 Sep 2013 at 7:18