From: Gustaf N. <ne...@wu...> - 2014-08-30 08:04:16
|
Am 29.08.14 18:45, schrieb Andrew Piskorski: > On Wed, Aug 27, 2014 at 10:14:26PM +0200, Gustaf Neumann wrote: > >> in order to give my guesswork more substance, i took the oracle driver from >> https://github.com/aolserver/nsoracle > Is that the same as the current CVS head at SourceForge? the version in github has the mentioned fixes for jcollins and asteets (the last one from aug25) plus three changes from jwolfe (newest version from may 2011, memleak + threading fixes). So, the github version seems newer. > How did you folks import the AOLserver CVS history into Mercurial? This is actually quite simple. On you local machine: hg clone git://github.com/aolserver/nsoracle.git cd nsoracle hg push https://YO...@bi.../PATHTOREPOSITORY You can see the result of the import at https://bitbucket.org/naviserver/nsoracle/ Here you see the commits: https://bitbucket.org/naviserver/nsoracle/commits/all The repository contains the patch of my last mail, and - for the time being - a short NaviServer hint to the README file. This is probably easier to handle. If you have some patches, i can give you the necessary permissions to this repository if convenient. all the best -gustaf |