Hello,
I'm wondering if anybody is using a versioning tool to track the code changes on Marketo templates, forms, and embedded scripts?
If yes, which tool are you using and was the implementation with Marketo easy?
If no, how are you tracking changes and trouble-shooting?
Thanks
Cécile
Definitely interested in what other people have to say here.
The UI-based nature of changes makes traditional version control difficult, but I do like to use Git where possible to track major revisions of code (whether that's for templates or embedded scripts.) However, that's not ideal--it's really more a collection of snapshots than necessarily versioning as it's usually understood. It's an interesting question, because the audit trail does at least seem to do differentials, and having some way to hook into that would be ideal (so you're not just tracking your own personal revisions but everything that would be potentially happening.) Probably a pipe dream in terms of Marketo feature enhancement, though.
I largely do the same thing as Courtney, checking into Git from local copies (part of the time, at least).
Also
Llike Courtney says, the environment is far from conducive to actual version control and I doubt any integration is forthcoming. You just have to fire up Git/Hg/Svn/whatever system you know already and try to do your best.
Hi Sanford,
use external hosting for JS and CSS files, since then you can actually push directly from your VC client
You mean the customer web site of a CDN here, I suppose ?
The website is not always a possibility unfrtunately, so that leaves the CDN
-Greg
The website is not always a possibility unfrtunately, so that leaves the CDN
Whatever can either do a git fetch, accept a direct git push, or accept SFTP/FTP/WebDAV push, yes...