views:

588

answers:

4

Hi

I'm working on an asp.net mvc project using nhibernate. At the moment I think Rhino Commons session management is the best spproach to control isession. But Where should I get Rhino Commons From? I found it located on Horn, Github, think the svn is obsolete.

Please point me to a version that works.

A: 

On http://github.com/ayende/rhino-tools

but you can use this "Package management project" http://code.google.com/p/hornget/

It's very cool, you download it (it's not big), compile, execute and the application will get all files and compile for you, look the applications supported http://code.google.com/p/hornget/wiki/SupportedPackages

Kris-I
Tried using horn, but read in the malinglist that rhino-tools would be obsolete from horn and moved to GIThub. Only thing is ayende moved rhino-mocks from the project, why??
Rasmus Christensen
Ayende is no longer the maintainer of Rhino Commons. Lorenzo Melato is.
Mauricio Scheffer
+1  A: 

It's moved here...

http://github.com/lorenzomelato/rhino-commons

firegrass
A: 

Since the Github one seems to have been removed by Ayende, the official one should be https://rhino-tools.svn.sourceforge.net/svnroot/rhino-tools/trunk/

Dinesh Manne
That repository is **very old**
Mauricio Scheffer
@mauricio, currently that seems to be the only official one, the one at http://github.com/lorenzomelato/rhino-commons, is nothing but just a mirror with no changes at all other updation of dependent libraries
Dinesh Manne