HTML name
lkalman@financemgr.com
Posts: 30
I am creating a interactive HTML document.
Every time I run SQL DOC it creates a new TimeStamp Folder
Such as TFS08-2012-11-01T12-54-34.
We are using source Control and this will treat the folder as a new folder every time.
I am looking to create a folder and keep it the same name and only commit the changes to my repository.
The Images also seem to get recreated. The program should check it certain files exists before recreating them.
Every time I run SQL DOC it creates a new TimeStamp Folder
Such as TFS08-2012-11-01T12-54-34.
We are using source Control and this will treat the folder as a new folder every time.
I am looking to create a folder and keep it the same name and only commit the changes to my repository.
The Images also seem to get recreated. The program should check it certain files exists before recreating them.
Comments
I believe un-ticking the "Include time stamp" option on the "Generate Documentation" form is the one that will solve that particular problem.
/outputfolder places the timestamp folder in the c:\temp folder instead of the default folder
• "C:\Program Files\Red Gate\SQL Doc 2\"sqldoc /Project:"c:\temp\TFS08.sqldoc" /force /Filetype:html-frames /outputfolder:c:\temp /out:TFS08.html
The workaround to to have one sub-folder for each server/project.