Hi all,<div><br></div><div>I would like to setup a git repository of a subset of gdal (the netcdf driver) and I would like to know the best solution.</div><div><br></div><div>1) the full git-svn sync as explained in </div>
<div><a href="http://trac.osgeo.org/gdal/wiki/UsingGitToMaintainGDALWorkflow">http://trac.osgeo.org/gdal/wiki/UsingGitToMaintainGDALWorkflow</a></div><div><br></div><div>It works, but overkill for my needs. </div><div><br>
</div><div>2) just setup a small repository with a copy of the files in current svn</div><div><br></div><div>3) a git-svn sync of just the necessary files</div><div><br></div><div>It looks like the pull from svn worked using the following</div>
<div><br></div><div>git svn init --trunk <a href="https://svn.osgeo.org/gdal/trunk/gdal/frmts/netcdf">https://svn.osgeo.org/gdal/trunk/gdal/frmts/netcdf</a></div><div>git svn --authors-file=../gdal/gdal-git-authors.txt fetch</div>
<div><div>git svn --authors-file=../gdal/gdal-git-authors.txt rebase</div><div><br></div></div><div><br></div><div>thanks!</div><div>Etienne - using a new email adress</div>