An Apache SVN client, right where you need it most
TortoiseSVN is a Subversion (SVN) client, implemented as a windows shell extension. Which means it's available right where you need it: in the Windows file explorer.
It's intuitive and easy to use, since it doesn't require the Subversion command line client to run. Simply the coolest Interface to (Sub)Version Control!
Sync .twb files to Tableau Server (prevent report chaos!)
Prevent report chaos on Tableau Server!
Python script that can publish a collection .twb files to Tableau Server.
Can publish just the files that have changed. Files are stored in subversion and checked out to a local file system. Comparison of what has changed checks last commit time in svn vs last update time on Tableau Server.
Can also run in 'nopublish' mode which just confirms what it would do, but doesn't take any action.
Requires tabcmd, python 2.5, pysvn, minidom,...