FYI, I did a quick research on Git-SVN, there is documentation for how to use the Git-SVN bridge at https://wiki.apache.org/general/GitAtApache, sharing this Git-Repo further while keeping the SVN-link is unfortunatly not possible due to the way git-svn works, i.e. you always rebase onto the latest from SVN, so the local changes are always "rebased" onto the SVN-data and thus "pushing" to other Git repositories is not possible.
Dominik. On Sat, Oct 3, 2015 at 10:28 PM, Nick Burch <[email protected]> wrote: > On Fri, 2 Oct 2015, Javen O'Neal wrote: >> >> I was thinking we should treat documentation artifacts like build >> artifacts: only version control the source, host the artifacts on a >> regular >> file server. >> >> Consider moving documentation build artifacts to non-version-controlled >> web >> server. > > > Currently, the only way to push files onto the main apache.org web servers > is via svn. Previously you could do it via ssh/scp, but that was removed for > various reasons (see the infra and infra-dev archives for full details if > you care!). Today, the only way is to commit to a suitable bit of svn, which > the web servers watch and fetch > > Nick > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
