mirror of https://github.com/perkeep/perkeep.git
![]() When uploading a file, we were already checking if the contents and file blob already existed, and acted smartly accordingly. However, we were still always creating a new permanode (and camliContent claim) for that file. This CL addresses that last point. Fixes #622 Change-Id: Ifb5c8846e20b6684d25a7749c64b09904e07bb6f |
||
---|---|---|
.. | ||
ui | ||
.gitignore | ||
README | ||
camlistored.go | ||
run_test.go | ||
setup.go |
README
This is the main Camlistore server. See also: - The storage interface is in <root>/pkg/blobserver - The storage implementations are under that e.g. <root>/pkg/blobserver/localdisk - The HTTP handlers are implemented in <root>/pkg/blobserver/handlers - The UI code is in <root>/server/camlistored/ui