Try fast search NHibernate

Showing posts with label Git. Show all posts
Showing posts with label Git. Show all posts

04 June 2010

NHibernate SVN local mirror

In my SkyDrive I have uploaded the SVN-mirror with full history of NHibernate trunk.
It is updated to 4985 revision. You can use it as you need.
To update it the command example is:
D:\svnmirrors>svnsync sync file:///d:/svnmirrors/NHibernateMirror

When you have an updated revision, you can use it to create your own fork where you need.
To convert it to Mercurial what you need is only the last steps explained in this blog post.

To download it click below.

09 September 2009

NHibernate forks in GitHub

I liked very much this Martin Fowler post about Feature-Branch.

Git seems to be the future for many developers.

As results now you can open a NHibernate fork so easy as few clicks.

The actual list is:

http://github.com/leemhenson/nhibernate/tree/master

http://github.com/chrisortman/nhibernate/tree/trunk

http://github.com/ayende/nhibernate/tree/master

and this other that seem a failing test to open another fork

http://github.com/richardagreene/NHibernate/tree/master

Note each fork, as in Git, may have its own forks.

So… what you are waiting for ?

http://github.com/

The sub title of the site is “Social Coding”.

UPDATE 09/09/09 22:00 GMT-03:00 one fork seem to be removed.