Managing code in remote SVN repo
This is based on J.’s' question in Slack:
Do we have some customer where we are moving a git repo to svn in an automated fashion I just need to move the git repo into svn periodically nightly
The setup (as I understand it):
on client side we have a worktree that is Git repository the files needs to be copied to SVN regularly Options Use git-svn bridge Git client allows to “pretend” it is SVN and pull/push against remote SVN repo