I've looked at tfs2svn and SvnBridge but neither are quite what I'm looking for.
We have our project source code in TFS, but our client wants nightly copies of the source code pushed to their own SVN remote repository.
I've come across git-tfs which is a two way bridge between Git and TFS and git-svn which is a similar two way bridge between Git and SVN. I guess I could combine the two in a workflow, but a direct svn-tfs would be the neater solution!
Alternatively, can the source code be part of two separate source control repository types similtaneously?
Has anyone else had a similar requirement and solved the problem?