lol -- sounds like others don't know the difference either then ;) -Steve B. -----Original Message----- From: Fabio Maulo <[email protected]> Sender: [email protected] Date: Tue, 2 Aug 2011 16:07:49 To: <[email protected]> Reply-To: [email protected] Subject: Re: [nhibernate-development] Re: DCVS
The whole release process is inside the bat/nant. The upload to sourceforge is manual. The upload to nuget is in the nant but can be done manually. The source tagging is manual (as some user known I forgot the SVN tagging sometimes)... in SVN the meaning of a tag or a branch or the trunk is not so different... I saw some OSS with some commits in a tag not done in the trunk LOL!! On Tue, Aug 2, 2011 at 4:00 PM, Patrick Earl <[email protected]> wrote: > On Tue, Aug 2, 2011 at 10:35 AM, Mauricio Scheffer > <[email protected]> wrote: > > If NHibernate decides to move to git, you might be interested in my > > github mirror: https://github.com/mausch/NHibernate , which contains > > of course the whole history, is up to date, and has all tags and > > branches. > > That sounds great Mauricio. Thanks for the heads up. > > > All that would be needed to complete the migration is mapping the > > committers to their proper github accounts (which isn't hard, just > > some filter-branches, doesn't take too long). So the slowest part > > (migrating the actual commits from SVN to git) is already done. > > Can you suggest what you mean here to do the mapping? It sounds like > you have a very clear idea of what needs to be done. > > > Of course, tooling support is a separate issue. I don't know what > > tools NHibernate currently uses that depend on SVN (could be nant for > > tagging, TeamCity, JIRA integration, ...) > > TeamCity has built-in GIT support, so that shouldn't be a problem. > The releases haven't even been using the SVN revision for the version > number, so we're more or less okay on that front. We don't have JIRA > set up with any VCS integration right now, so integrating would only > be an improvement. Do we have some sort of script or anything to run > tagging on release? The release process is a mystery to me > personally. :) > > Patrick Earl > -- Fabio Maulo
