I have a remote SVN server, where I keep my files (for web devel). I'm using a tool, that can directly pull files from SVN repository, and check them in/out, so I have no other SVN tool on my local computer. I'm using the svn:// path style.
Now, I realised I need to store an Excel file I'm working on locally, in that remote SVN as well. What is the way how to achieve this ? Do I need to install something like TortoiseSVN on my local computer as well, or is there any tool or plugin, that allows me to save directly from Excel to (remote) SVN ? Ideally, I need to commit every "save" from Excel to SVN as new version, but I guess thats not possible.
Thank you in advance for any advice.