Where is the NHibernate 3.0 source repository? - nhibernate

I've been looking everywhere. Maybe I'm just really nearsighted but I can't seem to find it anywhere. Link anyone?

NHibernate 3.0 is also known as the trunk. It has not been officially released yet.
You can find the source code in SVN here:
https://nhibernate.svn.sourceforge.net/svnroot/nhibernate/trunk/
The main website for NHibernate is here:
http://nhforge.org/Default.aspx
If you wanted to download binaries for the trunk instead of source, you could try here:
http://www.hornget.net/packages/orm/nhibernate/nhibernate-trunk

Related

Source code for Nhibernate 3.1.0.4000 is missing in GitHub, where could I find it?

We are using this specific version of Nhibernate in our application. And now we come across a situation where we want to debug an issue through Nhibernate, But I am unable to find source code for this specific version in Nhibernate git.
Source package can be downloaded here
https://sourceforge.net/projects/nhibernate/files/NHibernate/3.1.0.GA/
Other versions (latest at the moment is 5):
https://sourceforge.net/projects/nhibernate/files/NHibernate/

NHibernate Source Code Location

can anyone tell me where I can get source code NHibernate 3.2.0.4000 and FluentNHibernate 1.3.0.717? i looked on github but it only seems to have the source for 4.0. Thank u.
You can look on sourceForge for NHibernate
See here for all versions
See here for direct link for 3.2.0 GA
For Fluent look on GitHub for the release tag 1.3

NHibernate Spatial official source control

anyone knows where is the official source control system for nHibernate Spatial?
In GitHub there is one, but the source is diffent from nhforge.org, and the last doesn't support OracleSpatial. The GitHub's is not "compilable". Any ideas where to find the official?
The SVN repository is at: https://nhcontrib.svn.sourceforge.net/svnroot/nhcontrib/trunk/src/NHibernate.Spatial
Hasn't been updated in a while...

Where can I download nhibernate.caches.syscache 3.1

I've been looking over the internet and can't seem to find where I can download v3.1 of nhibernate.caches.syscache that works with NHibernate 3.1.0.4000.
I have version 3.0.0.4000 of the syscache, but is there a newer version?
The official place is here: http://sourceforge.net/projects/nhcontrib/files/NHibernate.Caches/
don't know however if your cache is officially mantained in that place, have a look.

Where do I download Iesi.Collections from?

Trying out nHibernate, it says it can't find Iesi.Collections.
Where can I get this from? Shouldn't it ship with the nHibernate download if it is so vital?
The source for Iesi.Collections delivered with NHibernate is here:
https://github.com/nhibernate/nhibernate-core/tree/3.3.x/src
During 2012 it was moved to separate repository:
https://github.com/nhibernate/iesi.collections
Recently master in that repo was changed heavily to adjust to .Net 4, but before that the API had been essentially unchanged for many years.
Binaries of new and old versions are available on NuGet.
This might be an old question, but it's available via NuGet.