Skip to content
geotools edited this page Nov 11, 2011 · 3 revisions

GeoTools GitHub Repository ReadME

Linking back to Subverison

After this repository is forked, it won't maintain any reference back to the original subversion repository. Which means you won't be able to svn rebase or svn dcommit. In order do link the github repository back to subversion:

% git svn init -s http://svn.osgeo.org/geotools
% git svn fetch -r 36490:HEAD
Clone this wiki locally