perkeep/dev/devcam
mpl 3db00e5e98 devcam: move modtime check after cwd check
checkCamliSrcRoot was meant to give a nice error msg if devcam is
invoked from outside the Camlistore source tree. However, it was never
called because the modtime check (checkModtime), which itself needs to
be run from that same location, was called first. So we were always
getting the terse "open dev/devcam: no such file or directory" error
message instead.

Fixes #589

Change-Id: I13a1bb3819217ffbaf727fa6154f077dd8babd49
2015-05-07 16:53:44 +02:00
..
appengine.go devcam: fix up package doc strings 2013-10-22 16:36:57 +01:00
camget.go devcam: add the -wipecache option 2014-08-22 23:36:31 +02:00
cammount.go devcam: add the -wipecache option 2014-08-22 23:36:31 +02:00
camput.go devcam: add the -wipecache option 2014-08-22 23:36:31 +02:00
camtool.go devcam: add the -wipecache option 2014-08-22 23:36:31 +02:00
devcam.go devcam: move modtime check after cwd check 2015-05-07 16:53:44 +02:00
doc.go devcam: 'put' and 'get' commands, replace dev-camput and dev-camget 2013-09-01 10:25:09 -07:00
env.go devcam: add the -wipecache option 2014-08-22 23:36:31 +02:00
exec.go devcam: exec child binaries when possible 2013-09-01 11:37:09 -07:00
review.go devcam review: submit changes for review 2014-05-13 23:06:30 +02:00
server.go devcam: always use blobpacked for devcam server 2015-02-04 21:02:38 -08:00
test.go devcam test: missing filepath.FromSlash 2014-10-27 22:52:27 +01:00