Page 1 of 1

Instruct me: How to relocate .tag file

Posted: Sat Feb 01, 2014 1:09 am
by metamorphosis
.tag is the only file in the workspace taking up a lot of space (22MB for my tiny project) and on NZ internet speeds, that makes automatic backups of the project pretty slow.
Is there a way to relocate the tags file without relocating all the other workspace files?
Relocating the binary export locations was easy enough, but can't figure this one out-
THanks in advance

Re: Instruct me: How to relocate .tag file

Posted: Sat Feb 01, 2014 1:37 am
by eranif
The .tags is the code completion database created by codelite. You should not backup this file. It is usually located under the workspace path .codelite:
WORKSPACE_FOLDER/.codelite

in fact, the entire content of that folder should be excluded from backup
Eran