Differences From Artifact [01edc0edbe]:
- File sauth-common.scm — part of check-in [7a74b8e952] at 2018-03-26 10:46:58 on branch v1.65-modularization — Added missing copyright notices (user: mrwellan, size: 12406) [annotate] [blame] [check-ins using] [more...]
To Artifact [28ffd8e69e]:
- File sauth-common.scm — part of check-in [2f6d498c71] at 2018-06-19 19:22:02 on branch v1.65 — fix to run post hook script only once (user: pjhatwal, size: 12400) [annotate] [blame] [check-ins using] [more...]
- File sauth-src/sauth-common.scm — part of check-in [155720494a] at 2021-01-16 23:19:38 on branch v1.6569-diet — Moved sauth and datashare files to appropriate subdirs, commented couple more unused functions. (user: matt, size: 12400) [annotate] [blame] [check-ins using]
- File sauth/sauth-common.scm — part of check-in [a7636bcfcc] at 2019-12-06 04:50:12 on branch v1.65-try3 — Clean up (user: matt, size: 12400) [annotate] [blame] [check-ins using]
︙ | |||
28 29 30 31 32 33 34 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | - + | (file-read-access? *db-path*)) (let* ((dbpath (conc *db-path* "/sauthorize.db")) (writeable (file-write-access? dbpath)) (dbexists (file-exists? dbpath))) (handle-exceptions exn (begin |
︙ |