You can have a workflow do this for you and perform the submits and deploys automatically. Alternatively, it can be a simple script run by your Admin,
Well, we need a little more detail than that.What happens when you click edit on the GUI ? There are a couple of options, either, it downloads the file to your PC and pops up an editor or it was created by a template and opens the TeamSite Templating interface.Either way that tells you what you need to edit.The where is on the TS server, however the backingstore is often available over a remote mount.try getting to this location:\\TS-SERVER\defaultIf you can get to that, you can work your way to main\branch\WORKAREA\content (or whatever your path is) and find the files you need to edit, load them into Textpad and roll.Finally make certain that the files have been submitted to staging before you edit, having a previous version available is a good thingHTHAndy
So, say if i were to find the files, submit them to staging, and then edited them while they were in the staging directory, the edits would stick and they wouldn't be overwritten by the templates?