raxtechbits / gpuocelot

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

Can't check-out svn repos using the command line provided in wiki #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. svn checkout http://gpuocelot.googlecode.com/svn/trunk/ gpuocelot 

It failed with below error information
A    gpuocelot/tests/ptx/sdk/MonteCarlo_SM10.ptx
A    gpuocelot/tests/ptx/sdk/bandwidthTest.ptx
svn: In directory 'gpuocelot/tests/ptx/sdk'
svn: Can't open file
'gpuocelot/tests/ptx/sdk/.svn/tmp/text-base/particleSystem.ptx.svn-base':
No such file or directory

I tried svn 1.6.5 on Mac OS X 10.6.2 and svn 1.6.6 on Windows XP. 

Seems like something wrong with this file on server. Any idea? Thanks.

Original issue reported on code.google.com by FengXi...@gmail.com on 22 Dec 2009 at 9:24

GoogleCodeExporter commented 8 years ago
Checkout succeeds for me on Linux, svn, version 1.6.5 (r38866)

Original comment by gregory....@gatech.edu on 22 Dec 2009 at 3:09

GoogleCodeExporter commented 8 years ago
Looking at this in more detail, it seems like there are two copies of 
particleSystem.ptx:

particleSystem.ptx and ParticleSystem.ptx

I know that windows at least does not distinguish between files with the same 
name in
different case. I am not sure about MAC OS.  Windows is currently not supported 
(nor
is it ever planned to be), and neither is MAC OS (though it might be possible 
to get
this working with a bit of effort).   

Even if you managed to check out Ocelot on either of these targets, it is very
unlikely that it could be compiled without major efforts on your part.

Original comment by gregory....@gatech.edu on 22 Dec 2009 at 3:13

GoogleCodeExporter commented 8 years ago
Problem is accepted. I'll check into renaming these files...

Original comment by gregory....@gatech.edu on 22 Dec 2009 at 3:18

GoogleCodeExporter commented 8 years ago
See r271.

Original comment by gregory....@gatech.edu on 22 Dec 2009 at 3:20