Opened 17 years ago
Closed 17 years ago
#1188 closed defect (fixed)
SVN anonymous checkout failed
| Reported by: | Michael Wood-Vasey | Owned by: | eugene |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | build | Version: | current |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I just tried checking out IPP through the anonymous SVN server:
svn co http://svn.pan-starrs.ifa.hawaii.edu/repo/ipp/trunk/ ipp/
and encountered the following error:
[...] A ipp/Ohana/src/opihi/dimm/version.c A ipp/Ohana/src/opihi/dimm/Camera.c A ipp/Ohana/src/opihi/dimm/camera.c A ipp/Ohana/src/opihi/dimm/altaz.c A ipp/Ohana/src/opihi/dimm/dimm.c.in A ipp/Ohana/src/opihi/dimm/Makefile A ipp/Ohana/src/opihi/dimm/findstars.c svn: In directory 'ipp/Ohana/src/opihi/dimm' svn: Can't copy 'ipp/Ohana/src/opihi/dimm/.svn/tmp/text-base/analysis.c.svn-base' to 'ipp/Ohana/src/opihi/dimm/.svn/tmp/analysis.c.tmp.tmp': No such file or directory
Change History (6)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Same error using https (which is almost reassuring)
[mwv@peace src] svn co https://svn.pan-starrs.ifa.hawaii.edu/repo/ipp/trunk/ ipp/ [...] A ipp/Ohana/src/opihi/dimm/camera.c A ipp/Ohana/src/opihi/dimm/altaz.c A ipp/Ohana/src/opihi/dimm/dimm.c.in A ipp/Ohana/src/opihi/dimm/Makefile A ipp/Ohana/src/opihi/dimm/findstars.c svn: In directory 'ipp/Ohana/src/opihi/dimm' svn: Can't copy 'ipp/Ohana/src/opihi/dimm/.svn/tmp/text-base/analysis.c.svn-base' to 'ipp/Ohana/src/opihi/dimm/.svn/tmp/analysis.c.tmp.tmp': No such file or directory
comment:3 by , 17 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
Oh, I think this might be a case problem, and I actually recall that we ran into this before. There's both an 'Analysis.c' and an 'analysis.c' in 'Ohana/src/opihi/dimm/' and I'm sure that's causing problems on my Mac OS X machine under HFS+.
Things brings up the related point that the source browser is awesome.
comment:4 by , 17 years ago
| Owner: | changed from to |
|---|
comment:5 by , 17 years ago
| Priority: | normal → high |
|---|
comment:6 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
removed analysis.c as it was duplicating code in Analysis.c
renamed camera.c to camera_cmds.c (contains the user commands)
renamed telescope.c to telescope_cmds.c (contains the user commands)
sadly, this dimm software was never completed at CFHT, and it currently does not build, but it is a useful illustration of some camera / telescope operations.

And it's repeatable: