.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
Instruct me: How to relocate .tag file
-
- CodeLite Enthusiast
- Posts: 45
- Joined: Tue Jan 28, 2014 3:03 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Instruct me: How to relocate .tag file
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
WORKSPACE_FOLDER/.codelite
in fact, the entire content of that folder should be excluded from backup
Eran
Make sure you have read the HOW TO POST thread