Differences From:
File
src/info.c
part of check-in
[5fb14b9a0f]
- Include non-sym- tags in tagview web page. Also merge mainline into tagview branch.
by
eric on
2008-08-21 20:59:01.
Also file
src/info.c
part of check-in
[8745d0d579]
- Merge tagview branch into mainline
by
eric on
2008-09-06 13:29:29.
[view]
To:
File
src/info.c
part of check-in
[2bd0690fe8]
- Add the "all rebuild" subcommand. Be more aggressive about adding
repositories to the repository list.
by
drh on
2008-10-17 12:31:26.
[view]
@@ -87,8 +87,9 @@
db_must_be_within_tree();
if( g.argc==2 ){
int vid;
/* 012345678901234 */
+ db_record_repository_filename(0);
printf("repository: %s\n", db_lget("repository", ""));
printf("local-root: %s\n", g.zLocalRoot);
printf("project-code: %s\n", db_get("project-code", ""));
printf("server-code: %s\n", db_get("server-code", ""));