Skip to content

Linking back to Subversion

jdeolive edited this page Jul 21, 2012 · 6 revisions

This repository was created from the subversion repository at http://svn.codehaus.org/geoserver. The svn history contained goes back to revision 16051.

While it should not ever be necessary if there is a need to link a repository back to the original svn repository it can be done with the following commands:

% git svn init -s https://svn.codehaus.org/geoserver
% git svn fetch -r 16051:HEAD 
Clone this wiki locally