I have my work in a git repository, some of my coworkers want to incorporate it into their subversion repository. I'm going to keep working with git, but it would be nice have a subversion repo as a remote that I can push to once in a while.
I don't plan on pulling from it ever. If this is doable, we'll have an understanding that the subversion remote is write-only from my point of view and read-only from theirs. They already have access to the git repo, and will be working there anyway (yes, it's a bit ridiculous, but I cannot change that).
Is this something that git-svn can handle?