I am developing a small project in git: it is actually a single XML file plus a couple of scripts for testing purposes. I need to submit that XML file to a third party who keeps a several such XML files (no scripts) in an SVN repo.
Is it possible (and how) to setup git-svn so that I could push new revisions of that single XML file to the SVN repo, but discarding the script files I have in git? I sill want to have the scripts version-controlled in git.