Need info on reusing existing database #13508
Answered
by
sean-mcmanus
NEELAKANTAPPA-M
asked this question in
Q&A
-
Our teams mostly works on common linux source code. I would like to know is there any ways to have this one copy of database & circulate it to others. So that they no need to parse again. I tried to do this by specifying database path with But that didn't help. extension started again parsing. |
Beta Was this translation helpful? Give feedback.
Answered by
sean-mcmanus
Apr 11, 2025
Replies: 1 comment
-
@NEELAKANTAPPA-M It's not possible. The database stores absolute paths of files. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bobbrow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@NEELAKANTAPPA-M It's not possible. The database stores absolute paths of files.