Author Topic: Automatic rebuild tag files for projects  (Read 10826 times)

tatwaiho

  • Junior Community Member
  • Posts: 2
  • Hero Points: 0
Automatic rebuild tag files for projects
« on: August 16, 2006, 12:05:22 AM »
I was wondering if there is a way I can schedule a job to automatically rebuild tag files for a project.

We are using source control at work, and I schedule jobs running from time to time at night to pull latest codes off the source repository onto my machine where my tag files are built based on. Sometimes these changes are huge. When I open the project, the tag files are very much outdated.
I am hope to find a way to add a scheduled job to rebuild the tag files after my source code sync job is finished.

Does anyone have a suggestion?

Thanks,
Tatwai

hs2

  • Senior Community Member
  • Posts: 2761
  • Hero Points: 292
Re: Automatic rebuild tag files for projects
« Reply #1 on: August 16, 2006, 12:14:03 AM »
Check vsmktags.exe (tells you it's params when invoked w/o any).
IIRC there is also s.th. in the help system.

HS2

tatwaiho

  • Junior Community Member
  • Posts: 2
  • Hero Points: 0
Re: Automatic rebuild tag files for projects
« Reply #2 on: August 16, 2006, 12:27:40 AM »
Thanks HS2, this is exactly what I am looking for.