<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-33144</id>
	<title>Nabble - seam-dev</title>
	<updated>2009-11-25T05:52:25Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/seam-dev-f33144.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/seam-dev-f33144.html" />
	<subtitle type="html">Seam development discussions (moderated)</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26513021</id>
	<title>Re: Overriding annotated types and the SPI</title>
	<published>2009-11-25T05:52:25Z</published>
	<updated>2009-11-25T05:52:25Z</updated>
	<author>
		<name>Pete Muir-2</name>
	</author>
	<content type="html">BTW if you can write me a test for weld core tests (just copy the one in org.jboss.weld.tests.extensions) then I can probably fix much quicker :-)
&lt;br&gt;&lt;br&gt;On 25 Nov 2009, at 13:47, Pete Muir wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I'm still ploughing through email backlog, exhaustion, housework, paperwork, and other tasks ;-) but I am hopeful that Thanksgiving will give me time to catch up and I can start fixing bugs in Weld this week.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On 23 Nov 2009, at 22:29, Stuart Douglas wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; I have managed to work around this by storing a Set of every java class I have registered and the vetoing the bean when it comes up bean discovery. Any idea when this will be fixed? I could work around it properly by generating a new class using javassist for every bean I add with the SPI, however I would rather not go down that route.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Stuart
&lt;br&gt;&amp;gt;&amp;gt; ________________________________________
&lt;br&gt;&amp;gt;&amp;gt; From: Pete Muir [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513021&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;]
&lt;br&gt;&amp;gt;&amp;gt; Sent: Tuesday, 24 November 2009 4:04 AM
&lt;br&gt;&amp;gt;&amp;gt; To: Gavin King
&lt;br&gt;&amp;gt;&amp;gt; Cc: Stuart Douglas; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513021&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; Subject: Re: [seam-dev] Overriding annotated types and the SPI
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Yes, this is a bug for sure :-)
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://jira.jboss.org/jira/browse/WELD-309&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jira.jboss.org/jira/browse/WELD-309&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; On 23 Nov 2009, at 16:52, Gavin King wrote:
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Pete, there are allowed to be two AnnotatedTypes for the same Java class.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Mon, Nov 23, 2009 at 8:17 AM, Pete Muir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513021&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I guess what you are seeing is bug in Weld, whereby we need to adjust quite what makes two annotated types equal so that you see both the one you added, and the new one, rather than only getting one or the other. Even with this fix, you would have an error, as you now have two identical classes which Weld will discover beans for. You need to veto the built in annotated type (otherwise you end up *adding* an existing annotated type, not replacing it).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On 23 Nov 2009, at 07:37, Stuart Douglas wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I am trying to register an additional bean. It works perfectly when the class is not in a bean deployment archive, however if QualifiedBean2 is in a bean deployment archive then it stops working. The bean itself does not have any annotations.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Stuart
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; From: Gavin King [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513021&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gavin.king@...&lt;/a&gt;]
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sent: Monday, 23 November 2009 6:29 PM
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To: Stuart Douglas
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513021&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Subject: Re: [seam-dev] Overriding annotated types and the SPI
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Are you trying to:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (a) *override* the bean that the container creates, or
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (b) are you trying to register additional beans?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; If (a), you would need to call veto() on the AnnotatedType created by
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the container.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Mon, Nov 23, 2009 at 1:19 AM, Stuart Douglas
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513021&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stuart@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I have been working on my XML configuration extension and have been making good progress, however I have run into some behavior that I cannot explain.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; At the moment in my XML file I can do this:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;test:OtherQualifier&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;Qualifier/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;/test:OtherQualifier&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;test:QualifiedBean2&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;test:OtherQualifier value1=&amp;quot;BB&amp;quot; value2=&amp;quot;2&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;/test:QualifiedBean2&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;test:QualifierTestBean&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;&amp;lt;test:bean2&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;test:OtherQualifier value1=&amp;quot;BB&amp;quot; value2=&amp;quot;2&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Inject/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;&amp;lt;/test:bean2&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;/test:QualifierTestBean&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; When my extension sees this it creates two AnnotatedTypes and a Qualifier and registers them in the BeforeBeanDiscovery event. This all works fine, QualifiedBean2 gets injected into QualifierTestBean and life is good.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; However if QualifiedBean2 is deployed inside a Bean archive things suddenly go pear shaped, all of a sudden the container seems to forget about the qualifier on QualifiedBean2 and it stops working. Does anyone have any idea what could be causing this? It looks like the bean deployment process is overriding my user supplied type level metadata.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Stuart
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513021&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Gavin King
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513021&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gavin.king@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Gavin&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Gavin&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://hibernate.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hibernate.org&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://seamframework.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://seamframework.org&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513021&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Gavin King
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513021&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gavin.king@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Gavin&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Gavin&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://hibernate.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hibernate.org&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://seamframework.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://seamframework.org&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513021&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Overriding-annotated-types-and-the-SPI-tp26473295p26513021.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26512969</id>
	<title>Re: Seam 3 examples release cycle</title>
	<published>2009-11-25T05:48:31Z</published>
	<updated>2009-11-25T05:48:31Z</updated>
	<author>
		<name>Pete Muir-2</name>
	</author>
	<content type="html">Yes, I came to the same conclusion as Dan. BTW no reason you can't tag and release a beta of the example when you get your update in.
&lt;br&gt;&lt;br&gt;On 24 Nov 2009, at 20:13, Dan Allen wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Yep, this parallels the problem with docs, which we decided belong in the module.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It's possible we could still have broader examples that go into a shared examples directory and only update on a full Seam release, then have local examples for modules that can be updated more often. Actually, this option is good because we can verify backward compatibility in the general examples while still having the flexibility to demonstrate more specific features in the module-local examples.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -Dan
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Tue, Nov 24, 2009 at 12:00 PM, Shane Bryzak &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512969&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sbryzak@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; I can foresee a potential issue with the release cycle for examples,
&lt;br&gt;&amp;gt; especially if we go down the path that we discussed during the meeting
&lt;br&gt;&amp;gt; where we consolidate examples into more complex apps that demonstrate
&lt;br&gt;&amp;gt; multiple Seam features. &amp;nbsp;For example, let's say that we release a
&lt;br&gt;&amp;gt; production version of Seam 3.0.0 that contains (among other things):
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Seam Security 3.0.0
&lt;br&gt;&amp;gt; Seam examples 3.0.0
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Now let's say I add some new feature into security and decide to do a
&lt;br&gt;&amp;gt; release of Seam Security 3.0.1. &amp;nbsp;If I have accordingly updated the
&lt;br&gt;&amp;gt; security examples with the new feature, does that mean that I need to do
&lt;br&gt;&amp;gt; a simultaneous release of Seam examples 3.0.1? &amp;nbsp;Also, what if other
&lt;br&gt;&amp;gt; sub-project leads have in the meantime added new features to their
&lt;br&gt;&amp;gt; modules and their examples are in an incomplete state? &amp;nbsp;As you can see
&lt;br&gt;&amp;gt; this becomes a problem.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; One possible solution is to remove the examples branch altogether and
&lt;br&gt;&amp;gt; include the examples within the related module instead. &amp;nbsp;This prevents
&lt;br&gt;&amp;gt; us though from creating multi-feature examples, as they will be bound to
&lt;br&gt;&amp;gt; the sub-project lifecycle. &amp;nbsp; One other option is to only release
&lt;br&gt;&amp;gt; examples during a major Seam release, however this is less desirable in
&lt;br&gt;&amp;gt; the case where we release a module with complex new features that really
&lt;br&gt;&amp;gt; need to be demonstrated.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; IMHO out of these two options the first one seems the lesser of two
&lt;br&gt;&amp;gt; evils, however I'm wondering what you guys think.
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512969&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Dan Allen
&lt;br&gt;&amp;gt; Senior Software Engineer, Red Hat | Author of Seam in Action
&lt;br&gt;&amp;gt; Registered Linux User #231597
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://mojavelinux.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://mojavelinux.com/seaminaction&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com/seaminaction&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.google.com/profiles/dan.j.allen&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/profiles/dan.j.allen&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512969&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512969&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Seam-3-examples-release-cycle-tp26499614p26512969.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26512979</id>
	<title>Re: Overriding annotated types and the SPI</title>
	<published>2009-11-25T05:47:24Z</published>
	<updated>2009-11-25T05:47:24Z</updated>
	<author>
		<name>Pete Muir-2</name>
	</author>
	<content type="html">I'm still ploughing through email backlog, exhaustion, housework, paperwork, and other tasks ;-) but I am hopeful that Thanksgiving will give me time to catch up and I can start fixing bugs in Weld this week.
&lt;br&gt;&lt;br&gt;On 23 Nov 2009, at 22:29, Stuart Douglas wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I have managed to work around this by storing a Set of every java class I have registered and the vetoing the bean when it comes up bean discovery. Any idea when this will be fixed? I could work around it properly by generating a new class using javassist for every bean I add with the SPI, however I would rather not go down that route.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Stuart
&lt;br&gt;&amp;gt; ________________________________________
&lt;br&gt;&amp;gt; From: Pete Muir [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512979&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Sent: Tuesday, 24 November 2009 4:04 AM
&lt;br&gt;&amp;gt; To: Gavin King
&lt;br&gt;&amp;gt; Cc: Stuart Douglas; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512979&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: Re: [seam-dev] Overriding annotated types and the SPI
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Yes, this is a bug for sure :-)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://jira.jboss.org/jira/browse/WELD-309&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jira.jboss.org/jira/browse/WELD-309&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On 23 Nov 2009, at 16:52, Gavin King wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Pete, there are allowed to be two AnnotatedTypes for the same Java class.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; On Mon, Nov 23, 2009 at 8:17 AM, Pete Muir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512979&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I guess what you are seeing is bug in Weld, whereby we need to adjust quite what makes two annotated types equal so that you see both the one you added, and the new one, rather than only getting one or the other. Even with this fix, you would have an error, as you now have two identical classes which Weld will discover beans for. You need to veto the built in annotated type (otherwise you end up *adding* an existing annotated type, not replacing it).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On 23 Nov 2009, at 07:37, Stuart Douglas wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I am trying to register an additional bean. It works perfectly when the class is not in a bean deployment archive, however if QualifiedBean2 is in a bean deployment archive then it stops working. The bean itself does not have any annotations.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Stuart
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; From: Gavin King [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512979&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gavin.king@...&lt;/a&gt;]
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sent: Monday, 23 November 2009 6:29 PM
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To: Stuart Douglas
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512979&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Subject: Re: [seam-dev] Overriding annotated types and the SPI
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Are you trying to:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (a) *override* the bean that the container creates, or
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (b) are you trying to register additional beans?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; If (a), you would need to call veto() on the AnnotatedType created by
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the container.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Mon, Nov 23, 2009 at 1:19 AM, Stuart Douglas
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512979&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stuart@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I have been working on my XML configuration extension and have been making good progress, however I have run into some behavior that I cannot explain.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; At the moment in my XML file I can do this:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;&amp;lt;test:OtherQualifier&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Qualifier/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;&amp;lt;/test:OtherQualifier&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;test:QualifiedBean2&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;test:OtherQualifier value1=&amp;quot;BB&amp;quot; value2=&amp;quot;2&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;&amp;lt;/test:QualifiedBean2&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;test:QualifierTestBean&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;test:bean2&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;test:OtherQualifier value1=&amp;quot;BB&amp;quot; value2=&amp;quot;2&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Inject/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;/test:bean2&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;/test:QualifierTestBean&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; When my extension sees this it creates two AnnotatedTypes and a Qualifier and registers them in the BeforeBeanDiscovery event. This all works fine, QualifiedBean2 gets injected into QualifierTestBean and life is good.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; However if QualifiedBean2 is deployed inside a Bean archive things suddenly go pear shaped, all of a sudden the container seems to forget about the qualifier on QualifiedBean2 and it stops working. Does anyone have any idea what could be causing this? It looks like the bean deployment process is overriding my user supplied type level metadata.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Stuart
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512979&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Gavin King
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512979&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gavin.king@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Gavin&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Gavin&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://hibernate.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hibernate.org&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://seamframework.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://seamframework.org&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512979&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; Gavin King
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512979&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gavin.king@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Gavin&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Gavin&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://hibernate.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hibernate.org&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://seamframework.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://seamframework.org&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512979&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Overriding-annotated-types-and-the-SPI-tp26473295p26512979.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26512562</id>
	<title>Re: Mercurial vs GIT</title>
	<published>2009-11-25T05:21:10Z</published>
	<updated>2009-11-25T05:21:10Z</updated>
	<author>
		<name>Pete Muir-2</name>
	</author>
	<content type="html">I've imported Weld core trunk into both GitHub &lt;a href=&quot;http://github.com/pmuir/weld-test&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://github.com/pmuir/weld-test&lt;/a&gt;&amp;nbsp;and BitBucket: &lt;a href=&quot;http://bitbucket.org/pmuir/weld-test/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bitbucket.org/pmuir/weld-test/&lt;/a&gt;&amp;nbsp;for people to play with.
&lt;br&gt;&lt;br&gt;Both these repos will be dropped once we make a decision, so treat them as playgrounds only!
&lt;br&gt;&lt;br&gt;Pete
&lt;br&gt;&lt;br&gt;On 25 Nov 2009, at 13:07, Mark Struberg wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Another strong point for using GIT is the Gerrit source review system.
&lt;br&gt;&amp;gt; It makes contributing patches easier, and much more: it makes _applying_ those contributions even easier.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; LieGrue,
&lt;br&gt;&amp;gt; strub
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --- Pete Muir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512562&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;&amp;gt; schrieb am Mi, 25.11.2009:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Von: Pete Muir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512562&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Betreff: Re: [seam-dev] Mercurial vs GIT
&lt;br&gt;&amp;gt;&amp;gt; An: &amp;quot;Daniel Roth&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512562&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; CC: &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512562&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512562&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Datum: Mittwoch, 25. November 2009, 13:43
&lt;br&gt;&amp;gt;&amp;gt; I can certainly see that a DVCS might
&lt;br&gt;&amp;gt;&amp;gt; not be a good fit for closed source / in company software
&lt;br&gt;&amp;gt;&amp;gt; development. All the work an engineer on the project does is
&lt;br&gt;&amp;gt;&amp;gt; likely to make it into the project at some point (even if
&lt;br&gt;&amp;gt;&amp;gt; heavily refactored), and they are unlikely to want to share
&lt;br&gt;&amp;gt;&amp;gt; it with many other people before it goes into VCS.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; However if you consider Seam, then there are often cases
&lt;br&gt;&amp;gt;&amp;gt; where someone is maintaining a patch for months or even
&lt;br&gt;&amp;gt;&amp;gt; years against trunk which they want to easily share with
&lt;br&gt;&amp;gt;&amp;gt; other users. As we move towards to a more modular approach,
&lt;br&gt;&amp;gt;&amp;gt; this becomes even more apparent - you might want to develop
&lt;br&gt;&amp;gt;&amp;gt; a module outside the Seam master, and share it with the
&lt;br&gt;&amp;gt;&amp;gt; community. At some point we might add it to the master. I
&lt;br&gt;&amp;gt;&amp;gt; believe a DVCS is ideally suited to this.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Pete
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; On 24 Nov 2009, at 22:22, Daniel Roth wrote:
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 1) I have not tried GIT... &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 2) Comparing Mercurial and SVN, for me, is like
&lt;br&gt;&amp;gt;&amp;gt; comparing an nightmare and ease of use.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; There is a Mercurial plugin for Eclipse, but it's
&lt;br&gt;&amp;gt;&amp;gt; really no good. We experienced some bugs at work with it
&lt;br&gt;&amp;gt;&amp;gt; (DivideByZero), submitted a patch but... Still nothing has
&lt;br&gt;&amp;gt;&amp;gt; happened... I've tried meld, kdiff3 and the tortoise thingy
&lt;br&gt;&amp;gt;&amp;gt; for windows, but still I always end up with command line
&lt;br&gt;&amp;gt;&amp;gt; because things don't work. Also there is really no good way
&lt;br&gt;&amp;gt;&amp;gt; of branching. Named branches is a MESS so even the hg team
&lt;br&gt;&amp;gt;&amp;gt; thinks it's better to crete to different clones and then
&lt;br&gt;&amp;gt;&amp;gt; manually merge them. (See their manual)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; One other thing I'd like to say is that having a
&lt;br&gt;&amp;gt;&amp;gt; distr. repo may sound really fancy, but it's rarely needed.
&lt;br&gt;&amp;gt;&amp;gt; Although being spread over different offices all over the
&lt;br&gt;&amp;gt;&amp;gt; world, that feature is never really needed at my work. And
&lt;br&gt;&amp;gt;&amp;gt; the really really really few times it is, you could just as
&lt;br&gt;&amp;gt;&amp;gt; well make an ordinary patch, and give it to the other
&lt;br&gt;&amp;gt;&amp;gt; person. However, there have been many times when hours has
&lt;br&gt;&amp;gt;&amp;gt; been wasted when trying to resolve issues when two people
&lt;br&gt;&amp;gt;&amp;gt; have worked in our root repo at the same time.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Just my 10 öre... 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Daniel
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Tue, Nov 24, 2009 at 11:00 PM, Stuart Douglas
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512562&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stuart@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; As I understand it GIT support on windows is not good,
&lt;br&gt;&amp;gt;&amp;gt; and also just having a quick google around it looks like the
&lt;br&gt;&amp;gt;&amp;gt; tooling support is not very mature either. Also the commands
&lt;br&gt;&amp;gt;&amp;gt; are different to subversions commands so there is quite a
&lt;br&gt;&amp;gt;&amp;gt; steep learning curve.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I like bazaar, it uses the same commands as
&lt;br&gt;&amp;gt;&amp;gt; subversion, works on all platforms and has eclipse and
&lt;br&gt;&amp;gt;&amp;gt; windows support. It also has launchpad, which is the bzr
&lt;br&gt;&amp;gt;&amp;gt; equivalent of github.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Stuart
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512562&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev-bounces@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512562&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev-bounces@...&lt;/a&gt;]
&lt;br&gt;&amp;gt;&amp;gt; On Behalf Of Francisco Jose Peredo [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512562&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;franciscoperedo@...&lt;/a&gt;]
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Sent: Wednesday, 25 November 2009 1:17 AM
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512562&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512562&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Subject: Re: [seam-dev] Mercurial vs GIT
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I have not tried GIT, but from what I have read it is
&lt;br&gt;&amp;gt;&amp;gt; pretty complicated
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; to learn to use...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; OTOH I have tried Mercurial, which is also
&lt;br&gt;&amp;gt;&amp;gt; distributed, and found it
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; confortable... apparently the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; way it deals with its distribute nature is easier for
&lt;br&gt;&amp;gt;&amp;gt; subversion users
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; to understand...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; AFAIK Netbeans source code is in Mercurial, also
&lt;br&gt;&amp;gt;&amp;gt; OpenJDK... So it seems
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; to work
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; well with large code bases... and there are plugins
&lt;br&gt;&amp;gt;&amp;gt; for Netbeans,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Eclipse and the Tortoise Hg
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; project is advanced and usable...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Google Code offers free Mercurial hosting...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Why not Mercurial?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Pete Muir escribió:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; A quick item we discussed at the f2f meeting was
&lt;br&gt;&amp;gt;&amp;gt; whether to switch to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; GIT for our SCM, rather than SVN.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; This would give us a IMO a system well suited to
&lt;br&gt;&amp;gt;&amp;gt; our distribued dev
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; model, it would also make it much easier for
&lt;br&gt;&amp;gt;&amp;gt; others to sandbox PEs and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; then contribute them back to us.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The proposal is to use Github to host.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The team members at devoxx were in favour, but
&lt;br&gt;&amp;gt;&amp;gt; what do others think?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Pete
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Pete Muir
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Pete&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Pete&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512562&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Dirección Informática de Servicios Financieros
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Dirección General de Modernización e Innovación
&lt;br&gt;&amp;gt;&amp;gt; Gubernamental
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Secretaría de Administración y Finanzas
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Paseo de la Sierra 435 col. Reforma
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; C.P. 86086, Villahermosa, Tabasco.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Tel. 52 + 993 + 310 40 00 Ext. 7127
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; IMPORTANTE: Esta transmisión electrónica, incluyendo
&lt;br&gt;&amp;gt;&amp;gt; sus anexos, archivos insertados o &amp;quot;attachments&amp;quot;, puede
&lt;br&gt;&amp;gt;&amp;gt; constituir información confidencial o reservada, en los
&lt;br&gt;&amp;gt;&amp;gt; términos de la Ley de Acceso a la Información Pública del
&lt;br&gt;&amp;gt;&amp;gt; Estado de Tabasco, y estar protegida por el derecho
&lt;br&gt;&amp;gt;&amp;gt; fundamental a la privacidad. Se prohibe el uso de esta
&lt;br&gt;&amp;gt;&amp;gt; información por cualquier persona distinta al receptor
&lt;br&gt;&amp;gt;&amp;gt; intencional o previsto. Si usted ha recibibido esta
&lt;br&gt;&amp;gt;&amp;gt; transmisión electrónica por error, por favor responda
&lt;br&gt;&amp;gt;&amp;gt; inmediatamente al emisor y borre esta información de su
&lt;br&gt;&amp;gt;&amp;gt; sistema. El uso, diseminación, distribución o
&lt;br&gt;&amp;gt;&amp;gt; reproducción de esta transmisión electrónica por
&lt;br&gt;&amp;gt;&amp;gt; receptores no intencionados o no previstos por el emisor, no
&lt;br&gt;&amp;gt;&amp;gt; está autorizada y puede considerarse ilícita en los
&lt;br&gt;&amp;gt;&amp;gt; términos de la legislación penal y civil vigente.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512562&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512562&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -- 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Daniel Roth
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; M.Sc. Computer Science
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512562&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; www.danielroth.se
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; +46 736 36 29 46
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512562&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512562&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; __________________________________________________
&lt;br&gt;&amp;gt; Do You Yahoo!?
&lt;br&gt;&amp;gt; Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://mail.yahoo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.yahoo.com&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512562&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26512562.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26512364</id>
	<title>Re: Mercurial vs GIT</title>
	<published>2009-11-25T05:07:35Z</published>
	<updated>2009-11-25T05:07:35Z</updated>
	<author>
		<name>struberg</name>
	</author>
	<content type="html">Another strong point for using GIT is the Gerrit source review system.
&lt;br&gt;It makes contributing patches easier, and much more: it makes _applying_ those contributions even easier.
&lt;br&gt;&lt;br&gt;LieGrue,
&lt;br&gt;strub
&lt;br&gt;&lt;br&gt;--- Pete Muir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512364&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;&amp;gt; schrieb am Mi, 25.11.2009:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Von: Pete Muir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512364&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Betreff: Re: [seam-dev] Mercurial vs GIT
&lt;br&gt;&amp;gt; An: &amp;quot;Daniel Roth&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512364&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; CC: &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512364&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512364&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Datum: Mittwoch, 25. November 2009, 13:43
&lt;br&gt;&amp;gt; I can certainly see that a DVCS might
&lt;br&gt;&amp;gt; not be a good fit for closed source / in company software
&lt;br&gt;&amp;gt; development. All the work an engineer on the project does is
&lt;br&gt;&amp;gt; likely to make it into the project at some point (even if
&lt;br&gt;&amp;gt; heavily refactored), and they are unlikely to want to share
&lt;br&gt;&amp;gt; it with many other people before it goes into VCS.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; However if you consider Seam, then there are often cases
&lt;br&gt;&amp;gt; where someone is maintaining a patch for months or even
&lt;br&gt;&amp;gt; years against trunk which they want to easily share with
&lt;br&gt;&amp;gt; other users. As we move towards to a more modular approach,
&lt;br&gt;&amp;gt; this becomes even more apparent - you might want to develop
&lt;br&gt;&amp;gt; a module outside the Seam master, and share it with the
&lt;br&gt;&amp;gt; community. At some point we might add it to the master. I
&lt;br&gt;&amp;gt; believe a DVCS is ideally suited to this.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Pete
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On 24 Nov 2009, at 22:22, Daniel Roth wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 1) I have not tried GIT...  
&lt;br&gt;&amp;gt; &amp;gt; 2) Comparing Mercurial and SVN, for me, is like
&lt;br&gt;&amp;gt; comparing an nightmare and ease of use.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; There is a Mercurial plugin for Eclipse, but it's
&lt;br&gt;&amp;gt; really no good. We experienced some bugs at work with it
&lt;br&gt;&amp;gt; (DivideByZero), submitted a patch but... Still nothing has
&lt;br&gt;&amp;gt; happened... I've tried meld, kdiff3 and the tortoise thingy
&lt;br&gt;&amp;gt; for windows, but still I always end up with command line
&lt;br&gt;&amp;gt; because things don't work. Also there is really no good way
&lt;br&gt;&amp;gt; of branching. Named branches is a MESS so even the hg team
&lt;br&gt;&amp;gt; thinks it's better to crete to different clones and then
&lt;br&gt;&amp;gt; manually merge them. (See their manual)
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; One other thing I'd like to say is that having a
&lt;br&gt;&amp;gt; distr. repo may sound really fancy, but it's rarely needed.
&lt;br&gt;&amp;gt; Although being spread over different offices all over the
&lt;br&gt;&amp;gt; world, that feature is never really needed at my work. And
&lt;br&gt;&amp;gt; the really really really few times it is, you could just as
&lt;br&gt;&amp;gt; well make an ordinary patch, and give it to the other
&lt;br&gt;&amp;gt; person. However, there have been many times when hours has
&lt;br&gt;&amp;gt; been wasted when trying to resolve issues when two people
&lt;br&gt;&amp;gt; have worked in our root repo at the same time.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Just my 10 öre... 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Daniel
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; On Tue, Nov 24, 2009 at 11:00 PM, Stuart Douglas
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512364&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stuart@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; As I understand it GIT support on windows is not good,
&lt;br&gt;&amp;gt; and also just having a quick google around it looks like the
&lt;br&gt;&amp;gt; tooling support is not very mature either. Also the commands
&lt;br&gt;&amp;gt; are different to subversions commands so there is quite a
&lt;br&gt;&amp;gt; steep learning curve.
&lt;br&gt;&amp;gt; &amp;gt; I like bazaar, it uses the same commands as
&lt;br&gt;&amp;gt; subversion, works on all platforms and has eclipse and
&lt;br&gt;&amp;gt; windows support. It also has launchpad, which is the bzr
&lt;br&gt;&amp;gt; equivalent of github.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Stuart
&lt;br&gt;&amp;gt; &amp;gt; ________________________________________
&lt;br&gt;&amp;gt; &amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512364&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev-bounces@...&lt;/a&gt;
&lt;br&gt;&amp;gt; [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512364&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev-bounces@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; On Behalf Of Francisco Jose Peredo [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512364&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;franciscoperedo@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; &amp;gt; Sent: Wednesday, 25 November 2009 1:17 AM
&lt;br&gt;&amp;gt; &amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512364&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512364&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; Subject: Re: [seam-dev] Mercurial vs GIT
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I have not tried GIT, but from what I have read it is
&lt;br&gt;&amp;gt; pretty complicated
&lt;br&gt;&amp;gt; &amp;gt; to learn to use...
&lt;br&gt;&amp;gt; &amp;gt; OTOH I have tried Mercurial, which is also
&lt;br&gt;&amp;gt; distributed, and found it
&lt;br&gt;&amp;gt; &amp;gt; confortable... apparently the
&lt;br&gt;&amp;gt; &amp;gt; way it deals with its distribute nature is easier for
&lt;br&gt;&amp;gt; subversion users
&lt;br&gt;&amp;gt; &amp;gt; to understand...
&lt;br&gt;&amp;gt; &amp;gt; AFAIK Netbeans source code is in Mercurial, also
&lt;br&gt;&amp;gt; OpenJDK... So it seems
&lt;br&gt;&amp;gt; &amp;gt; to work
&lt;br&gt;&amp;gt; &amp;gt; well with large code bases... and there are plugins
&lt;br&gt;&amp;gt; for Netbeans,
&lt;br&gt;&amp;gt; &amp;gt; Eclipse and the Tortoise Hg
&lt;br&gt;&amp;gt; &amp;gt; project is advanced and usable...
&lt;br&gt;&amp;gt; &amp;gt; Google Code offers free Mercurial hosting...
&lt;br&gt;&amp;gt; &amp;gt; Why not Mercurial?
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Pete Muir escribió:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; A quick item we discussed at the f2f meeting was
&lt;br&gt;&amp;gt; whether to switch to
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; GIT for our SCM, rather than SVN.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; This would give us a IMO a system well suited to
&lt;br&gt;&amp;gt; our distribued dev
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; model, it would also make it much easier for
&lt;br&gt;&amp;gt; others to sandbox PEs and
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; then contribute them back to us.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; The proposal is to use Github to host.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; The team members at devoxx were in favour, but
&lt;br&gt;&amp;gt; what do others think?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Pete
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Pete Muir
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Pete&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Pete&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512364&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt; Dirección Informática de Servicios Financieros
&lt;br&gt;&amp;gt; &amp;gt; Dirección General de Modernización e Innovación
&lt;br&gt;&amp;gt; Gubernamental
&lt;br&gt;&amp;gt; &amp;gt; Secretaría de Administración y Finanzas
&lt;br&gt;&amp;gt; &amp;gt; Paseo de la Sierra 435 col. Reforma
&lt;br&gt;&amp;gt; &amp;gt; C.P. 86086, Villahermosa, Tabasco.
&lt;br&gt;&amp;gt; &amp;gt; Tel. 52 + 993 + 310 40 00 Ext. 7127
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; IMPORTANTE: Esta transmisión electrónica, incluyendo
&lt;br&gt;&amp;gt; sus anexos, archivos insertados o &amp;quot;attachments&amp;quot;, puede
&lt;br&gt;&amp;gt; constituir información confidencial o reservada, en los
&lt;br&gt;&amp;gt; términos de la Ley de Acceso a la Información Pública del
&lt;br&gt;&amp;gt; Estado de Tabasco, y estar protegida por el derecho
&lt;br&gt;&amp;gt; fundamental a la privacidad. Se prohibe el uso de esta
&lt;br&gt;&amp;gt; información por cualquier persona distinta al receptor
&lt;br&gt;&amp;gt; intencional o previsto. Si usted ha recibibido esta
&lt;br&gt;&amp;gt; transmisión electrónica por error, por favor responda
&lt;br&gt;&amp;gt; inmediatamente al emisor y borre esta información de su
&lt;br&gt;&amp;gt; sistema. El uso, diseminación, distribución o
&lt;br&gt;&amp;gt; reproducción de esta transmisión electrónica por
&lt;br&gt;&amp;gt; receptores no intencionados o no previstos por el emisor, no
&lt;br&gt;&amp;gt; está autorizada y puede considerarse ilícita en los
&lt;br&gt;&amp;gt; términos de la legislación penal y civil vigente.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512364&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512364&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; -- 
&lt;br&gt;&amp;gt; &amp;gt; Daniel Roth
&lt;br&gt;&amp;gt; &amp;gt; M.Sc. Computer Science
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512364&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; www.danielroth.se
&lt;br&gt;&amp;gt; &amp;gt; +46 736 36 29 46
&lt;br&gt;&amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512364&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512364&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;__________________________________________________
&lt;br&gt;Do You Yahoo!?
&lt;br&gt;Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. 
&lt;br&gt;&lt;a href=&quot;http://mail.yahoo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.yahoo.com&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512364&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26512364.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26512031</id>
	<title>Re: Mercurial vs GIT</title>
	<published>2009-11-25T04:43:58Z</published>
	<updated>2009-11-25T04:43:58Z</updated>
	<author>
		<name>Pete Muir-2</name>
	</author>
	<content type="html">I can certainly see that a DVCS might not be a good fit for closed source / in company software development. All the work an engineer on the project does is likely to make it into the project at some point (even if heavily refactored), and they are unlikely to want to share it with many other people before it goes into VCS.
&lt;br&gt;&lt;br&gt;However if you consider Seam, then there are often cases where someone is maintaining a patch for months or even years against trunk which they want to easily share with other users. As we move towards to a more modular approach, this becomes even more apparent - you might want to develop a module outside the Seam master, and share it with the community. At some point we might add it to the master. I believe a DVCS is ideally suited to this.
&lt;br&gt;&lt;br&gt;Pete
&lt;br&gt;&lt;br&gt;On 24 Nov 2009, at 22:22, Daniel Roth wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 1) I have not tried GIT... &amp;nbsp;
&lt;br&gt;&amp;gt; 2) Comparing Mercurial and SVN, for me, is like comparing an nightmare and ease of use.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; There is a Mercurial plugin for Eclipse, but it's really no good. We experienced some bugs at work with it (DivideByZero), submitted a patch but... Still nothing has happened... I've tried meld, kdiff3 and the tortoise thingy for windows, but still I always end up with command line because things don't work. Also there is really no good way of branching. Named branches is a MESS so even the hg team thinks it's better to crete to different clones and then manually merge them. (See their manual)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; One other thing I'd like to say is that having a distr. repo may sound really fancy, but it's rarely needed. Although being spread over different offices all over the world, that feature is never really needed at my work. And the really really really few times it is, you could just as well make an ordinary patch, and give it to the other person. However, there have been many times when hours has been wasted when trying to resolve issues when two people have worked in our root repo at the same time.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Just my 10 öre... 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Daniel
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Tue, Nov 24, 2009 at 11:00 PM, Stuart Douglas &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512031&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stuart@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; As I understand it GIT support on windows is not good, and also just having a quick google around it looks like the tooling support is not very mature either. Also the commands are different to subversions commands so there is quite a steep learning curve.
&lt;br&gt;&amp;gt; I like bazaar, it uses the same commands as subversion, works on all platforms and has eclipse and windows support. It also has launchpad, which is the bzr equivalent of github.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Stuart
&lt;br&gt;&amp;gt; ________________________________________
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512031&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev-bounces@...&lt;/a&gt; [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512031&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev-bounces@...&lt;/a&gt;] On Behalf Of Francisco Jose Peredo [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512031&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;franciscoperedo@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Sent: Wednesday, 25 November 2009 1:17 AM
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512031&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512031&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: Re: [seam-dev] Mercurial vs GIT
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have not tried GIT, but from what I have read it is pretty complicated
&lt;br&gt;&amp;gt; to learn to use...
&lt;br&gt;&amp;gt; OTOH I have tried Mercurial, which is also distributed, and found it
&lt;br&gt;&amp;gt; confortable... apparently the
&lt;br&gt;&amp;gt; way it deals with its distribute nature is easier for subversion users
&lt;br&gt;&amp;gt; to understand...
&lt;br&gt;&amp;gt; AFAIK Netbeans source code is in Mercurial, also OpenJDK... So it seems
&lt;br&gt;&amp;gt; to work
&lt;br&gt;&amp;gt; well with large code bases... and there are plugins for Netbeans,
&lt;br&gt;&amp;gt; Eclipse and the Tortoise Hg
&lt;br&gt;&amp;gt; project is advanced and usable...
&lt;br&gt;&amp;gt; Google Code offers free Mercurial hosting...
&lt;br&gt;&amp;gt; Why not Mercurial?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Pete Muir escribió:
&lt;br&gt;&amp;gt; &amp;gt; A quick item we discussed at the f2f meeting was whether to switch to
&lt;br&gt;&amp;gt; &amp;gt; GIT for our SCM, rather than SVN.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; This would give us a IMO a system well suited to our distribued dev
&lt;br&gt;&amp;gt; &amp;gt; model, it would also make it much easier for others to sandbox PEs and
&lt;br&gt;&amp;gt; &amp;gt; then contribute them back to us.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; The proposal is to use Github to host.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; The team members at devoxx were in favour, but what do others think?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Pete
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt; Pete Muir
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Pete&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Pete&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512031&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Dirección Informática de Servicios Financieros
&lt;br&gt;&amp;gt; Dirección General de Modernización e Innovación Gubernamental
&lt;br&gt;&amp;gt; Secretaría de Administración y Finanzas
&lt;br&gt;&amp;gt; Paseo de la Sierra 435 col. Reforma
&lt;br&gt;&amp;gt; C.P. 86086, Villahermosa, Tabasco.
&lt;br&gt;&amp;gt; Tel. 52 + 993 + 310 40 00 Ext. 7127
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; IMPORTANTE: Esta transmisión electrónica, incluyendo sus anexos, archivos insertados o &amp;quot;attachments&amp;quot;, puede constituir información confidencial o reservada, en los términos de la Ley de Acceso a la Información Pública del Estado de Tabasco, y estar protegida por el derecho fundamental a la privacidad. Se prohibe el uso de esta información por cualquier persona distinta al receptor intencional o previsto. Si usted ha recibibido esta transmisión electrónica por error, por favor responda inmediatamente al emisor y borre esta información de su sistema. El uso, diseminación, distribución o reproducción de esta transmisión electrónica por receptores no intencionados o no previstos por el emisor, no está autorizada y puede considerarse ilícita en los términos de la legislación penal y civil vigente.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512031&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512031&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Daniel Roth
&lt;br&gt;&amp;gt; M.Sc. Computer Science
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512031&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; www.danielroth.se
&lt;br&gt;&amp;gt; +46 736 36 29 46
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512031&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512031&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26512031.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26513046</id>
	<title>Re: [weld-dev]  Mercurial vs GIT</title>
	<published>2009-11-25T04:30:43Z</published>
	<updated>2009-11-25T04:30:43Z</updated>
	<author>
		<name>Aslak Knutsen</name>
	</author>
	<content type="html">FYI&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Jira Git Support: &lt;a href=&quot;https://plugins.atlassian.com/plugin/details/4984&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://plugins.atlassian.com/plugin/details/4984&lt;/a&gt;&lt;div&gt;FishEye Git Support: &lt;a href=&quot;http://jira.atlassian.com/browse/FE-337&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.atlassian.com/browse/FE-337&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/25 Pete Muir &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513046&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;
&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
On 24 Nov 2009, at 18:34, &lt;a href=&quot;http://lightguard.jp&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;lightguard.jp&lt;/a&gt;@&lt;a href=&quot;http://gmail.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;gmail.com&lt;/a&gt; wrote:&lt;br&gt;
&amp;gt; I&amp;#39;ve looked at both and the one major difference is the branching model in hg.  Many people have coined it &amp;quot;broken&amp;quot; but those may all be in the past.  As far as tooling goes I think you&amp;#39;ll find decent support either way.  Would Fisheye and JIRA still be used or would the services of the host be used instead?  That may also be something to consider.&lt;br&gt;

&lt;br&gt;
&lt;/div&gt;We would continue to use JIRA. I guess we wouldn&amp;#39;t use fisheye anymore.&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;_______________________________________________&lt;br&gt;
weld-dev mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513046&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/weld-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/weld-dev&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;--&lt;br&gt;Aslak Knutsen; +47 952 38 791; fax +47 22 33 60 24&lt;br&gt;Kongens gate 14; Boks 805 Sentrum, 0104 Oslo;&lt;br&gt;&lt;a href=&quot;http://www.conduct.no&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.conduct.no&lt;/a&gt;; mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513046&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aslak@...&lt;/a&gt;&lt;br&gt;
&lt;br&gt;Conduct AS - Professional Open Source Services&lt;br&gt;- Red Hat/JBoss Premier System Integrator&lt;br&gt;- Pentaho Preferred Integration Partner&lt;br&gt;- Atlassian Technology Partner&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513046&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26513046.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26511697</id>
	<title>Re: [weld-dev]   Mercurial vs GIT</title>
	<published>2009-11-25T04:17:23Z</published>
	<updated>2009-11-25T04:17:23Z</updated>
	<author>
		<name>Pete Muir-2</name>
	</author>
	<content type="html">&lt;br&gt;On 24 Nov 2009, at 18:34, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26511697&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lightguard.jp@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt; I've looked at both and the one major difference is the branching model in hg. &amp;nbsp;Many people have coined it &amp;quot;broken&amp;quot; but those may all be in the past. &amp;nbsp;As far as tooling goes I think you'll find decent support either way. &amp;nbsp;Would Fisheye and JIRA still be used or would the services of the host be used instead? &amp;nbsp;That may also be something to consider.
&lt;br&gt;&lt;br&gt;We would continue to use JIRA. I guess we wouldn't use fisheye anymore.
&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26511697&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26511697.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26511396</id>
	<title>Re: [weld-dev]  Mercurial vs GIT</title>
	<published>2009-11-25T03:49:14Z</published>
	<updated>2009-11-25T03:49:14Z</updated>
	<author>
		<name>sanne.grinovero</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;if you like to quote Linux, remember the linux kernel is not using
&lt;br&gt;Bitkeeper anymore, they developed GIT with the requirements of the
&lt;br&gt;kernel source control in mind, they use GIT since some time now.
&lt;br&gt;I don't mean to say it's easy nor general purpose, but for sure it's
&lt;br&gt;being well tested by all kernel developers.
&lt;br&gt;&lt;br&gt;regards,
&lt;br&gt;Sanne
&lt;br&gt;&lt;br&gt;2009/11/25 Arbi Sookazian &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26511396&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asookazian@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.youtube.com/watch?v=4XpnKHJAok8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.youtube.com/watch?v=4XpnKHJAok8&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Linus Torvalds: &amp;quot;If you like using CVS, you should be in a mental
&lt;br&gt;&amp;gt; institution, somewhere else.&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; @ 08:30
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; he likes bitkeeper (commercial) and doesn't like SVN.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Tue, Nov 24, 2009 at 7:25 PM, Boscarine, Steven
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26511396&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Steven.Boscarine@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; +1 vote for Git
&lt;br&gt;&amp;gt;&amp;gt; I've seen a lot of Git momentum locally.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ________________________________________
&lt;br&gt;&amp;gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26511396&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev-bounces@...&lt;/a&gt; [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26511396&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev-bounces@...&lt;/a&gt;]
&lt;br&gt;&amp;gt;&amp;gt; On Behalf Of Mark Struberg [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26511396&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;struberg@...&lt;/a&gt;]
&lt;br&gt;&amp;gt;&amp;gt; Sent: Tuesday, November 24, 2009 1:07 PM
&lt;br&gt;&amp;gt;&amp;gt; To: Jason Lee; Pete Muir
&lt;br&gt;&amp;gt;&amp;gt; Cc: Francisco Jose Peredo; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26511396&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26511396&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; Subject: Re: [weld-dev] [seam-dev] Mercurial vs GIT
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi!
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; While both hg and Git provide pretty the same functionality, there is a
&lt;br&gt;&amp;gt;&amp;gt; huge difference in the supported tooling set.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; .) maven will (most probably) move to Git. Most of maven folks already use
&lt;br&gt;&amp;gt;&amp;gt; Git internally.
&lt;br&gt;&amp;gt;&amp;gt; .) there is a native Java Git client called JGit. There will be a jgit
&lt;br&gt;&amp;gt;&amp;gt; provider for maven in the not too distant future. Thus we don't need to care
&lt;br&gt;&amp;gt;&amp;gt; about OS issues!
&lt;br&gt;&amp;gt;&amp;gt; .) hg is written in Python. Windows users will need to install Python. For
&lt;br&gt;&amp;gt;&amp;gt; git you don't have to install anything. The JGit jar will simply be a
&lt;br&gt;&amp;gt;&amp;gt; dependency of maven-scm.
&lt;br&gt;&amp;gt;&amp;gt; .) There are native plugins for Eclipse (written by Shawn Spearce),
&lt;br&gt;&amp;gt;&amp;gt; NetBeans (written by Jonas Fonesca) and Idea (provided by Intellij).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; And the main reason for my personally: Im an old bearded Unix guy :)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Btw, there is also a migration scenario from SVN to Git. It is even
&lt;br&gt;&amp;gt;&amp;gt; possible to let Git play being a SVN server, so you can access a Git repo
&lt;br&gt;&amp;gt;&amp;gt; with a SVN client.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; LieGrue,
&lt;br&gt;&amp;gt;&amp;gt; strub
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; weld-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26511396&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/weld-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/weld-dev&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; weld-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26511396&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/weld-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/weld-dev&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26511396&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26511396.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26513043</id>
	<title>Re: [weld-dev]  Mercurial vs GIT</title>
	<published>2009-11-24T20:29:11Z</published>
	<updated>2009-11-24T20:29:11Z</updated>
	<author>
		<name>Arbi Sookazian</name>
	</author>
	<content type="html">&lt;a href=&quot;http://www.youtube.com/watch?v=4XpnKHJAok8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.youtube.com/watch?v=4XpnKHJAok8&lt;/a&gt;&lt;br&gt;&lt;br&gt;Linus Torvalds: &amp;quot;If you like using CVS, you should be in a mental institution, somewhere else.&amp;quot;&lt;br&gt;&lt;br&gt;@ 08:30&lt;br&gt;
&lt;br&gt;he likes bitkeeper (commercial) and doesn&amp;#39;t like SVN.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 24, 2009 at 7:25 PM, Boscarine, Steven &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513043&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Steven.Boscarine@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;+1 vote for Git&lt;br&gt;
I&amp;#39;ve seen a lot of Git momentum locally.&lt;br&gt;
&lt;br&gt;
________________________________________&lt;br&gt;
From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513043&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev-bounces@...&lt;/a&gt; [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513043&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev-bounces@...&lt;/a&gt;] On Behalf Of Mark Struberg [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513043&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;struberg@...&lt;/a&gt;]&lt;br&gt;

Sent: Tuesday, November 24, 2009 1:07 PM&lt;br&gt;
To: Jason Lee; Pete Muir&lt;br&gt;
Cc: Francisco Jose Peredo; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513043&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513043&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;&lt;br&gt;
Subject: Re: [weld-dev] [seam-dev] Mercurial vs GIT&lt;br&gt;
&lt;br&gt;
Hi!&lt;br&gt;
&lt;br&gt;
While both hg and Git provide pretty the same functionality, there is a huge difference in the supported tooling set.&lt;br&gt;
&lt;br&gt;
.) maven will (most probably) move to Git. Most of maven folks already use Git internally.&lt;br&gt;
.) there is a native Java Git client called JGit. There will be a jgit provider for maven in the not too distant future. Thus we don&amp;#39;t need to care about OS issues!&lt;br&gt;
.) hg is written in Python. Windows users will need to install Python. For git you don&amp;#39;t have to install anything. The JGit jar will simply be a dependency of maven-scm.&lt;br&gt;
.) There are native plugins for Eclipse (written by Shawn Spearce), NetBeans (written by Jonas Fonesca) and Idea (provided by Intellij).&lt;br&gt;
&lt;br&gt;
And the main reason for my personally: Im an old bearded Unix guy :)&lt;br&gt;
&lt;br&gt;
Btw, there is also a migration scenario from SVN to Git. It is even possible to let Git play being a SVN server, so you can access a Git repo with a SVN client.&lt;br&gt;
&lt;br&gt;
LieGrue,&lt;br&gt;
strub&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;_______________________________________________&lt;br&gt;
weld-dev mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513043&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/weld-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/weld-dev&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513043&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26513043.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26507032</id>
	<title>Re: [weld-dev]  Mercurial vs GIT</title>
	<published>2009-11-24T19:25:08Z</published>
	<updated>2009-11-24T19:25:08Z</updated>
	<author>
		<name>Boscarine, Steven</name>
	</author>
	<content type="html">+1 vote for Git &amp;nbsp;
&lt;br&gt;I've seen a lot of Git momentum locally.
&lt;br&gt;&lt;br&gt;________________________________________
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26507032&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev-bounces@...&lt;/a&gt; [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26507032&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev-bounces@...&lt;/a&gt;] On Behalf Of Mark Struberg [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26507032&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;struberg@...&lt;/a&gt;]
&lt;br&gt;Sent: Tuesday, November 24, 2009 1:07 PM
&lt;br&gt;To: Jason Lee; Pete Muir
&lt;br&gt;Cc: Francisco Jose Peredo; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26507032&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26507032&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;
&lt;br&gt;Subject: Re: [weld-dev] [seam-dev] Mercurial vs GIT
&lt;br&gt;&lt;br&gt;Hi!
&lt;br&gt;&lt;br&gt;While both hg and Git provide pretty the same functionality, there is a huge difference in the supported tooling set.
&lt;br&gt;&lt;br&gt;.) maven will (most probably) move to Git. Most of maven folks already use Git internally.
&lt;br&gt;.) there is a native Java Git client called JGit. There will be a jgit provider for maven in the not too distant future. Thus we don't need to care about OS issues!
&lt;br&gt;.) hg is written in Python. Windows users will need to install Python. For git you don't have to install anything. The JGit jar will simply be a dependency of maven-scm.
&lt;br&gt;.) There are native plugins for Eclipse (written by Shawn Spearce), NetBeans (written by Jonas Fonesca) and Idea (provided by Intellij).
&lt;br&gt;&lt;br&gt;And the main reason for my personally: Im an old bearded Unix guy :)
&lt;br&gt;&lt;br&gt;Btw, there is also a migration scenario from SVN to Git. It is even possible to let Git play being a SVN server, so you can access a Git repo with a SVN client.
&lt;br&gt;&lt;br&gt;LieGrue,
&lt;br&gt;strub
&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26507032&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26507032.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504400</id>
	<title>Re: Mercurial vs GIT</title>
	<published>2009-11-24T14:27:10Z</published>
	<updated>2009-11-24T14:27:10Z</updated>
	<author>
		<name>Daniel Roth-6</name>
	</author>
	<content type="html">Forgot to say. There is a hg plugin for JIRA, but it&amp;#39;s not really maintained ...&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://confluence.atlassian.com/display/JIRAEXT/Mercurial+Plugin&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://confluence.atlassian.com/display/JIRAEXT/Mercurial+Plugin&lt;/a&gt;&lt;br&gt;

&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 24, 2009 at 11:22 PM, Daniel Roth &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504400&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;

1) I have not tried GIT...  &lt;br&gt;2) Comparing Mercurial and SVN, for me, is like comparing an nightmare and ease of use.&lt;br&gt;&lt;br&gt;There is a Mercurial plugin for Eclipse, but it&amp;#39;s really no good. We experienced some bugs at work with it (DivideByZero), submitted a patch but... Still nothing has happened... I&amp;#39;ve tried meld, kdiff3 and the tortoise thingy for windows, but still I always end up with command line because things don&amp;#39;t work. Also there is really no good way of branching. Named branches is a MESS so even the hg team thinks it&amp;#39;s better to crete to different clones and then manually merge them. (See their manual)&lt;br&gt;


&lt;br&gt;One other thing I&amp;#39;d like to say is that having a distr. repo may sound really fancy, but it&amp;#39;s rarely needed. Although being spread over different offices all over the world, that feature is never really needed at my work. And the really really really few times it is, you could just as well make an ordinary patch, and give it to the other person. However, there have been many times when hours has been wasted when trying to resolve issues when two people have worked in our root repo at the same time.&lt;br&gt;


&lt;br&gt;Just my 10 öre... &lt;br&gt;&lt;br&gt;Daniel&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Tue, Nov 24, 2009 at 11:00 PM, Stuart Douglas &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504400&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stuart@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;

&lt;div class=&quot;gmail_quote&quot;&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;As I understand it GIT support on windows is not good, and also just having a quick google around it looks like the tooling support is not very mature either. Also the commands are different to subversions commands so there is quite a steep learning curve.&lt;br&gt;



I like bazaar, it uses the same commands as subversion, works on all platforms and has eclipse and windows support. It also has launchpad, which is the bzr equivalent of github.&lt;br&gt;
&lt;br&gt;
Stuart&lt;br&gt;
________________________________________&lt;br&gt;
From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504400&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev-bounces@...&lt;/a&gt; [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504400&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev-bounces@...&lt;/a&gt;] On Behalf Of Francisco Jose Peredo [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504400&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;franciscoperedo@...&lt;/a&gt;]&lt;br&gt;



Sent: Wednesday, 25 November 2009 1:17 AM&lt;br&gt;
To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504400&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt;
Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504400&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;&lt;br&gt;
Subject: Re: [seam-dev] Mercurial vs GIT&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
I have not tried GIT, but from what I have read it is pretty complicated&lt;br&gt;
to learn to use...&lt;br&gt;
OTOH I have tried Mercurial, which is also distributed, and found it&lt;br&gt;
confortable... apparently the&lt;br&gt;
way it deals with its distribute nature is easier for subversion users&lt;br&gt;
to understand...&lt;br&gt;
AFAIK Netbeans source code is in Mercurial, also OpenJDK... So it seems&lt;br&gt;
to work&lt;br&gt;
well with large code bases... and there are plugins for Netbeans,&lt;br&gt;
Eclipse and the Tortoise Hg&lt;br&gt;
project is advanced and usable...&lt;br&gt;
Google Code offers free Mercurial hosting...&lt;br&gt;
Why not Mercurial?&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Pete Muir escribió:&lt;br&gt;
&amp;gt; A quick item we discussed at the f2f meeting was whether to switch to&lt;br&gt;
&amp;gt; GIT for our SCM, rather than SVN.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; This would give us a IMO a system well suited to our distribued dev&lt;br&gt;
&amp;gt; model, it would also make it much easier for others to sandbox PEs and&lt;br&gt;
&amp;gt; then contribute them back to us.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; The proposal is to use Github to host.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; The team members at devoxx were in favour, but what do others think?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Pete&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; --&lt;br&gt;
&amp;gt; Pete Muir&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Pete&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Pete&lt;/a&gt;&lt;br&gt;
&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; seam-dev mailing list&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504400&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
Dirección Informática de Servicios Financieros&lt;br&gt;
Dirección General de Modernización e Innovación Gubernamental&lt;br&gt;
Secretaría de Administración y Finanzas&lt;br&gt;
Paseo de la Sierra 435 col. Reforma&lt;br&gt;
C.P. 86086, Villahermosa, Tabasco.&lt;br&gt;
Tel. 52 + 993 + 310 40 00 Ext. 7127&lt;br&gt;
&lt;a href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
IMPORTANTE: Esta transmisión electrónica, incluyendo sus anexos, archivos insertados o &amp;quot;attachments&amp;quot;, puede constituir información confidencial o reservada, en los términos de la Ley de Acceso a la Información Pública del Estado de Tabasco, y estar protegida por el derecho fundamental a la privacidad. Se prohibe el uso de esta información por cualquier persona distinta al receptor intencional o previsto. Si usted ha recibibido esta transmisión electrónica por error, por favor responda inmediatamente al emisor y borre esta información de su sistema. El uso, diseminación, distribución o reproducción de esta transmisión electrónica por receptores no intencionados o no previstos por el emisor, no está autorizada y puede considerarse ilícita en los términos de la legislación penal y civil vigente.&lt;br&gt;



&lt;br&gt;
_______________________________________________&lt;br&gt;
seam-dev mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504400&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
seam-dev mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504400&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;font color=&quot;#888888&quot;&gt;-- &lt;br&gt;Daniel Roth&lt;br&gt;M.Sc. Computer Science&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504400&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel@...&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.danielroth.se&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;www.danielroth.se&lt;/a&gt;&lt;br&gt;


+46 736 36 29 46&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Daniel Roth&lt;br&gt;M.Sc. Computer Science&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504400&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel@...&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.danielroth.se&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.danielroth.se&lt;/a&gt;&lt;br&gt;

+46 736 36 29 46&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504400&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26504400.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504344</id>
	<title>Re: Mercurial vs GIT</title>
	<published>2009-11-24T14:22:09Z</published>
	<updated>2009-11-24T14:22:09Z</updated>
	<author>
		<name>Daniel Roth-6</name>
	</author>
	<content type="html">1) I have not tried GIT...  &lt;br&gt;2) Comparing Mercurial and SVN, for me, is like comparing an nightmare and ease of use.&lt;br&gt;&lt;br&gt;There is a Mercurial plugin for Eclipse, but it&amp;#39;s really no good. We experienced some bugs at work with it (DivideByZero), submitted a patch but... Still nothing has happened... I&amp;#39;ve tried meld, kdiff3 and the tortoise thingy for windows, but still I always end up with command line because things don&amp;#39;t work. Also there is really no good way of branching. Named branches is a MESS so even the hg team thinks it&amp;#39;s better to crete to different clones and then manually merge them. (See their manual)&lt;br&gt;

&lt;br&gt;One other thing I&amp;#39;d like to say is that having a distr. repo may sound really fancy, but it&amp;#39;s rarely needed. Although being spread over different offices all over the world, that feature is never really needed at my work. And the really really really few times it is, you could just as well make an ordinary patch, and give it to the other person. However, there have been many times when hours has been wasted when trying to resolve issues when two people have worked in our root repo at the same time.&lt;br&gt;

&lt;br&gt;Just my 10 öre... &lt;br&gt;&lt;br&gt;Daniel&lt;br&gt;&lt;br&gt;&lt;br&gt;On Tue, Nov 24, 2009 at 11:00 PM, Stuart Douglas &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504344&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stuart@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;As I understand it GIT support on windows is not good, and also just having a quick google around it looks like the tooling support is not very mature either. Also the commands are different to subversions commands so there is quite a steep learning curve.&lt;br&gt;


I like bazaar, it uses the same commands as subversion, works on all platforms and has eclipse and windows support. It also has launchpad, which is the bzr equivalent of github.&lt;br&gt;
&lt;br&gt;
Stuart&lt;br&gt;
________________________________________&lt;br&gt;
From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504344&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev-bounces@...&lt;/a&gt; [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504344&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev-bounces@...&lt;/a&gt;] On Behalf Of Francisco Jose Peredo [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504344&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;franciscoperedo@...&lt;/a&gt;]&lt;br&gt;


Sent: Wednesday, 25 November 2009 1:17 AM&lt;br&gt;
To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504344&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt;
Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504344&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;&lt;br&gt;
Subject: Re: [seam-dev] Mercurial vs GIT&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
I have not tried GIT, but from what I have read it is pretty complicated&lt;br&gt;
to learn to use...&lt;br&gt;
OTOH I have tried Mercurial, which is also distributed, and found it&lt;br&gt;
confortable... apparently the&lt;br&gt;
way it deals with its distribute nature is easier for subversion users&lt;br&gt;
to understand...&lt;br&gt;
AFAIK Netbeans source code is in Mercurial, also OpenJDK... So it seems&lt;br&gt;
to work&lt;br&gt;
well with large code bases... and there are plugins for Netbeans,&lt;br&gt;
Eclipse and the Tortoise Hg&lt;br&gt;
project is advanced and usable...&lt;br&gt;
Google Code offers free Mercurial hosting...&lt;br&gt;
Why not Mercurial?&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Pete Muir escribió:&lt;br&gt;
&amp;gt; A quick item we discussed at the f2f meeting was whether to switch to&lt;br&gt;
&amp;gt; GIT for our SCM, rather than SVN.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; This would give us a IMO a system well suited to our distribued dev&lt;br&gt;
&amp;gt; model, it would also make it much easier for others to sandbox PEs and&lt;br&gt;
&amp;gt; then contribute them back to us.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; The proposal is to use Github to host.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; The team members at devoxx were in favour, but what do others think?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Pete&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; --&lt;br&gt;
&amp;gt; Pete Muir&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Pete&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Pete&lt;/a&gt;&lt;br&gt;
&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; seam-dev mailing list&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504344&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
Dirección Informática de Servicios Financieros&lt;br&gt;
Dirección General de Modernización e Innovación Gubernamental&lt;br&gt;
Secretaría de Administración y Finanzas&lt;br&gt;
Paseo de la Sierra 435 col. Reforma&lt;br&gt;
C.P. 86086, Villahermosa, Tabasco.&lt;br&gt;
Tel. 52 + 993 + 310 40 00 Ext. 7127&lt;br&gt;
&lt;a href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
IMPORTANTE: Esta transmisión electrónica, incluyendo sus anexos, archivos insertados o &amp;quot;attachments&amp;quot;, puede constituir información confidencial o reservada, en los términos de la Ley de Acceso a la Información Pública del Estado de Tabasco, y estar protegida por el derecho fundamental a la privacidad. Se prohibe el uso de esta información por cualquier persona distinta al receptor intencional o previsto. Si usted ha recibibido esta transmisión electrónica por error, por favor responda inmediatamente al emisor y borre esta información de su sistema. El uso, diseminación, distribución o reproducción de esta transmisión electrónica por receptores no intencionados o no previstos por el emisor, no está autorizada y puede considerarse ilícita en los términos de la legislación penal y civil vigente.&lt;br&gt;


&lt;br&gt;
_______________________________________________&lt;br&gt;
seam-dev mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504344&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
seam-dev mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504344&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Daniel Roth&lt;br&gt;M.Sc. Computer Science&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504344&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel@...&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.danielroth.se&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.danielroth.se&lt;/a&gt;&lt;br&gt;

+46 736 36 29 46&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504344&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26504344.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504268</id>
	<title>Re: Mercurial vs GIT vs Bazaar</title>
	<published>2009-11-24T14:13:52Z</published>
	<updated>2009-11-24T14:13:52Z</updated>
	<author>
		<name>Stuart Douglas</name>
	</author>
	<content type="html">Yes, TortoiseBzr. It also has native subversion support, you can use it as a client for existing subversion repositories.
&lt;br&gt;&lt;br&gt;Stuart
&lt;br&gt;________________________________________
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504268&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev-bounces@...&lt;/a&gt; [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504268&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev-bounces@...&lt;/a&gt;] On Behalf Of Francisco Jose Peredo [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504268&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;franciscoperedo@...&lt;/a&gt;]
&lt;br&gt;Sent: Wednesday, 25 November 2009 9:07 AM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504268&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;Subject: Re: [seam-dev] Mercurial vs GIT vs Bazaar
&lt;br&gt;&lt;br&gt;Stuart Douglas escribió:
&lt;br&gt;&lt;br&gt;As I understand it GIT support on windows is not good, and also just having a quick google around it looks like the tooling support is not very mature either. Also the commands are different to subversions commands so there is quite a steep learning curve.
&lt;br&gt;I like bazaar, it uses the same commands as subversion, works on all platforms and has eclipse and windows support. It also has launchpad, which is the bzr equivalent of github.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Does Bazaar it have something like TortoiseHq or TortoiseGit ?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Stuart
&lt;br&gt;________________________________________
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504268&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev-bounces@...&lt;/a&gt;&amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504268&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev-bounces@...&lt;/a&gt;&amp;gt; [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504268&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev-bounces@...&lt;/a&gt;&amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504268&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev-bounces@...&lt;/a&gt;&amp;gt;] On Behalf Of Francisco Jose Peredo [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504268&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;franciscoperedo@...&lt;/a&gt;&amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504268&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;franciscoperedo@...&lt;/a&gt;&amp;gt;]
&lt;br&gt;Sent: Wednesday, 25 November 2009 1:17 AM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504268&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504268&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504268&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;&amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504268&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Subject: Re: [seam-dev] Mercurial vs GIT
&lt;br&gt;&lt;br&gt;I have not tried GIT, but from what I have read it is pretty complicated
&lt;br&gt;to learn to use...
&lt;br&gt;OTOH I have tried Mercurial, which is also distributed, and found it
&lt;br&gt;confortable... apparently the
&lt;br&gt;way it deals with its distribute nature is easier for subversion users
&lt;br&gt;to understand...
&lt;br&gt;AFAIK Netbeans source code is in Mercurial, also OpenJDK... So it seems
&lt;br&gt;to work
&lt;br&gt;well with large code bases... and there are plugins for Netbeans,
&lt;br&gt;Eclipse and the Tortoise Hg
&lt;br&gt;project is advanced and usable...
&lt;br&gt;Google Code offers free Mercurial hosting...
&lt;br&gt;Why not Mercurial?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Pete Muir escribió:
&lt;br&gt;&lt;br&gt;&lt;br&gt;A quick item we discussed at the f2f meeting was whether to switch to
&lt;br&gt;GIT for our SCM, rather than SVN.
&lt;br&gt;&lt;br&gt;This would give us a IMO a system well suited to our distribued dev
&lt;br&gt;model, it would also make it much easier for others to sandbox PEs and
&lt;br&gt;then contribute them back to us.
&lt;br&gt;&lt;br&gt;The proposal is to use Github to host.
&lt;br&gt;&lt;br&gt;The team members at devoxx were in favour, but what do others think?
&lt;br&gt;&lt;br&gt;Pete
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Pete Muir
&lt;br&gt;&lt;a href=&quot;http://in.relation.to/Bloggers/Pete&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Pete&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504268&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504268&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Dirección Informática de Servicios Financieros
&lt;br&gt;Dirección General de Modernización e Innovación Gubernamental
&lt;br&gt;Secretaría de Administración y Finanzas
&lt;br&gt;Paseo de la Sierra 435 col. Reforma
&lt;br&gt;C.P. 86086, Villahermosa, Tabasco.
&lt;br&gt;Tel. 52 + 993 + 310 40 00 Ext. 7127
&lt;br&gt;&lt;a href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;&lt;br&gt;&lt;br&gt;IMPORTANTE: Esta transmisión electrónica, incluyendo sus anexos, archivos insertados o &amp;quot;attachments&amp;quot;, puede constituir información confidencial o reservada, en los términos de la Ley de Acceso a la Información Pública del Estado de Tabasco, y estar protegida por el derecho fundamental a la privacidad. Se prohibe el uso de esta información por cualquier persona distinta al receptor intencional o previsto. Si usted ha recibibido esta transmisión electrónica por error, por favor responda inmediatamente al emisor y borre esta información de su sistema. El uso, diseminación, distribución o reproducción de esta transmisión electrónica por receptores no intencionados o no previstos por el emisor, no está autorizada y puede considerarse ilícita en los términos de la legislación penal y civil vigente.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504268&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504268&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504268&amp;i=18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504268&amp;i=19&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Dirección Informática de Servicios Financieros
&lt;br&gt;Dirección General de Modernización e Innovación Gubernamental
&lt;br&gt;Secretaría de Administración y Finanzas
&lt;br&gt;Paseo de la Sierra 435 col. Reforma
&lt;br&gt;C.P. 86086, Villahermosa, Tabasco.
&lt;br&gt;Tel. 52 + 993 + 310 40 00 Ext. 7127
&lt;br&gt;&lt;a href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;&lt;br&gt;&lt;br&gt;IMPORTANTE: Esta transmisión electrónica, incluyendo sus anexos, archivos insertados o &amp;quot;attachments&amp;quot;, puede constituir información confidencial o reservada, en los términos de la Ley de Acceso a la Información Pública del Estado de Tabasco, y estar protegida por el derecho fundamental a la privacidad. Se prohibe el uso de esta información por cualquier persona distinta al receptor intencional o previsto. Si usted ha recibibido esta transmisión electrónica por error, por favor responda inmediatamente al emisor y borre esta información de su sistema. El uso, diseminación, distribución o reproducción de esta transmisión electrónica por receptores no intencionados o no previstos por el emisor, no está autorizada y puede considerarse ilícita en los términos de la legislación penal y civil vigente.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504268&amp;i=20&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26504268.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504179</id>
	<title>Re: Mercurial vs GIT vs Bazaar</title>
	<published>2009-11-24T14:07:50Z</published>
	<updated>2009-11-24T14:07:50Z</updated>
	<author>
		<name>Francisco Peredo</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
  &lt;title&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Stuart Douglas escribi&amp;oacute;:
&lt;blockquote cite=&quot;mid:274C86F2E42FB946B89996EEC059FA2F0F879EF668@HERA.baileyroberts.local&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;As I understand it GIT support on windows is not good, and also just having a quick google around it looks like the tooling support is not very mature either. Also the commands are different to subversions commands so there is quite a steep learning curve. 
I like bazaar, it uses the same commands as subversion, works on all platforms and has eclipse and windows support. It also has launchpad, which is the bzr equivalent of github. 
  &lt;/pre&gt;
&lt;/blockquote&gt;
Does Bazaar it have something like TortoiseHq or TortoiseGit ?&lt;br&gt;
&lt;blockquote cite=&quot;mid:274C86F2E42FB946B89996EEC059FA2F0F879EF668@HERA.baileyroberts.local&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;
Stuart
________________________________________
From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504179&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev-bounces@...&lt;/a&gt; [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504179&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev-bounces@...&lt;/a&gt;] On Behalf Of Francisco Jose Peredo [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504179&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;franciscoperedo@...&lt;/a&gt;]
Sent: Wednesday, 25 November 2009 1:17 AM
To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504179&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504179&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;
Subject: Re: [seam-dev] Mercurial vs GIT

I have not tried GIT, but from what I have read it is pretty complicated
to learn to use...
OTOH I have tried Mercurial, which is also distributed, and found it
confortable... apparently the
way it deals with its distribute nature is easier for subversion users
to understand...
AFAIK Netbeans source code is in Mercurial, also OpenJDK... So it seems
to work
well with large code bases... and there are plugins for Netbeans,
Eclipse and the Tortoise Hg
project is advanced and usable...
Google Code offers free Mercurial hosting...
Why not Mercurial?



Pete Muir escribi&amp;oacute;:
  &lt;/pre&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt;A quick item we discussed at the f2f meeting was whether to switch to
GIT for our SCM, rather than SVN.

This would give us a IMO a system well suited to our distribued dev
model, it would also make it much easier for others to sandbox PEs and
then contribute them back to us.

The proposal is to use Github to host.

The team members at devoxx were in favour, but what do others think?

Pete

--
Pete Muir
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://in.relation.to/Bloggers/Pete&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Pete&lt;/a&gt;
_______________________________________________
seam-dev mailing list
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504179&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;


    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;

--
Direcci&amp;oacute;n Inform&amp;aacute;tica de Servicios Financieros
Direcci&amp;oacute;n General de Modernizaci&amp;oacute;n e Innovaci&amp;oacute;n Gubernamental
Secretar&amp;iacute;a de Administraci&amp;oacute;n y Finanzas
Paseo de la Sierra 435 col. Reforma
C.P. 86086, Villahermosa, Tabasco.
Tel. 52 + 993 + 310 40 00 Ext. 7127
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;

IMPORTANTE: Esta transmisi&amp;oacute;n electr&amp;oacute;nica, incluyendo sus anexos, archivos insertados o &quot;attachments&quot;, puede constituir informaci&amp;oacute;n confidencial o reservada, en los t&amp;eacute;rminos de la Ley de Acceso a la Informaci&amp;oacute;n P&amp;uacute;blica del Estado de Tabasco, y estar protegida por el derecho fundamental a la privacidad. Se prohibe el uso de esta informaci&amp;oacute;n por cualquier persona distinta al receptor intencional o previsto. Si usted ha recibibido esta transmisi&amp;oacute;n electr&amp;oacute;nica por error, por favor responda inmediatamente al emisor y borre esta informaci&amp;oacute;n de su sistema. El uso, diseminaci&amp;oacute;n, distribuci&amp;oacute;n o reproducci&amp;oacute;n de esta transmisi&amp;oacute;n electr&amp;oacute;nica por receptores no intencionados o no previstos por el emisor, no est&amp;aacute; autorizada y puede considerarse il&amp;iacute;cita en los t&amp;eacute;rminos de la legislaci&amp;oacute;n penal y civil vigente.

_______________________________________________
seam-dev mailing list
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504179&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;

_______________________________________________
seam-dev mailing list
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504179&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;

  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;br&gt;
&lt;pre class=&quot;moz-signature&quot; cols=&quot;72&quot;&gt;-- 
Direcci&amp;oacute;n Inform&amp;aacute;tica de Servicios Financieros
Direcci&amp;oacute;n General de Modernizaci&amp;oacute;n e Innovaci&amp;oacute;n Gubernamental
Secretar&amp;iacute;a de Administraci&amp;oacute;n y Finanzas
Paseo de la Sierra 435 col. Reforma
C.P. 86086, Villahermosa, Tabasco.
Tel. 52 + 993 + 310 40 00 Ext. 7127
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;

IMPORTANTE: Esta transmisi&amp;oacute;n electr&amp;oacute;nica, incluyendo sus anexos, archivos insertados o &quot;attachments&quot;, puede constituir informaci&amp;oacute;n confidencial o reservada, en los t&amp;eacute;rminos de la Ley de Acceso a la Informaci&amp;oacute;n P&amp;uacute;blica del Estado de Tabasco, y estar protegida por el derecho fundamental a la privacidad. Se prohibe el uso de esta informaci&amp;oacute;n por cualquier persona distinta al receptor intencional o previsto. Si usted ha recibibido esta transmisi&amp;oacute;n electr&amp;oacute;nica por error, por favor responda inmediatamente al emisor y borre esta informaci&amp;oacute;n de su sistema. El uso, diseminaci&amp;oacute;n, distribuci&amp;oacute;n o reproducci&amp;oacute;n de esta transmisi&amp;oacute;n electr&amp;oacute;nica por receptores no intencionados o no previstos por el emisor, no est&amp;aacute; autorizada y puede considerarse il&amp;iacute;cita en los t&amp;eacute;rminos de la legislaci&amp;oacute;n penal y civil vigente.&lt;/pre&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504179&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26504179.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504044</id>
	<title>Re: Mercurial vs GIT</title>
	<published>2009-11-24T14:00:39Z</published>
	<updated>2009-11-24T14:00:39Z</updated>
	<author>
		<name>Stuart Douglas</name>
	</author>
	<content type="html">As I understand it GIT support on windows is not good, and also just having a quick google around it looks like the tooling support is not very mature either. Also the commands are different to subversions commands so there is quite a steep learning curve. 
&lt;br&gt;I like bazaar, it uses the same commands as subversion, works on all platforms and has eclipse and windows support. It also has launchpad, which is the bzr equivalent of github. 
&lt;br&gt;&lt;br&gt;Stuart
&lt;br&gt;________________________________________
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504044&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev-bounces@...&lt;/a&gt; [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504044&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev-bounces@...&lt;/a&gt;] On Behalf Of Francisco Jose Peredo [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504044&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;franciscoperedo@...&lt;/a&gt;]
&lt;br&gt;Sent: Wednesday, 25 November 2009 1:17 AM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504044&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504044&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;
&lt;br&gt;Subject: Re: [seam-dev] Mercurial vs GIT
&lt;br&gt;&lt;br&gt;I have not tried GIT, but from what I have read it is pretty complicated
&lt;br&gt;to learn to use...
&lt;br&gt;OTOH I have tried Mercurial, which is also distributed, and found it
&lt;br&gt;confortable... apparently the
&lt;br&gt;way it deals with its distribute nature is easier for subversion users
&lt;br&gt;to understand...
&lt;br&gt;AFAIK Netbeans source code is in Mercurial, also OpenJDK... So it seems
&lt;br&gt;to work
&lt;br&gt;well with large code bases... and there are plugins for Netbeans,
&lt;br&gt;Eclipse and the Tortoise Hg
&lt;br&gt;project is advanced and usable...
&lt;br&gt;Google Code offers free Mercurial hosting...
&lt;br&gt;Why not Mercurial?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Pete Muir escribió:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; A quick item we discussed at the f2f meeting was whether to switch to
&lt;br&gt;&amp;gt; GIT for our SCM, rather than SVN.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This would give us a IMO a system well suited to our distribued dev
&lt;br&gt;&amp;gt; model, it would also make it much easier for others to sandbox PEs and
&lt;br&gt;&amp;gt; then contribute them back to us.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The proposal is to use Github to host.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The team members at devoxx were in favour, but what do others think?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Pete
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Pete Muir
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Pete&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Pete&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504044&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Dirección Informática de Servicios Financieros
&lt;br&gt;Dirección General de Modernización e Innovación Gubernamental
&lt;br&gt;Secretaría de Administración y Finanzas
&lt;br&gt;Paseo de la Sierra 435 col. Reforma
&lt;br&gt;C.P. 86086, Villahermosa, Tabasco.
&lt;br&gt;Tel. 52 + 993 + 310 40 00 Ext. 7127
&lt;br&gt;&lt;a href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;&lt;br&gt;&lt;br&gt;IMPORTANTE: Esta transmisión electrónica, incluyendo sus anexos, archivos insertados o &amp;quot;attachments&amp;quot;, puede constituir información confidencial o reservada, en los términos de la Ley de Acceso a la Información Pública del Estado de Tabasco, y estar protegida por el derecho fundamental a la privacidad. Se prohibe el uso de esta información por cualquier persona distinta al receptor intencional o previsto. Si usted ha recibibido esta transmisión electrónica por error, por favor responda inmediatamente al emisor y borre esta información de su sistema. El uso, diseminación, distribución o reproducción de esta transmisión electrónica por receptores no intencionados o no previstos por el emisor, no está autorizada y puede considerarse ilícita en los términos de la legislación penal y civil vigente.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504044&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504044&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26504044.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26502540</id>
	<title>Re: Seam 3 examples release cycle</title>
	<published>2009-11-24T12:13:51Z</published>
	<updated>2009-11-24T12:13:51Z</updated>
	<author>
		<name>Dan Allen (mojavelinux)</name>
	</author>
	<content type="html">Yep, this parallels the problem with docs, which we decided belong in the module.&lt;br&gt;&lt;br&gt;It&amp;#39;s possible we could still have broader examples that go into a shared examples directory and only update on a full Seam release, then have local examples for modules that can be updated more often. Actually, this option is good because we can verify backward compatibility in the general examples while still having the flexibility to demonstrate more specific features in the module-local examples.&lt;br&gt;
&lt;br&gt;-Dan&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 24, 2009 at 12:00 PM, Shane Bryzak &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26502540&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sbryzak@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
I can foresee a potential issue with the release cycle for examples,&lt;br&gt;
especially if we go down the path that we discussed during the meeting&lt;br&gt;
where we consolidate examples into more complex apps that demonstrate&lt;br&gt;
multiple Seam features.  For example, let&amp;#39;s say that we release a&lt;br&gt;
production version of Seam 3.0.0 that contains (among other things):&lt;br&gt;
&lt;br&gt;
Seam Security 3.0.0&lt;br&gt;
Seam examples 3.0.0&lt;br&gt;
&lt;br&gt;
Now let&amp;#39;s say I add some new feature into security and decide to do a&lt;br&gt;
release of Seam Security 3.0.1.  If I have accordingly updated the&lt;br&gt;
security examples with the new feature, does that mean that I need to do&lt;br&gt;
a simultaneous release of Seam examples 3.0.1?  Also, what if other&lt;br&gt;
sub-project leads have in the meantime added new features to their&lt;br&gt;
modules and their examples are in an incomplete state?  As you can see&lt;br&gt;
this becomes a problem.&lt;br&gt;
&lt;br&gt;
One possible solution is to remove the examples branch altogether and&lt;br&gt;
include the examples within the related module instead.  This prevents&lt;br&gt;
us though from creating multi-feature examples, as they will be bound to&lt;br&gt;
the sub-project lifecycle.   One other option is to only release&lt;br&gt;
examples during a major Seam release, however this is less desirable in&lt;br&gt;
the case where we release a module with complex new features that really&lt;br&gt;
need to be demonstrated.&lt;br&gt;
&lt;br&gt;
IMHO out of these two options the first one seems the lesser of two&lt;br&gt;
evils, however I&amp;#39;m wondering what you guys think.&lt;br&gt;
_______________________________________________&lt;br&gt;
seam-dev mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26502540&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Dan Allen&lt;br&gt;Senior Software Engineer, Red Hat | Author of Seam in Action&lt;br&gt;Registered Linux User #231597&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://mojavelinux.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://mojavelinux.com/seaminaction&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com/seaminaction&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.google.com/profiles/dan.j.allen&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/profiles/dan.j.allen&lt;/a&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26502540&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Seam-3-examples-release-cycle-tp26499614p26502540.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26501997</id>
	<title>Re: [weld-dev]  Mercurial vs GIT</title>
	<published>2009-11-24T11:33:02Z</published>
	<updated>2009-11-24T11:33:02Z</updated>
	<author>
		<name>Norman Richards</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;On Nov 24, 2009, at 9:41 AM, Dan Allen wrote:&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;We all agreed to use git over svn, but to be honest, mercurial wasn't considered. I've used both as well. But in my short exposure, I really didn't see a difference. What makes git so attractive is that &lt;a href=&quot;http://github.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;github.com&lt;/a&gt; explains so well how to use it.&lt;br&gt;
&lt;br&gt;I supposed we could consider mercurcial if there was a nice out of the box hosting option like &lt;a href=&quot;http://github.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;github.com&lt;/a&gt;. If not, git will likely win because of that.&lt;br&gt;&lt;/blockquote&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I've done projects with both, and I think git, once you get over the learning curve, is much easier to work with and get things done. &amp;nbsp;With mercurial, I always feel like I am fighting the system to make it work. &amp;nbsp;With git, the only struggle is learning the right commands, and then once you do everything just works perfectly. &amp;nbsp;I think the git staging model is really nice, and I git stash can't be beat. &amp;nbsp; If you are working with a lot of branches or want to work on a lot of separate issues at one time (develop features, fixes or support issues separately in parallel) git is so much more pleasant. &amp;nbsp;Mercurial isn't bad by any means, but git just gets more things right, IMHO.&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26501997&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26501997.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26513048</id>
	<title>Re: [weld-dev] Mercurial vs GIT</title>
	<published>2009-11-24T10:34:21Z</published>
	<updated>2009-11-24T10:34:21Z</updated>
	<author>
		<name>LightGuard</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;On Tue, Nov 24, 2009 at 09:07, Ashish Tonse &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513048&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ashish.tonse@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; +1 for git/github.
&lt;br&gt;&amp;gt; Echoing what others have said, I think github is ultimately what makes git
&lt;br&gt;&amp;gt; the most attractive, all things considered. Github makes it incredibly easy
&lt;br&gt;&amp;gt; to fork and propose pushes. 
&lt;br&gt;&amp;gt; Google code seems to be better suited for smaller projects, even though
&lt;br&gt;&amp;gt; google uses it for their even larger projects. For an open source project
&lt;br&gt;&amp;gt; with outside contributors, it's essential to have a good &amp;quot;hub&amp;quot; - and github
&lt;br&gt;&amp;gt; serves that purpose extremely well.
&lt;br&gt;&amp;gt; Just my 15 cents (inflation).
&lt;br&gt;&amp;gt; Ashish
&lt;br&gt;&amp;gt; PS: I'm tempted to further splinter this debate by proposing Bazaar :) (with
&lt;br&gt;&amp;gt; Ubuntu's launchpad)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Tue, Nov 24, 2009 at 10:49 AM, Francisco Jose Peredo
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513048&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;franciscoperedo@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; A nice out of the box hosting option for Mercurial? I think I mentioned
&lt;br&gt;&amp;gt;&amp;gt; GoogleCode... or there are many options to choose:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://mercurial.selenic.com/wiki/MercurialHosting&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mercurial.selenic.com/wiki/MercurialHosting&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Dan Allen escribió:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; We all agreed to use git over svn, but to be honest, mercurial wasn't
&lt;br&gt;&amp;gt;&amp;gt; considered. I've used both as well. But in my short exposure, I really
&lt;br&gt;&amp;gt;&amp;gt; didn't see a difference. What makes git so attractive is that github.com
&lt;br&gt;&amp;gt;&amp;gt; explains so well how to use it.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I supposed we could consider mercurcial if there was a nice out of the box
&lt;br&gt;&amp;gt;&amp;gt; hosting option like github.com. If not, git will likely win because of that.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -Dan
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Tue, Nov 24, 2009 at 9:33 AM, Pete Muir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513048&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I have seen a reasonable amount of GIT, and have liked what I saw, as
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; have most of the other core team who have spoken up on this issue.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Sell us Mercurial :-)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On 24 Nov 2009, at 14:22, Francisco Jose Peredo wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; An interesting comparision?:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; Francisco Jose Peredo escribió:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; I have not tried GIT, but from what I have read it is pretty
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; complicated to learn to use...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; OTOH I have tried Mercurial, which is also distributed, and found it
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; confortable... apparently the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; way it deals with its distribute nature is easier for subversion users
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; to understand...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; AFAIK Netbeans source code is in Mercurial, also OpenJDK... So it
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; seems to work
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; well with large code bases... and there are plugins for Netbeans,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Eclipse and the Tortoise Hg
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; project is advanced and usable...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Google Code offers free Mercurial hosting...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Why not Mercurial?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Pete Muir escribió:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; A quick item we discussed at the f2f meeting was whether to switch to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; GIT for our SCM, rather than SVN.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; This would give us a IMO a system well suited to our distribued dev
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; model, it would also make it much easier for others to sandbox PEs
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; then contribute them back to us.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; The proposal is to use Github to host.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; The team members at devoxx were in favour, but what do others think?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Pete
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Pete Muir
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Pete&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Pete&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513048&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; Dirección Informática de Servicios Financieros
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; Dirección General de Modernización e Innovación Gubernamental
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; Secretaría de Administración y Finanzas
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; Paseo de la Sierra 435 col. Reforma
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; C.P. 86086, Villahermosa, Tabasco.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; Tel. 52 + 993 + 310 40 00 Ext. 7127
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; IMPORTANTE: Esta transmisión electrónica, incluyendo sus anexos,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; archivos insertados o &amp;quot;attachments&amp;quot;, puede constituir información
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; confidencial o reservada, en los términos de la Ley de Acceso a la
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; Información Pública del Estado de Tabasco, y estar protegida por el derecho
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; fundamental a la privacidad. Se prohibe el uso de esta información por
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; cualquier persona distinta al receptor intencional o previsto. Si usted ha
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; recibibido esta transmisión electrónica por error, por favor responda
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; inmediatamente al emisor y borre esta información de su sistema. El uso,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; diseminación, distribución o reproducción de esta transmisión electrónica
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; por receptores no intencionados o no previstos por el emisor, no está
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; autorizada y puede considerarse ilícita en los términos de la legislación
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; penal y civil vigente.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513048&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; weld-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513048&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/weld-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/weld-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; Dan Allen
&lt;br&gt;&amp;gt;&amp;gt; Senior Software Engineer, Red Hat | Author of Seam in Action
&lt;br&gt;&amp;gt;&amp;gt; Registered Linux User #231597
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://mojavelinux.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://mojavelinux.com/seaminaction&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com/seaminaction&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.google.com/profiles/dan.j.allen&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/profiles/dan.j.allen&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -- 
&lt;br&gt;&amp;gt;&amp;gt; Dirección Informática de Servicios Financieros
&lt;br&gt;&amp;gt;&amp;gt; Dirección General de Modernización e Innovación Gubernamental
&lt;br&gt;&amp;gt;&amp;gt; Secretaría de Administración y Finanzas
&lt;br&gt;&amp;gt;&amp;gt; Paseo de la Sierra 435 col. Reforma
&lt;br&gt;&amp;gt;&amp;gt; C.P. 86086, Villahermosa, Tabasco.
&lt;br&gt;&amp;gt;&amp;gt; Tel. 52 + 993 + 310 40 00 Ext. 7127
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; IMPORTANTE: Esta transmisión electrónica, incluyendo sus anexos, archivos
&lt;br&gt;&amp;gt;&amp;gt; insertados o &amp;quot;attachments&amp;quot;, puede constituir información confidencial o
&lt;br&gt;&amp;gt;&amp;gt; reservada, en los términos de la Ley de Acceso a la Información Pública del
&lt;br&gt;&amp;gt;&amp;gt; Estado de Tabasco, y estar protegida por el derecho fundamental a la
&lt;br&gt;&amp;gt;&amp;gt; privacidad. Se prohibe el uso de esta información por cualquier persona
&lt;br&gt;&amp;gt;&amp;gt; distinta al receptor intencional o previsto. Si usted ha recibibido esta
&lt;br&gt;&amp;gt;&amp;gt; transmisión electrónica por error, por favor responda inmediatamente al
&lt;br&gt;&amp;gt;&amp;gt; emisor y borre esta información de su sistema. El uso, diseminación,
&lt;br&gt;&amp;gt;&amp;gt; distribución o reproducción de esta transmisión electrónica por receptores
&lt;br&gt;&amp;gt;&amp;gt; no intencionados o no previstos por el emisor, no está autorizada y puede
&lt;br&gt;&amp;gt;&amp;gt; considerarse ilícita en los términos de la legislación penal y civil
&lt;br&gt;&amp;gt;&amp;gt; vigente.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513048&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513048&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;/div&gt;I've looked at both and the one major difference is the branching model in hg. &amp;nbsp;Many people have coined it &amp;quot;broken&amp;quot; but those may all be in the past. &amp;nbsp;As far as tooling goes I think you'll find decent support either way. &amp;nbsp;Would Fisheye and JIRA still be used or would the services of the host be used instead? &amp;nbsp;That may also be something to consider.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Jason Porter
&lt;br&gt;Real Programmers think better when playing Adventure or Rogue.
&lt;br&gt;&lt;br&gt;PGP key id: 926CCFF5
&lt;br&gt;PGP fingerprint: 64C2 C078 13A9 5B23 7738 F7E5 1046 C39B 926C CFF5
&lt;br&gt;PGP key available at: keyserver.net, pgp.mit.edu
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513048&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (285 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26513048/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26513048.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26513041</id>
	<title>Re: [weld-dev]  GIT</title>
	<published>2009-11-24T10:24:26Z</published>
	<updated>2009-11-24T10:24:26Z</updated>
	<author>
		<name>LightGuard</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;On Tue, Nov 24, 2009 at 05:42, Dan Allen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513041&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dan.j.allen@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Sat, Nov 21, 2009 at 10:50 AM, Pete Muir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513041&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On 21 Nov 2009, at 14:15, Steven Boscarine wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Works for me, personally.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; As an outsider, it's obviously more friendly for non-JBoss employees
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; like me to contribute.  I am still waiting on someone to tag those Weld
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Maven archetypes I submitted so I can commit to trunk for review without
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; worrying about breaking anything.  With git, that wouldn't be an issue.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; You are welcome to tag whenever you want :-)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; But I agree, GIT supports distributed development much better.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; +1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I think this is amongst the most compelling reasons, perhaps even the most
&lt;br&gt;&amp;gt; compelling. It was so simple for me to get involved with the
&lt;br&gt;&amp;gt; maven-cli-plugin because it was hosted with git, and I want that same
&lt;br&gt;&amp;gt; experience for developers getting involved with Seam and Weld.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -Dan
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Dan Allen
&lt;br&gt;&amp;gt; Senior Software Engineer, Red Hat | Author of Seam in Action
&lt;br&gt;&amp;gt; Registered Linux User #231597
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://mojavelinux.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://mojavelinux.com/seaminaction&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com/seaminaction&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.google.com/profiles/dan.j.allen&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/profiles/dan.j.allen&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; weld-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513041&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/weld-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/weld-dev&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;/div&gt;+1
&lt;br&gt;Moving to Git is a great idea.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Jason Porter
&lt;br&gt;Real Programmers think better when playing Adventure or Rogue.
&lt;br&gt;&lt;br&gt;PGP key id: 926CCFF5
&lt;br&gt;PGP fingerprint: 64C2 C078 13A9 5B23 7738 F7E5 1046 C39B 926C CFF5
&lt;br&gt;PGP key available at: keyserver.net, pgp.mit.edu
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513041&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (285 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26513041/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26513041.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26500860</id>
	<title>Re: [weld-dev] Reorg of SVN</title>
	<published>2009-11-24T10:14:47Z</published>
	<updated>2009-11-24T10:14:47Z</updated>
	<author>
		<name>Pete Muir-2</name>
	</author>
	<content type="html">I did this for Weld &lt;a href=&quot;http://www.seamframework.org/Weld/WeldSVNStructure&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.seamframework.org/Weld/WeldSVNStructure&lt;/a&gt;&lt;br&gt;&lt;br&gt;Comments?
&lt;br&gt;&lt;br&gt;On 24 Nov 2009, at 13:57, Pete Muir wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; All,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am working through Weld SVN right now, and will then move onto Seam SVN, reorganizing SVN to better fit the module structure we have been discussing here recently. I'll post some links to wiki pages describing the structure once I am done.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Pete
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; weld-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500860&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/weld-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/weld-dev&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500860&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reorg-of-SVN-tp26496370p26500860.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26500747</id>
	<title>Re: [weld-dev]  Mercurial vs GIT</title>
	<published>2009-11-24T10:07:30Z</published>
	<updated>2009-11-24T10:07:30Z</updated>
	<author>
		<name>struberg</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;While both hg and Git provide pretty the same functionality, there is a huge difference in the supported tooling set.
&lt;br&gt;&lt;br&gt;.) maven will (most probably) move to Git. Most of maven folks already use Git internally.
&lt;br&gt;.) there is a native Java Git client called JGit. There will be a jgit provider for maven in the not too distant future. Thus we don't need to care about OS issues!
&lt;br&gt;.) hg is written in Python. Windows users will need to install Python. For git you don't have to install anything. The JGit jar will simply be a dependency of maven-scm.
&lt;br&gt;.) There are native plugins for Eclipse (written by Shawn Spearce), NetBeans (written by Jonas Fonesca) and Idea (provided by Intellij).
&lt;br&gt;&lt;br&gt;And the main reason for my personally: Im an old bearded Unix guy :)
&lt;br&gt;&lt;br&gt;Btw, there is also a migration scenario from SVN to Git. It is even possible to let Git play being a SVN server, so you can access a Git repo with a SVN client.
&lt;br&gt;&lt;br&gt;LieGrue,
&lt;br&gt;strub
&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Pete Muir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500747&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;&amp;gt; schrieb am Di, 24.11.2009:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Von: Pete Muir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500747&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Betreff: Re: [weld-dev] [seam-dev] Mercurial vs GIT
&lt;br&gt;&amp;gt; An: &amp;quot;Jason Lee&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500747&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jason@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; CC: &amp;quot;Francisco Jose Peredo&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500747&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;franciscoperedo@...&lt;/a&gt;&amp;gt;, &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500747&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500747&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&amp;gt;, &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500747&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500747&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Datum: Dienstag, 24. November 2009, 17:35
&lt;br&gt;&amp;gt; I also just created a bitbucket
&lt;br&gt;&amp;gt; account, which seems to offer everything that github does.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Francisco's article makes good reading, and especially as
&lt;br&gt;&amp;gt; we are all used to SVN, SVN compatible commands are a good
&lt;br&gt;&amp;gt; idea ;-)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Finally, migration to Mercurial looks possible from SVN,
&lt;br&gt;&amp;gt; and tool support looks fine.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On 24 Nov 2009, at 16:23, Jason Lee wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Some time ago, I had to decide between git and hg for
&lt;br&gt;&amp;gt; my personal projects.  I opted to go with hg because I
&lt;br&gt;&amp;gt; felt the docs were better (&lt;a href=&quot;http://hgbook.red-bean.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hgbook.red-bean.com/&lt;/a&gt;, for example) and the
&lt;br&gt;&amp;gt; Windows support for hg was much better at the time (luckily,
&lt;br&gt;&amp;gt; that's no longer an issue for me, as I'm not using Windows
&lt;br&gt;&amp;gt; ATM :).  For what it's worth, some people at my local
&lt;br&gt;&amp;gt; JUG use git and have complained about the inconsistency
&lt;br&gt;&amp;gt; between one command and another.  I can neither confirm
&lt;br&gt;&amp;gt; nor deny, as I've never used git in anger.  I am,
&lt;br&gt;&amp;gt; though, quite happy with Mercurial.  Also, for what
&lt;br&gt;&amp;gt; it's worth, it's my understanding that GlassFish (in
&lt;br&gt;&amp;gt; addition to NetBeans, OpenJDK, etc) will be moving to hg at
&lt;br&gt;&amp;gt; some point, so there are major projects on both systems.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; With regard to hosting, I'm using kenai.com for
&lt;br&gt;&amp;gt; Mojarra Scales and FacesTester, and I've been really happy
&lt;br&gt;&amp;gt; with it.  I get a nice wiki, hg (or git or svn or cvs),
&lt;br&gt;&amp;gt; and JIRA.  I realize there may be concerns with kenai
&lt;br&gt;&amp;gt; of various sorts, so, if that's not an option, bitbucket.org
&lt;br&gt;&amp;gt; is one option for hosting projects.  The Mercurial
&lt;br&gt;&amp;gt; maintains a fairly lengthy list here: &lt;a href=&quot;http://mercurial.selenic.com/wiki/MercurialHosting&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mercurial.selenic.com/wiki/MercurialHosting&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; On Nov 24, 2009, at 9:41 AM, Dan Allen wrote:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; We all agreed to use git over svn, but to be
&lt;br&gt;&amp;gt; honest, mercurial wasn't considered. I've used both as well.
&lt;br&gt;&amp;gt; But in my short exposure, I really didn't see a difference.
&lt;br&gt;&amp;gt; What makes git so attractive is that github.com explains so
&lt;br&gt;&amp;gt; well how to use it.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; I supposed we could consider mercurcial if there
&lt;br&gt;&amp;gt; was a nice out of the box hosting option like github.com. If
&lt;br&gt;&amp;gt; not, git will likely win because of that.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; -Dan
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; On Tue, Nov 24, 2009 at 9:33 AM, Pete Muir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500747&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; I have seen a reasonable amount of GIT, and have
&lt;br&gt;&amp;gt; liked what I saw, as have most of the other core team who
&lt;br&gt;&amp;gt; have spoken up on this issue.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Sell us Mercurial :-)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; On 24 Nov 2009, at 14:22, Francisco Jose Peredo
&lt;br&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; An interesting comparision?:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Francisco Jose Peredo escribió:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; I have not tried GIT, but from what I
&lt;br&gt;&amp;gt; have read it is pretty
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; complicated to learn to use...
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; OTOH I have tried Mercurial, which is
&lt;br&gt;&amp;gt; also distributed, and found it
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; confortable... apparently the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; way it deals with its distribute nature
&lt;br&gt;&amp;gt; is easier for subversion users
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; to understand...
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; AFAIK Netbeans source code is in
&lt;br&gt;&amp;gt; Mercurial, also OpenJDK... So it
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; seems to work
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; well with large code bases... and there
&lt;br&gt;&amp;gt; are plugins for Netbeans,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; Eclipse and the Tortoise Hg
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; project is advanced and usable...
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; Google Code offers free Mercurial
&lt;br&gt;&amp;gt; hosting...
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; Why not Mercurial?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; Pete Muir escribió:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; A quick item we discussed at the f2f
&lt;br&gt;&amp;gt; meeting was whether to switch to
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; GIT for our SCM, rather than SVN.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; This would give us a IMO a system
&lt;br&gt;&amp;gt; well suited to our distribued dev
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; model, it would also make it much
&lt;br&gt;&amp;gt; easier for others to sandbox PEs and
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; then contribute them back to us.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; The proposal is to use Github to
&lt;br&gt;&amp;gt; host.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; The team members at devoxx were in
&lt;br&gt;&amp;gt; favour, but what do others think?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Pete
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Pete Muir
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Pete&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Pete&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500747&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Dirección Informática de Servicios
&lt;br&gt;&amp;gt; Financieros
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Dirección General de Modernización e
&lt;br&gt;&amp;gt; Innovación Gubernamental
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Secretaría de Administración y Finanzas
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Paseo de la Sierra 435 col. Reforma
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; C.P. 86086, Villahermosa, Tabasco.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Tel. 52 + 993 + 310 40 00 Ext. 7127
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; IMPORTANTE: Esta transmisión electrónica,
&lt;br&gt;&amp;gt; incluyendo sus anexos, archivos insertados o &amp;quot;attachments&amp;quot;,
&lt;br&gt;&amp;gt; puede constituir información confidencial o reservada, en
&lt;br&gt;&amp;gt; los términos de la Ley de Acceso a la Información Pública
&lt;br&gt;&amp;gt; del Estado de Tabasco, y estar protegida por el derecho
&lt;br&gt;&amp;gt; fundamental a la privacidad. Se prohibe el uso de esta
&lt;br&gt;&amp;gt; información por cualquier persona distinta al receptor
&lt;br&gt;&amp;gt; intencional o previsto. Si usted ha recibibido esta
&lt;br&gt;&amp;gt; transmisión electrónica por error, por favor responda
&lt;br&gt;&amp;gt; inmediatamente al emisor y borre esta información de su
&lt;br&gt;&amp;gt; sistema. El uso, diseminación, distribución o
&lt;br&gt;&amp;gt; reproducción de esta transmisión electrónica por
&lt;br&gt;&amp;gt; receptores no intencionados o no previstos por el emisor, no
&lt;br&gt;&amp;gt; está autorizada y puede considerarse ilícita en los
&lt;br&gt;&amp;gt; términos de la legislación penal y civil vigente.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500747&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; weld-dev mailing list
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500747&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/weld-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/weld-dev&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Dan Allen
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Senior Software Engineer, Red Hat | Author of Seam
&lt;br&gt;&amp;gt; in Action
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Registered Linux User #231597
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://mojavelinux.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://mojavelinux.com/seaminaction&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com/seaminaction&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://www.google.com/profiles/dan.j.allen&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/profiles/dan.j.allen&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; weld-dev mailing list
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500747&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/weld-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/weld-dev&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Jason Lee, SCJP
&lt;br&gt;&amp;gt; &amp;gt; President, Oklahoma City Java Users Group
&lt;br&gt;&amp;gt; &amp;gt; Senior Java Developer, Sun Microsystems
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://blogs.steeplesoft.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.steeplesoft.com&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt; weld-dev mailing list
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500747&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/weld-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/weld-dev&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; weld-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500747&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/weld-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/weld-dev&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;__________________________________________________
&lt;br&gt;Do You Yahoo!?
&lt;br&gt;Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. 
&lt;br&gt;&lt;a href=&quot;http://mail.yahoo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.yahoo.com&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500747&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26500747.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26499614</id>
	<title>Seam 3 examples release cycle</title>
	<published>2009-11-24T09:00:40Z</published>
	<updated>2009-11-24T09:00:40Z</updated>
	<author>
		<name>Shane Bryzak-4</name>
	</author>
	<content type="html">I can foresee a potential issue with the release cycle for examples, 
&lt;br&gt;especially if we go down the path that we discussed during the meeting 
&lt;br&gt;where we consolidate examples into more complex apps that demonstrate 
&lt;br&gt;multiple Seam features. &amp;nbsp;For example, let's say that we release a 
&lt;br&gt;production version of Seam 3.0.0 that contains (among other things):
&lt;br&gt;&lt;br&gt;Seam Security 3.0.0
&lt;br&gt;Seam examples 3.0.0
&lt;br&gt;&lt;br&gt;Now let's say I add some new feature into security and decide to do a 
&lt;br&gt;release of Seam Security 3.0.1. &amp;nbsp;If I have accordingly updated the 
&lt;br&gt;security examples with the new feature, does that mean that I need to do 
&lt;br&gt;a simultaneous release of Seam examples 3.0.1? &amp;nbsp;Also, what if other 
&lt;br&gt;sub-project leads have in the meantime added new features to their 
&lt;br&gt;modules and their examples are in an incomplete state? &amp;nbsp;As you can see 
&lt;br&gt;this becomes a problem.
&lt;br&gt;&lt;br&gt;One possible solution is to remove the examples branch altogether and 
&lt;br&gt;include the examples within the related module instead. &amp;nbsp;This prevents 
&lt;br&gt;us though from creating multi-feature examples, as they will be bound to 
&lt;br&gt;the sub-project lifecycle. &amp;nbsp; One other option is to only release 
&lt;br&gt;examples during a major Seam release, however this is less desirable in 
&lt;br&gt;the case where we release a module with complex new features that really 
&lt;br&gt;need to be demonstrated.
&lt;br&gt;&lt;br&gt;IMHO out of these two options the first one seems the lesser of two 
&lt;br&gt;evils, however I'm wondering what you guys think.
&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499614&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Seam-3-examples-release-cycle-tp26499614p26499614.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26499265</id>
	<title>Re: [weld-dev]  Mercurial vs GIT</title>
	<published>2009-11-24T08:41:04Z</published>
	<updated>2009-11-24T08:41:04Z</updated>
	<author>
		<name>Dan Allen (mojavelinux)</name>
	</author>
	<content type="html">&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 24, 2009 at 11:35 AM, Pete Muir &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499265&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
I also just created a bitbucket account, which seems to offer everything that github does.&lt;br&gt;
&lt;br&gt;
Francisco&amp;#39;s article makes good reading, and especially as we are all used to SVN, SVN compatible commands are a good idea ;-)&lt;br&gt;
&lt;br&gt;
Finally, migration to Mercurial looks possible from SVN, and tool support looks fine.&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;No complains here. I&amp;#39;m happy to get this feedback from the community and active users of the tool.&lt;br&gt;&lt;br&gt;-Dan &lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;br&gt;-- &lt;br&gt;Dan Allen&lt;br&gt;Senior Software Engineer, Red Hat | Author of Seam in Action&lt;br&gt;Registered Linux User #231597&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://mojavelinux.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://mojavelinux.com/seaminaction&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com/seaminaction&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://www.google.com/profiles/dan.j.allen&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/profiles/dan.j.allen&lt;/a&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499265&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26499265.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26499180</id>
	<title>Re: [weld-dev]  Mercurial vs GIT</title>
	<published>2009-11-24T08:35:28Z</published>
	<updated>2009-11-24T08:35:28Z</updated>
	<author>
		<name>Pete Muir-2</name>
	</author>
	<content type="html">I also just created a bitbucket account, which seems to offer everything that github does.
&lt;br&gt;&lt;br&gt;Francisco's article makes good reading, and especially as we are all used to SVN, SVN compatible commands are a good idea ;-)
&lt;br&gt;&lt;br&gt;Finally, migration to Mercurial looks possible from SVN, and tool support looks fine.
&lt;br&gt;&lt;br&gt;On 24 Nov 2009, at 16:23, Jason Lee wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Some time ago, I had to decide between git and hg for my personal projects. &amp;nbsp;I opted to go with hg because I felt the docs were better (&lt;a href=&quot;http://hgbook.red-bean.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hgbook.red-bean.com/&lt;/a&gt;, for example) and the Windows support for hg was much better at the time (luckily, that's no longer an issue for me, as I'm not using Windows ATM :). &amp;nbsp;For what it's worth, some people at my local JUG use git and have complained about the inconsistency between one command and another. &amp;nbsp;I can neither confirm nor deny, as I've never used git in anger. &amp;nbsp;I am, though, quite happy with Mercurial. &amp;nbsp;Also, for what it's worth, it's my understanding that GlassFish (in addition to NetBeans, OpenJDK, etc) will be moving to hg at some point, so there are major projects on both systems.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; With regard to hosting, I'm using kenai.com for Mojarra Scales and FacesTester, and I've been really happy with it. &amp;nbsp;I get a nice wiki, hg (or git or svn or cvs), and JIRA. &amp;nbsp;I realize there may be concerns with kenai of various sorts, so, if that's not an option, bitbucket.org is one option for hosting projects. &amp;nbsp;The Mercurial maintains a fairly lengthy list here: &lt;a href=&quot;http://mercurial.selenic.com/wiki/MercurialHosting&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mercurial.selenic.com/wiki/MercurialHosting&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Nov 24, 2009, at 9:41 AM, Dan Allen wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; We all agreed to use git over svn, but to be honest, mercurial wasn't considered. I've used both as well. But in my short exposure, I really didn't see a difference. What makes git so attractive is that github.com explains so well how to use it.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; I supposed we could consider mercurcial if there was a nice out of the box hosting option like github.com. If not, git will likely win because of that.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; -Dan
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; On Tue, Nov 24, 2009 at 9:33 AM, Pete Muir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499180&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; I have seen a reasonable amount of GIT, and have liked what I saw, as have most of the other core team who have spoken up on this issue.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Sell us Mercurial :-)
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; On 24 Nov 2009, at 14:22, Francisco Jose Peredo wrote:
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; An interesting comparision?:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Francisco Jose Peredo escribió:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; I have not tried GIT, but from what I have read it is pretty
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; complicated to learn to use...
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; OTOH I have tried Mercurial, which is also distributed, and found it
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; confortable... apparently the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; way it deals with its distribute nature is easier for subversion users
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; to understand...
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; AFAIK Netbeans source code is in Mercurial, also OpenJDK... So it
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; seems to work
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; well with large code bases... and there are plugins for Netbeans,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Eclipse and the Tortoise Hg
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; project is advanced and usable...
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Google Code offers free Mercurial hosting...
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Why not Mercurial?
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Pete Muir escribió:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; A quick item we discussed at the f2f meeting was whether to switch to
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; GIT for our SCM, rather than SVN.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; This would give us a IMO a system well suited to our distribued dev
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; model, it would also make it much easier for others to sandbox PEs and
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; then contribute them back to us.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; The proposal is to use Github to host.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; The team members at devoxx were in favour, but what do others think?
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Pete
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Pete Muir
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Pete&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Pete&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499180&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Dirección Informática de Servicios Financieros
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Dirección General de Modernización e Innovación Gubernamental
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Secretaría de Administración y Finanzas
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Paseo de la Sierra 435 col. Reforma
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; C.P. 86086, Villahermosa, Tabasco.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Tel. 52 + 993 + 310 40 00 Ext. 7127
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; IMPORTANTE: Esta transmisión electrónica, incluyendo sus anexos, archivos insertados o &amp;quot;attachments&amp;quot;, puede constituir información confidencial o reservada, en los términos de la Ley de Acceso a la Información Pública del Estado de Tabasco, y estar protegida por el derecho fundamental a la privacidad. Se prohibe el uso de esta información por cualquier persona distinta al receptor intencional o previsto. Si usted ha recibibido esta transmisión electrónica por error, por favor responda inmediatamente al emisor y borre esta información de su sistema. El uso, diseminación, distribución o reproducción de esta transmisión electrónica por receptores no intencionados o no previstos por el emisor, no está autorizada y puede considerarse ilícita en los términos de la legislación penal y civil vigente.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499180&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; weld-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499180&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/weld-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/weld-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; -- 
&lt;br&gt;&amp;gt;&amp;gt; Dan Allen
&lt;br&gt;&amp;gt;&amp;gt; Senior Software Engineer, Red Hat | Author of Seam in Action
&lt;br&gt;&amp;gt;&amp;gt; Registered Linux User #231597
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://mojavelinux.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://mojavelinux.com/seaminaction&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com/seaminaction&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.google.com/profiles/dan.j.allen&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/profiles/dan.j.allen&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; weld-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499180&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/weld-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/weld-dev&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Jason Lee, SCJP
&lt;br&gt;&amp;gt; President, Oklahoma City Java Users Group
&lt;br&gt;&amp;gt; Senior Java Developer, Sun Microsystems
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://blogs.steeplesoft.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.steeplesoft.com&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; weld-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499180&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/weld-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/weld-dev&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499180&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26499180.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26499631</id>
	<title>Re: [weld-dev]  Mercurial vs GIT</title>
	<published>2009-11-24T08:23:55Z</published>
	<updated>2009-11-24T08:23:55Z</updated>
	<author>
		<name>Jason Lee</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;Some time ago, I had to decide between git and hg for my personal projects. &amp;nbsp;I opted to go with hg because I felt the docs were better (&lt;a href=&quot;http://hgbook.red-bean.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hgbook.red-bean.com/&lt;/a&gt;, for example) and the Windows support for hg was much better at the time (luckily, that's no longer an issue for me, as I'm not using Windows ATM :). &amp;nbsp;For what it's worth, some people at my local JUG use git and have complained about the inconsistency between one command and another. &amp;nbsp;I can neither confirm nor deny, as I've never used git in anger. &amp;nbsp;I am, though, quite happy with Mercurial. &amp;nbsp;Also, for what it's worth, it's my understanding that GlassFish (in addition to NetBeans, OpenJDK, etc) will be moving to hg at some point, so there are major projects on both systems.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;With regard to hosting, I'm using kenai.com for Mojarra Scales and FacesTester, and I've been really happy with it. &amp;nbsp;I get a nice wiki, hg (or git or svn or cvs), and JIRA. &amp;nbsp;I realize there may be concerns with kenai of various sorts, so, if that's not an option,&amp;nbsp;bitbucket.org is one option for hosting projects. &amp;nbsp;The Mercurial maintains a fairly lengthy list here:&amp;nbsp;&lt;a href=&quot;http://mercurial.selenic.com/wiki/MercurialHosting&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mercurial.selenic.com/wiki/MercurialHosting&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;On Nov 24, 2009, at 9:41 AM, Dan Allen wrote:&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;We all agreed to use git over svn, but to be honest, mercurial wasn't considered. I've used both as well. But in my short exposure, I really didn't see a difference. What makes git so attractive is that &lt;a href=&quot;http://github.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;github.com&lt;/a&gt; explains so well how to use it.&lt;br&gt; &lt;br&gt;I supposed we could consider mercurcial if there was a nice out of the box hosting option like &lt;a href=&quot;http://github.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;github.com&lt;/a&gt;. If not, git will likely win because of that.&lt;br&gt;&lt;br&gt;-Dan&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt; On Tue, Nov 24, 2009 at 9:33 AM, Pete Muir &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499631&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt; I have seen a reasonable amount of GIT, and have liked what I saw, as have most of the other core team who have spoken up on this issue.&lt;br&gt; &lt;br&gt; Sell us Mercurial :-)&lt;br&gt; &lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt; On 24 Nov 2009, at 14:22, Francisco Jose Peredo wrote:&lt;br&gt; &lt;br&gt; &amp;gt; An interesting comparision?:&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt; &lt;a href=&quot;http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/&lt;/a&gt;&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt; Francisco Jose Peredo escribió:&lt;br&gt; &amp;gt;&amp;gt; I have not tried GIT, but from what I have read it is pretty&lt;br&gt; &amp;gt;&amp;gt; complicated to learn to use...&lt;br&gt; &amp;gt;&amp;gt; OTOH I have tried Mercurial, which is also distributed, and found it&lt;br&gt; &amp;gt;&amp;gt; confortable... apparently the&lt;br&gt; &amp;gt;&amp;gt; way it deals with its distribute nature is easier for subversion users&lt;br&gt; &amp;gt;&amp;gt; to understand...&lt;br&gt; &amp;gt;&amp;gt; AFAIK Netbeans source code is in Mercurial, also OpenJDK... So it&lt;br&gt; &amp;gt;&amp;gt; seems to work&lt;br&gt; &amp;gt;&amp;gt; well with large code bases... and there are plugins for Netbeans,&lt;br&gt; &amp;gt;&amp;gt; Eclipse and the Tortoise Hg&lt;br&gt; &amp;gt;&amp;gt; project is advanced and usable...&lt;br&gt; &amp;gt;&amp;gt; Google Code offers free Mercurial hosting...&lt;br&gt; &amp;gt;&amp;gt; Why not Mercurial?&lt;br&gt; &amp;gt;&amp;gt;&lt;br&gt; &amp;gt;&amp;gt;&lt;br&gt; &amp;gt;&amp;gt;&lt;br&gt; &amp;gt;&amp;gt; Pete Muir escribió:&lt;br&gt; &amp;gt;&amp;gt;&amp;gt; A quick item we discussed at the f2f meeting was whether to switch to&lt;br&gt; &amp;gt;&amp;gt;&amp;gt; GIT for our SCM, rather than SVN.&lt;br&gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt; &amp;gt;&amp;gt;&amp;gt; This would give us a IMO a system well suited to our distribued dev&lt;br&gt; &amp;gt;&amp;gt;&amp;gt; model, it would also make it much easier for others to sandbox PEs and&lt;br&gt; &amp;gt;&amp;gt;&amp;gt; then contribute them back to us.&lt;br&gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt; &amp;gt;&amp;gt;&amp;gt; The proposal is to use Github to host.&lt;br&gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt; &amp;gt;&amp;gt;&amp;gt; The team members at devoxx were in favour, but what do others think?&lt;br&gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt; &amp;gt;&amp;gt;&amp;gt; Pete&lt;br&gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt; &amp;gt;&amp;gt;&amp;gt; --&lt;br&gt; &amp;gt;&amp;gt;&amp;gt; Pete Muir&lt;br&gt; &amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Pete&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Pete&lt;/a&gt;&lt;br&gt; &amp;gt;&amp;gt;&amp;gt; _______________________________________________&lt;br&gt; &amp;gt;&amp;gt;&amp;gt; seam-dev mailing list&lt;br&gt; &amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499631&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt; &amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt; &amp;gt;&amp;gt;&lt;br&gt; &amp;gt;&amp;gt;&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt; --&lt;br&gt; &amp;gt; Dirección Informática de Servicios Financieros&lt;br&gt; &amp;gt; Dirección General de Modernización e Innovación Gubernamental&lt;br&gt; &amp;gt; Secretaría de Administración y Finanzas&lt;br&gt; &amp;gt; Paseo de la Sierra 435 col. Reforma&lt;br&gt; &amp;gt; C.P. 86086, Villahermosa, Tabasco.&lt;br&gt; &amp;gt; Tel. 52 + 993 + 310 40 00 Ext. 7127&lt;br&gt; &amp;gt; &lt;a href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt; IMPORTANTE: Esta transmisión electrónica, incluyendo sus anexos, archivos insertados o &quot;attachments&quot;, puede constituir información confidencial o reservada, en los términos de la Ley de Acceso a la Información Pública del Estado de Tabasco, y estar protegida por el derecho fundamental a la privacidad. Se prohibe el uso de esta información por cualquier persona distinta al receptor intencional o previsto. Si usted ha recibibido esta transmisión electrónica por error, por favor responda inmediatamente al emisor y borre esta información de su sistema. El uso, diseminación, distribución o reproducción de esta transmisión electrónica por receptores no intencionados o no previstos por el emisor, no está autorizada y puede considerarse ilícita en los términos de la legislación penal y civil vigente.&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt; _______________________________________________&lt;br&gt; &amp;gt; seam-dev mailing list&lt;br&gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499631&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt; &amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt; &lt;br&gt; &lt;br&gt; &lt;/div&gt;&lt;/div&gt;_______________________________________________&lt;br&gt; weld-dev mailing list&lt;br&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499631&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;&lt;br&gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/weld-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/weld-dev&lt;/a&gt;&lt;br&gt; &lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Dan Allen&lt;br&gt;Senior Software Engineer, Red Hat | Author of Seam in Action&lt;br&gt;Registered Linux User #231597&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://mojavelinux.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com&lt;/a&gt;&lt;br&gt; &lt;a href=&quot;http://mojavelinux.com/seaminaction&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com/seaminaction&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.google.com/profiles/dan.j.allen&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/profiles/dan.j.allen&lt;/a&gt;&lt;br&gt; _______________________________________________&lt;br&gt;weld-dev mailing list&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499631&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;&lt;br&gt;https://lists.jboss.org/mailman/listinfo/weld-dev&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;div apple-content-edited=&quot;true&quot;&gt; &lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div&gt;&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: medium; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 14px; &quot;&gt;&lt;div&gt;Jason Lee, SCJP&lt;/div&gt;&lt;div&gt;President, Oklahoma City Java Users Group&lt;/div&gt;&lt;div&gt;Senior Java Developer, Sun Microsystems&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://blogs.steeplesoft.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.steeplesoft.com&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt; &lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499631&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26499631.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26498968</id>
	<title>Re: [weld-dev] Mercurial vs GIT</title>
	<published>2009-11-24T08:22:41Z</published>
	<updated>2009-11-24T08:22:41Z</updated>
	<author>
		<name>Dan Allen (mojavelinux)</name>
	</author>
	<content type="html">Ah, cool. Looks like there are some github clones.&lt;br&gt;&lt;br&gt;-Dan&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 24, 2009 at 10:49 AM, Francisco Jose Peredo &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498968&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;franciscoperedo@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;


  

&lt;div bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
A nice out of the box hosting option for Mercurial? I think I mentioned
GoogleCode... or there are many options to choose:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://mercurial.selenic.com/wiki/MercurialHosting&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://mercurial.selenic.com/wiki/MercurialHosting&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Dan Allen escribió:
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;We all agreed to use git over svn, but to be honest,
mercurial wasn&amp;#39;t considered. I&amp;#39;ve used both as well. But in my short
exposure, I really didn&amp;#39;t see a difference. What makes git so
attractive is that &lt;a href=&quot;http://github.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;github.com&lt;/a&gt;
explains so well how to use it.&lt;br&gt;
  &lt;br&gt;
I supposed we could consider mercurcial if there was a nice out of the
box hosting option like &lt;a href=&quot;http://github.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;github.com&lt;/a&gt;. If not, git will likely win
because of that.&lt;br&gt;
  &lt;br&gt;
-Dan&lt;br&gt;
  &lt;br&gt;
  &lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 24, 2009 at 9:33 AM, Pete Muir &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498968&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;&amp;gt;&lt;/span&gt;
wrote:&lt;br&gt;
  &lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;I
have seen a reasonable amount of GIT, and have liked what I saw, as
have most of the other core team who have spoken up on this issue.&lt;br&gt;
    &lt;br&gt;
Sell us Mercurial :-)&lt;br&gt;
    &lt;div&gt;
    &lt;div&gt;&lt;br&gt;
On 24 Nov 2009, at 14:22, Francisco Jose Peredo wrote:&lt;br&gt;
    &lt;br&gt;
&amp;gt; An interesting comparision?:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Francisco Jose Peredo escribió:&lt;br&gt;
&amp;gt;&amp;gt; I have not tried GIT, but from what I have read it is pretty&lt;br&gt;
&amp;gt;&amp;gt; complicated to learn to use...&lt;br&gt;
&amp;gt;&amp;gt; OTOH I have tried Mercurial, which is also distributed, and
found it&lt;br&gt;
&amp;gt;&amp;gt; confortable... apparently the&lt;br&gt;
&amp;gt;&amp;gt; way it deals with its distribute nature is easier for
subversion users&lt;br&gt;
&amp;gt;&amp;gt; to understand...&lt;br&gt;
&amp;gt;&amp;gt; AFAIK Netbeans source code is in Mercurial, also OpenJDK... So
it&lt;br&gt;
&amp;gt;&amp;gt; seems to work&lt;br&gt;
&amp;gt;&amp;gt; well with large code bases... and there are plugins for
Netbeans,&lt;br&gt;
&amp;gt;&amp;gt; Eclipse and the Tortoise Hg&lt;br&gt;
&amp;gt;&amp;gt; project is advanced and usable...&lt;br&gt;
&amp;gt;&amp;gt; Google Code offers free Mercurial hosting...&lt;br&gt;
&amp;gt;&amp;gt; Why not Mercurial?&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Pete Muir escribió:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; A quick item we discussed at the f2f meeting was whether
to switch to&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; GIT for our SCM, rather than SVN.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; This would give us a IMO a system well suited to our
distribued dev&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; model, it would also make it much easier for others to
sandbox PEs and&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; then contribute them back to us.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; The proposal is to use Github to host.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; The team members at devoxx were in favour, but what do
others think?&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Pete&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; --&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Pete Muir&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Pete&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Pete&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; seam-dev mailing list&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498968&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; --&lt;br&gt;
&amp;gt; Dirección Informática de Servicios Financieros&lt;br&gt;
&amp;gt; Dirección General de Modernización e Innovación Gubernamental&lt;br&gt;
&amp;gt; Secretaría de Administración y Finanzas&lt;br&gt;
&amp;gt; Paseo de la Sierra 435 col. Reforma&lt;br&gt;
&amp;gt; C.P. 86086, Villahermosa, Tabasco.&lt;br&gt;
&amp;gt; Tel. 52 + 993 + 310 40 00 Ext. 7127&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; IMPORTANTE: Esta transmisión electrónica, incluyendo sus anexos,
archivos insertados o &amp;quot;attachments&amp;quot;, puede constituir información
confidencial o reservada, en los términos de la Ley de Acceso a la
Información Pública del Estado de Tabasco, y estar protegida por el
derecho fundamental a la privacidad. Se prohibe el uso de esta
información por cualquier persona distinta al receptor intencional o
previsto. Si usted ha recibibido esta transmisión electrónica por
error, por favor responda inmediatamente al emisor y borre esta
información de su sistema. El uso, diseminación, distribución o
reproducción de esta transmisión electrónica por receptores no
intencionados o no previstos por el emisor, no está autorizada y puede
considerarse ilícita en los términos de la legislación penal y civil
vigente.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; seam-dev mailing list&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498968&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;
    &lt;br&gt;
    &lt;br&gt;
    &lt;/div&gt;
    &lt;/div&gt;
_______________________________________________&lt;br&gt;
weld-dev mailing list&lt;br&gt;
    &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498968&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;&lt;br&gt;
    &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/weld-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/weld-dev&lt;/a&gt;&lt;br&gt;
  &lt;/blockquote&gt;
  &lt;/div&gt;
  &lt;br&gt;
  &lt;br clear=&quot;all&quot;&gt;
  &lt;br&gt;
-- &lt;br&gt;
Dan Allen&lt;br&gt;
Senior Software Engineer, Red Hat | Author of Seam in Action&lt;br&gt;
Registered Linux User #231597&lt;br&gt;
  &lt;br&gt;
  &lt;a href=&quot;http://mojavelinux.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com&lt;/a&gt;&lt;br&gt;
  &lt;a href=&quot;http://mojavelinux.com/seaminaction&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com/seaminaction&lt;/a&gt;&lt;br&gt;
  &lt;a href=&quot;http://www.google.com/profiles/dan.j.allen&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/profiles/dan.j.allen&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;pre cols=&quot;72&quot;&gt;&lt;font color=&quot;#888888&quot;&gt;-- 
Dirección Informática de Servicios Financieros
Dirección General de Modernización e Innovación Gubernamental
Secretaría de Administración y Finanzas
Paseo de la Sierra 435 col. Reforma
C.P. 86086, Villahermosa, Tabasco.
Tel. 52 + 993 + 310 40 00 Ext. 7127
&lt;/font&gt;&lt;div class=&quot;im&quot;&gt;&lt;a href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;

IMPORTANTE: Esta transmisión electrónica, incluyendo sus anexos, archivos insertados o &amp;quot;attachments&amp;quot;, puede constituir información confidencial o reservada, en los términos de la Ley de Acceso a la Información Pública del Estado de Tabasco, y estar protegida por el derecho fundamental a la privacidad. Se prohibe el uso de esta información por cualquier persona distinta al receptor intencional o previsto. Si usted ha recibibido esta transmisión electrónica por error, por favor responda inmediatamente al emisor y borre esta información de su sistema. El uso, diseminación, distribución o reproducción de esta transmisión electrónica por receptores no intencionados o no previstos por el emisor, no está autorizada y puede considerarse ilícita en los términos de la legislación penal y civil vigente.&lt;/div&gt;
&lt;/pre&gt;
&lt;/div&gt;

&lt;br&gt;_______________________________________________&lt;br&gt;
seam-dev mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498968&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Dan Allen&lt;br&gt;Senior Software Engineer, Red Hat | Author of Seam in Action&lt;br&gt;Registered Linux User #231597&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://mojavelinux.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://mojavelinux.com/seaminaction&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com/seaminaction&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.google.com/profiles/dan.j.allen&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/profiles/dan.j.allen&lt;/a&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498968&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26498968.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26498879</id>
	<title>Re: [weld-dev]  Mercurial vs GIT</title>
	<published>2009-11-24T08:08:31Z</published>
	<updated>2009-11-24T08:08:31Z</updated>
	<author>
		<name>Gavin King-3</name>
	</author>
	<content type="html">It definitely seems like we should seriously reevaluate any decision &amp;nbsp;
&lt;br&gt;that bearded unix guys would be likely to agree with.
&lt;br&gt;&lt;br&gt;Sent from my iPhone
&lt;br&gt;&lt;br&gt;On Nov 24, 2009, at 10:38 AM, Emmanuel Bernard &amp;nbsp;
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498879&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emmanuel@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; See my old thread on thecore about how geeky git is compared to
&lt;br&gt;&amp;gt; mercurial. Basically Mercurial is natural to SVN users. GIT is natural
&lt;br&gt;&amp;gt; to bearded unix people.
&lt;br&gt;&amp;gt; That being said, GIT is quite popular and the tools tend to follow.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 24 nov. 09, at 15:33, Pete Muir wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have seen a reasonable amount of GIT, and have liked what I saw,
&lt;br&gt;&amp;gt;&amp;gt; as have most of the other core team who have spoken up on this issue.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Sell us Mercurial :-)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On 24 Nov 2009, at 14:22, Francisco Jose Peredo wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; An interesting comparision?:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Francisco Jose Peredo escribió:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I have not tried GIT, but from what I have read it is pretty
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; complicated to learn to use...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; OTOH I have tried Mercurial, which is also distributed, and found &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; it
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; confortable... apparently the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; way it deals with its distribute nature is easier for subversion
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; users
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; to understand...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; AFAIK Netbeans source code is in Mercurial, also OpenJDK... So it
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; seems to work
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; well with large code bases... and there are plugins for Netbeans,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Eclipse and the Tortoise Hg
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; project is advanced and usable...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Google Code offers free Mercurial hosting...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Why not Mercurial?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Pete Muir escribió:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; A quick item we discussed at the f2f meeting was whether to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; switch to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; GIT for our SCM, rather than SVN.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; This would give us a IMO a system well suited to our distribued &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; dev
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; model, it would also make it much easier for others to sandbox
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; PEs and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; then contribute them back to us.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The proposal is to use Github to host.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The team members at devoxx were in favour, but what do others
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; think?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Pete
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -- 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Pete Muir
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Pete&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Pete&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498879&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -- 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Dirección Informática de Servicios Financieros
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Dirección General de Modernización e Innovación Gubernamental
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Secretaría de Administración y Finanzas
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Paseo de la Sierra 435 col. Reforma
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; C.P. 86086, Villahermosa, Tabasco.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Tel. 52 + 993 + 310 40 00 Ext. 7127
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; IMPORTANTE: Esta transmisión electrónica, incluyendo sus anexos,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; archivos insertados o &amp;quot;attachments&amp;quot;, puede constituir información
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; confidencial o reservada, en los términos de la Ley de Acceso a la
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Información Pública del Estado de Tabasco, y estar protegida po 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; r el
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; derecho fundamental a la privacidad. Se prohibe el uso de esta
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; información por cualquier persona distinta al receptor intencional
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; o previsto. Si usted ha recibibido esta transmisión electrónica 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;por
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; error, por favor responda inmediatamente al emisor y borre esta
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; información de su sistema. El uso, diseminación, distribución o
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; reproducción de esta transmisión electrónica por receptores no
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; intencionados o no previstos por el emisor, no está autorizada y
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; puede considerarse ilícita en los términos de la legislación p 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; enal
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; y civil vigente.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498879&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; weld-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498879&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/weld-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/weld-dev&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; weld-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498879&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/weld-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/weld-dev&lt;/a&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498879&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26498879.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26499632</id>
	<title>Re: [weld-dev] Mercurial vs GIT</title>
	<published>2009-11-24T08:07:49Z</published>
	<updated>2009-11-24T08:07:49Z</updated>
	<author>
		<name>Ashish Tonse</name>
	</author>
	<content type="html">&lt;div&gt;+1 for git/github.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Echoing what others have said, I think github is ultimately what makes git the most attractive, all things considered. Github makes it incredibly easy to fork and propose pushes. &lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Google code seems to be better suited for smaller projects, even though google uses it for their even larger projects. For an open source project with outside contributors, it&amp;#39;s essential to have a good &amp;quot;hub&amp;quot; - and github serves that purpose extremely well.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Just my 15 cents (inflation).&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Ashish&lt;/div&gt;&lt;div&gt;PS: I&amp;#39;m tempted to further splinter this debate by proposing Bazaar :) (with Ubuntu&amp;#39;s launchpad)&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;
&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 24, 2009 at 10:49 AM, Francisco Jose Peredo &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499632&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;franciscoperedo@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;



  

&lt;div bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
A nice out of the box hosting option for Mercurial? I think I mentioned
GoogleCode... or there are many options to choose:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://mercurial.selenic.com/wiki/MercurialHosting&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://mercurial.selenic.com/wiki/MercurialHosting&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Dan Allen escribió:
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;We all agreed to use git over svn, but to be honest,
mercurial wasn&amp;#39;t considered. I&amp;#39;ve used both as well. But in my short
exposure, I really didn&amp;#39;t see a difference. What makes git so
attractive is that &lt;a href=&quot;http://github.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;github.com&lt;/a&gt;
explains so well how to use it.&lt;br&gt;
  &lt;br&gt;
I supposed we could consider mercurcial if there was a nice out of the
box hosting option like &lt;a href=&quot;http://github.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;github.com&lt;/a&gt;. If not, git will likely win
because of that.&lt;br&gt;
  &lt;br&gt;
-Dan&lt;br&gt;
  &lt;br&gt;
  &lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 24, 2009 at 9:33 AM, Pete Muir &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499632&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;&amp;gt;&lt;/span&gt;
wrote:&lt;br&gt;
  &lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex&quot;&gt;I
have seen a reasonable amount of GIT, and have liked what I saw, as
have most of the other core team who have spoken up on this issue.&lt;br&gt;
    &lt;br&gt;
Sell us Mercurial :-)&lt;br&gt;
    &lt;div&gt;
    &lt;div&gt;&lt;br&gt;
On 24 Nov 2009, at 14:22, Francisco Jose Peredo wrote:&lt;br&gt;
    &lt;br&gt;
&amp;gt; An interesting comparision?:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Francisco Jose Peredo escribió:&lt;br&gt;
&amp;gt;&amp;gt; I have not tried GIT, but from what I have read it is pretty&lt;br&gt;
&amp;gt;&amp;gt; complicated to learn to use...&lt;br&gt;
&amp;gt;&amp;gt; OTOH I have tried Mercurial, which is also distributed, and
found it&lt;br&gt;
&amp;gt;&amp;gt; confortable... apparently the&lt;br&gt;
&amp;gt;&amp;gt; way it deals with its distribute nature is easier for
subversion users&lt;br&gt;
&amp;gt;&amp;gt; to understand...&lt;br&gt;
&amp;gt;&amp;gt; AFAIK Netbeans source code is in Mercurial, also OpenJDK... So
it&lt;br&gt;
&amp;gt;&amp;gt; seems to work&lt;br&gt;
&amp;gt;&amp;gt; well with large code bases... and there are plugins for
Netbeans,&lt;br&gt;
&amp;gt;&amp;gt; Eclipse and the Tortoise Hg&lt;br&gt;
&amp;gt;&amp;gt; project is advanced and usable...&lt;br&gt;
&amp;gt;&amp;gt; Google Code offers free Mercurial hosting...&lt;br&gt;
&amp;gt;&amp;gt; Why not Mercurial?&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Pete Muir escribió:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; A quick item we discussed at the f2f meeting was whether
to switch to&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; GIT for our SCM, rather than SVN.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; This would give us a IMO a system well suited to our
distribued dev&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; model, it would also make it much easier for others to
sandbox PEs and&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; then contribute them back to us.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; The proposal is to use Github to host.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; The team members at devoxx were in favour, but what do
others think?&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Pete&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; --&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Pete Muir&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Pete&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Pete&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; seam-dev mailing list&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499632&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; --&lt;br&gt;
&amp;gt; Dirección Informática de Servicios Financieros&lt;br&gt;
&amp;gt; Dirección General de Modernización e Innovación Gubernamental&lt;br&gt;
&amp;gt; Secretaría de Administración y Finanzas&lt;br&gt;
&amp;gt; Paseo de la Sierra 435 col. Reforma&lt;br&gt;
&amp;gt; C.P. 86086, Villahermosa, Tabasco.&lt;br&gt;
&amp;gt; Tel. 52 + 993 + 310 40 00 Ext. 7127&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; IMPORTANTE: Esta transmisión electrónica, incluyendo sus anexos,
archivos insertados o &amp;quot;attachments&amp;quot;, puede constituir información
confidencial o reservada, en los términos de la Ley de Acceso a la
Información Pública del Estado de Tabasco, y estar protegida por el
derecho fundamental a la privacidad. Se prohibe el uso de esta
información por cualquier persona distinta al receptor intencional o
previsto. Si usted ha recibibido esta transmisión electrónica por
error, por favor responda inmediatamente al emisor y borre esta
información de su sistema. El uso, diseminación, distribución o
reproducción de esta transmisión electrónica por receptores no
intencionados o no previstos por el emisor, no está autorizada y puede
considerarse ilícita en los términos de la legislación penal y civil
vigente.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; seam-dev mailing list&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499632&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;
    &lt;br&gt;
    &lt;br&gt;
    &lt;/div&gt;
    &lt;/div&gt;
_______________________________________________&lt;br&gt;
weld-dev mailing list&lt;br&gt;
    &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499632&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;&lt;br&gt;
    &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/weld-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/weld-dev&lt;/a&gt;&lt;br&gt;
  &lt;/blockquote&gt;
  &lt;/div&gt;
  &lt;br&gt;
  &lt;br clear=&quot;all&quot;&gt;
  &lt;br&gt;
-- &lt;br&gt;
Dan Allen&lt;br&gt;
Senior Software Engineer, Red Hat | Author of Seam in Action&lt;br&gt;
Registered Linux User #231597&lt;br&gt;
  &lt;br&gt;
  &lt;a href=&quot;http://mojavelinux.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com&lt;/a&gt;&lt;br&gt;
  &lt;a href=&quot;http://mojavelinux.com/seaminaction&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com/seaminaction&lt;/a&gt;&lt;br&gt;
  &lt;a href=&quot;http://www.google.com/profiles/dan.j.allen&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/profiles/dan.j.allen&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;pre cols=&quot;72&quot;&gt;&lt;font color=&quot;#888888&quot;&gt;-- 
Dirección Informática de Servicios Financieros
Dirección General de Modernización e Innovación Gubernamental
Secretaría de Administración y Finanzas
Paseo de la Sierra 435 col. Reforma
C.P. 86086, Villahermosa, Tabasco.
Tel. 52 + 993 + 310 40 00 Ext. 7127
&lt;/font&gt;&lt;div class=&quot;im&quot;&gt;&lt;a href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;

IMPORTANTE: Esta transmisión electrónica, incluyendo sus anexos, archivos insertados o &amp;quot;attachments&amp;quot;, puede constituir información confidencial o reservada, en los términos de la Ley de Acceso a la Información Pública del Estado de Tabasco, y estar protegida por el derecho fundamental a la privacidad. Se prohibe el uso de esta información por cualquier persona distinta al receptor intencional o previsto. Si usted ha recibibido esta transmisión electrónica por error, por favor responda inmediatamente al emisor y borre esta información de su sistema. El uso, diseminación, distribución o reproducción de esta transmisión electrónica por receptores no intencionados o no previstos por el emisor, no está autorizada y puede considerarse ilícita en los términos de la legislación penal y civil vigente.&lt;/div&gt;
&lt;/pre&gt;
&lt;/div&gt;

&lt;br&gt;_______________________________________________&lt;br&gt;
seam-dev mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499632&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499632&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26499632.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26498382</id>
	<title>Re: [weld-dev]  Mercurial vs GIT</title>
	<published>2009-11-24T07:49:26Z</published>
	<updated>2009-11-24T07:49:26Z</updated>
	<author>
		<name>Francisco Peredo</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=UTF-8&quot; http-equiv=&quot;Content-Type&quot;&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
A nice out of the box hosting option for Mercurial? I think I mentioned
GoogleCode... or there are many options to choose:&lt;br&gt;
&lt;br&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://mercurial.selenic.com/wiki/MercurialHosting&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mercurial.selenic.com/wiki/MercurialHosting&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Dan Allen escribió:
&lt;blockquote cite=&quot;mid:19758da0911240741w9eec9eaiaf1a63e027c50b83@mail.gmail.com&quot; type=&quot;cite&quot;&gt;We all agreed to use git over svn, but to be honest,
mercurial wasn't considered. I've used both as well. But in my short
exposure, I really didn't see a difference. What makes git so
attractive is that &lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://github.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;github.com&lt;/a&gt;
explains so well how to use it.&lt;br&gt;
  &lt;br&gt;
I supposed we could consider mercurcial if there was a nice out of the
box hosting option like &lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://github.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;github.com&lt;/a&gt;. If not, git will likely win
because of that.&lt;br&gt;
  &lt;br&gt;
-Dan&lt;br&gt;
  &lt;br&gt;
  &lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 24, 2009 at 9:33 AM, Pete Muir &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498382&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;&amp;gt;&lt;/span&gt;
wrote:&lt;br&gt;
  &lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;I
have seen a reasonable amount of GIT, and have liked what I saw, as
have most of the other core team who have spoken up on this issue.&lt;br&gt;
    &lt;br&gt;
Sell us Mercurial :-)&lt;br&gt;
    &lt;div&gt;
    &lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
On 24 Nov 2009, at 14:22, Francisco Jose Peredo wrote:&lt;br&gt;
    &lt;br&gt;
&amp;gt; An interesting comparision?:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Francisco Jose Peredo escribió:&lt;br&gt;
&amp;gt;&amp;gt; I have not tried GIT, but from what I have read it is pretty&lt;br&gt;
&amp;gt;&amp;gt; complicated to learn to use...&lt;br&gt;
&amp;gt;&amp;gt; OTOH I have tried Mercurial, which is also distributed, and
found it&lt;br&gt;
&amp;gt;&amp;gt; confortable... apparently the&lt;br&gt;
&amp;gt;&amp;gt; way it deals with its distribute nature is easier for
subversion users&lt;br&gt;
&amp;gt;&amp;gt; to understand...&lt;br&gt;
&amp;gt;&amp;gt; AFAIK Netbeans source code is in Mercurial, also OpenJDK... So
it&lt;br&gt;
&amp;gt;&amp;gt; seems to work&lt;br&gt;
&amp;gt;&amp;gt; well with large code bases... and there are plugins for
Netbeans,&lt;br&gt;
&amp;gt;&amp;gt; Eclipse and the Tortoise Hg&lt;br&gt;
&amp;gt;&amp;gt; project is advanced and usable...&lt;br&gt;
&amp;gt;&amp;gt; Google Code offers free Mercurial hosting...&lt;br&gt;
&amp;gt;&amp;gt; Why not Mercurial?&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Pete Muir escribió:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; A quick item we discussed at the f2f meeting was whether
to switch to&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; GIT for our SCM, rather than SVN.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; This would give us a IMO a system well suited to our
distribued dev&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; model, it would also make it much easier for others to
sandbox PEs and&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; then contribute them back to us.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; The proposal is to use Github to host.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; The team members at devoxx were in favour, but what do
others think?&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Pete&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; --&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Pete Muir&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; &lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://in.relation.to/Bloggers/Pete&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Pete&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; seam-dev mailing list&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498382&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; &lt;a moz-do-not-send=&quot;true&quot; href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; --&lt;br&gt;
&amp;gt; Dirección Informática de Servicios Financieros&lt;br&gt;
&amp;gt; Dirección General de Modernización e Innovación Gubernamental&lt;br&gt;
&amp;gt; Secretaría de Administración y Finanzas&lt;br&gt;
&amp;gt; Paseo de la Sierra 435 col. Reforma&lt;br&gt;
&amp;gt; C.P. 86086, Villahermosa, Tabasco.&lt;br&gt;
&amp;gt; Tel. 52 + 993 + 310 40 00 Ext. 7127&lt;br&gt;
&amp;gt; &lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; IMPORTANTE: Esta transmisión electrónica, incluyendo sus anexos,
archivos insertados o &quot;attachments&quot;, puede constituir información
confidencial o reservada, en los términos de la Ley de Acceso a la
Información Pública del Estado de Tabasco, y estar protegida por el
derecho fundamental a la privacidad. Se prohibe el uso de esta
información por cualquier persona distinta al receptor intencional o
previsto. Si usted ha recibibido esta transmisión electrónica por
error, por favor responda inmediatamente al emisor y borre esta
información de su sistema. El uso, diseminación, distribución o
reproducción de esta transmisión electrónica por receptores no
intencionados o no previstos por el emisor, no está autorizada y puede
considerarse ilícita en los términos de la legislación penal y civil
vigente.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; seam-dev mailing list&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498382&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a moz-do-not-send=&quot;true&quot; href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;
    &lt;br&gt;
    &lt;br&gt;
    &lt;/div&gt;
    &lt;/div&gt;
_______________________________________________&lt;br&gt;
weld-dev mailing list&lt;br&gt;
    &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498382&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;&lt;br&gt;
    &lt;a moz-do-not-send=&quot;true&quot; href=&quot;https://lists.jboss.org/mailman/listinfo/weld-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/weld-dev&lt;/a&gt;&lt;br&gt;
  &lt;/blockquote&gt;
  &lt;/div&gt;
  &lt;br&gt;
  &lt;br clear=&quot;all&quot;&gt;
  &lt;br&gt;
-- &lt;br&gt;
Dan Allen&lt;br&gt;
Senior Software Engineer, Red Hat | Author of Seam in Action&lt;br&gt;
Registered Linux User #231597&lt;br&gt;
  &lt;br&gt;
  &lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://mojavelinux.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com&lt;/a&gt;&lt;br&gt;
  &lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://mojavelinux.com/seaminaction&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com/seaminaction&lt;/a&gt;&lt;br&gt;
  &lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.google.com/profiles/dan.j.allen&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/profiles/dan.j.allen&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;br&gt;
&lt;pre class=&quot;moz-signature&quot; cols=&quot;72&quot;&gt;-- 
Dirección Informática de Servicios Financieros
Dirección General de Modernización e Innovación Gubernamental
Secretaría de Administración y Finanzas
Paseo de la Sierra 435 col. Reforma
C.P. 86086, Villahermosa, Tabasco.
Tel. 52 + 993 + 310 40 00 Ext. 7127
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;

IMPORTANTE: Esta transmisión electrónica, incluyendo sus anexos, archivos insertados o &quot;attachments&quot;, puede constituir información confidencial o reservada, en los términos de la Ley de Acceso a la Información Pública del Estado de Tabasco, y estar protegida por el derecho fundamental a la privacidad. Se prohibe el uso de esta información por cualquier persona distinta al receptor intencional o previsto. Si usted ha recibibido esta transmisión electrónica por error, por favor responda inmediatamente al emisor y borre esta información de su sistema. El uso, diseminación, distribución o reproducción de esta transmisión electrónica por receptores no intencionados o no previstos por el emisor, no está autorizada y puede considerarse ilícita en los términos de la legislación penal y civil vigente.&lt;/pre&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498382&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26498382.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26498216</id>
	<title>Re: [weld-dev]  Mercurial vs GIT</title>
	<published>2009-11-24T07:41:59Z</published>
	<updated>2009-11-24T07:41:59Z</updated>
	<author>
		<name>Dan Allen (mojavelinux)</name>
	</author>
	<content type="html">We all agreed to use git over svn, but to be honest, mercurial wasn&amp;#39;t considered. I&amp;#39;ve used both as well. But in my short exposure, I really didn&amp;#39;t see a difference. What makes git so attractive is that &lt;a href=&quot;http://github.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;github.com&lt;/a&gt; explains so well how to use it.&lt;br&gt;
&lt;br&gt;I supposed we could consider mercurcial if there was a nice out of the box hosting option like &lt;a href=&quot;http://github.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;github.com&lt;/a&gt;. If not, git will likely win because of that.&lt;br&gt;&lt;br&gt;-Dan&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;
On Tue, Nov 24, 2009 at 9:33 AM, Pete Muir &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498216&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pmuir@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
I have seen a reasonable amount of GIT, and have liked what I saw, as have most of the other core team who have spoken up on this issue.&lt;br&gt;
&lt;br&gt;
Sell us Mercurial :-)&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
On 24 Nov 2009, at 14:22, Francisco Jose Peredo wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt; An interesting comparision?:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Francisco Jose Peredo escribió:&lt;br&gt;
&amp;gt;&amp;gt; I have not tried GIT, but from what I have read it is pretty&lt;br&gt;
&amp;gt;&amp;gt; complicated to learn to use...&lt;br&gt;
&amp;gt;&amp;gt; OTOH I have tried Mercurial, which is also distributed, and found it&lt;br&gt;
&amp;gt;&amp;gt; confortable... apparently the&lt;br&gt;
&amp;gt;&amp;gt; way it deals with its distribute nature is easier for subversion users&lt;br&gt;
&amp;gt;&amp;gt; to understand...&lt;br&gt;
&amp;gt;&amp;gt; AFAIK Netbeans source code is in Mercurial, also OpenJDK... So it&lt;br&gt;
&amp;gt;&amp;gt; seems to work&lt;br&gt;
&amp;gt;&amp;gt; well with large code bases... and there are plugins for Netbeans,&lt;br&gt;
&amp;gt;&amp;gt; Eclipse and the Tortoise Hg&lt;br&gt;
&amp;gt;&amp;gt; project is advanced and usable...&lt;br&gt;
&amp;gt;&amp;gt; Google Code offers free Mercurial hosting...&lt;br&gt;
&amp;gt;&amp;gt; Why not Mercurial?&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Pete Muir escribió:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; A quick item we discussed at the f2f meeting was whether to switch to&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; GIT for our SCM, rather than SVN.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; This would give us a IMO a system well suited to our distribued dev&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; model, it would also make it much easier for others to sandbox PEs and&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; then contribute them back to us.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; The proposal is to use Github to host.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; The team members at devoxx were in favour, but what do others think?&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Pete&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; --&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Pete Muir&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Pete&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Pete&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; seam-dev mailing list&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498216&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; --&lt;br&gt;
&amp;gt; Dirección Informática de Servicios Financieros&lt;br&gt;
&amp;gt; Dirección General de Modernización e Innovación Gubernamental&lt;br&gt;
&amp;gt; Secretaría de Administración y Finanzas&lt;br&gt;
&amp;gt; Paseo de la Sierra 435 col. Reforma&lt;br&gt;
&amp;gt; C.P. 86086, Villahermosa, Tabasco.&lt;br&gt;
&amp;gt; Tel. 52 + 993 + 310 40 00 Ext. 7127&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; IMPORTANTE: Esta transmisión electrónica, incluyendo sus anexos, archivos insertados o &amp;quot;attachments&amp;quot;, puede constituir información confidencial o reservada, en los términos de la Ley de Acceso a la Información Pública del Estado de Tabasco, y estar protegida por el derecho fundamental a la privacidad. Se prohibe el uso de esta información por cualquier persona distinta al receptor intencional o previsto. Si usted ha recibibido esta transmisión electrónica por error, por favor responda inmediatamente al emisor y borre esta información de su sistema. El uso, diseminación, distribución o reproducción de esta transmisión electrónica por receptores no intencionados o no previstos por el emisor, no está autorizada y puede considerarse ilícita en los términos de la legislación penal y civil vigente.&lt;br&gt;

&amp;gt;&lt;br&gt;
&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; seam-dev mailing list&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498216&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;_______________________________________________&lt;br&gt;
weld-dev mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498216&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/weld-dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/weld-dev&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Dan Allen&lt;br&gt;Senior Software Engineer, Red Hat | Author of Seam in Action&lt;br&gt;Registered Linux User #231597&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://mojavelinux.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://mojavelinux.com/seaminaction&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojavelinux.com/seaminaction&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.google.com/profiles/dan.j.allen&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/profiles/dan.j.allen&lt;/a&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498216&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26498216.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26498155</id>
	<title>Re: [weld-dev]  Mercurial vs GIT</title>
	<published>2009-11-24T07:38:25Z</published>
	<updated>2009-11-24T07:38:25Z</updated>
	<author>
		<name>Emmanuel Bernard</name>
	</author>
	<content type="html">See my old thread on thecore about how geeky git is compared to &amp;nbsp;
&lt;br&gt;mercurial. Basically Mercurial is natural to SVN users. GIT is natural &amp;nbsp;
&lt;br&gt;to bearded unix people.
&lt;br&gt;That being said, GIT is quite popular and the tools tend to follow.
&lt;br&gt;&lt;br&gt;On 24 nov. 09, at 15:33, Pete Muir wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I have seen a reasonable amount of GIT, and have liked what I saw, &amp;nbsp;
&lt;br&gt;&amp;gt; as have most of the other core team who have spoken up on this issue.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sell us Mercurial :-)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 24 Nov 2009, at 14:22, Francisco Jose Peredo wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; An interesting comparision?:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Francisco Jose Peredo escribió:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I have not tried GIT, but from what I have read it is pretty
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; complicated to learn to use...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; OTOH I have tried Mercurial, which is also distributed, and found it
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; confortable... apparently the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; way it deals with its distribute nature is easier for subversion &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; users
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; to understand...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; AFAIK Netbeans source code is in Mercurial, also OpenJDK... So it
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; seems to work
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; well with large code bases... and there are plugins for Netbeans,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Eclipse and the Tortoise Hg
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; project is advanced and usable...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Google Code offers free Mercurial hosting...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Why not Mercurial?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Pete Muir escribió:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; A quick item we discussed at the f2f meeting was whether to &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; switch to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; GIT for our SCM, rather than SVN.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; This would give us a IMO a system well suited to our distribued dev
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; model, it would also make it much easier for others to sandbox &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; PEs and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; then contribute them back to us.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The proposal is to use Github to host.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The team members at devoxx were in favour, but what do others &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; think?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Pete
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -- 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Pete Muir
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Pete&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Pete&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498155&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -- 
&lt;br&gt;&amp;gt;&amp;gt; Dirección Informática de Servicios Financieros
&lt;br&gt;&amp;gt;&amp;gt; Dirección General de Modernización e Innovación Gubernamental
&lt;br&gt;&amp;gt;&amp;gt; Secretaría de Administración y Finanzas
&lt;br&gt;&amp;gt;&amp;gt; Paseo de la Sierra 435 col. Reforma
&lt;br&gt;&amp;gt;&amp;gt; C.P. 86086, Villahermosa, Tabasco.
&lt;br&gt;&amp;gt;&amp;gt; Tel. 52 + 993 + 310 40 00 Ext. 7127
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; IMPORTANTE: Esta transmisión electrónica, incluyendo sus anexos, &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; archivos insertados o &amp;quot;attachments&amp;quot;, puede constituir información &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; confidencial o reservada, en los términos de la Ley de Acceso a la &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; Información Pública del Estado de Tabasco, y estar protegida por el &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; derecho fundamental a la privacidad. Se prohibe el uso de esta &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; información por cualquier persona distinta al receptor intencional &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; o previsto. Si usted ha recibibido esta transmisión electrónica por &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; error, por favor responda inmediatamente al emisor y borre esta &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; información de su sistema. El uso, diseminación, distribución o &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; reproducción de esta transmisión electrónica por receptores no &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; intencionados o no previstos por el emisor, no está autorizada y &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; puede considerarse ilícita en los términos de la legislación penal &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; y civil vigente.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498155&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; weld-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498155&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weld-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/weld-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/weld-dev&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498155&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26498155.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26496947</id>
	<title>Re: Mercurial vs GIT</title>
	<published>2009-11-24T06:33:37Z</published>
	<updated>2009-11-24T06:33:37Z</updated>
	<author>
		<name>Pete Muir-2</name>
	</author>
	<content type="html">I have seen a reasonable amount of GIT, and have liked what I saw, as have most of the other core team who have spoken up on this issue.
&lt;br&gt;&lt;br&gt;Sell us Mercurial :-)
&lt;br&gt;&lt;br&gt;On 24 Nov 2009, at 14:22, Francisco Jose Peredo wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; An interesting comparision?:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Francisco Jose Peredo escribió:
&lt;br&gt;&amp;gt;&amp;gt; I have not tried GIT, but from what I have read it is pretty 
&lt;br&gt;&amp;gt;&amp;gt; complicated to learn to use...
&lt;br&gt;&amp;gt;&amp;gt; OTOH I have tried Mercurial, which is also distributed, and found it 
&lt;br&gt;&amp;gt;&amp;gt; confortable... apparently the
&lt;br&gt;&amp;gt;&amp;gt; way it deals with its distribute nature is easier for subversion users 
&lt;br&gt;&amp;gt;&amp;gt; to understand...
&lt;br&gt;&amp;gt;&amp;gt; AFAIK Netbeans source code is in Mercurial, also OpenJDK... So it 
&lt;br&gt;&amp;gt;&amp;gt; seems to work
&lt;br&gt;&amp;gt;&amp;gt; well with large code bases... and there are plugins for Netbeans, 
&lt;br&gt;&amp;gt;&amp;gt; Eclipse and the Tortoise Hg
&lt;br&gt;&amp;gt;&amp;gt; project is advanced and usable...
&lt;br&gt;&amp;gt;&amp;gt; Google Code offers free Mercurial hosting...
&lt;br&gt;&amp;gt;&amp;gt; Why not Mercurial?
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Pete Muir escribió:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; A quick item we discussed at the f2f meeting was whether to switch to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; GIT for our SCM, rather than SVN.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; This would give us a IMO a system well suited to our distribued dev
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; model, it would also make it much easier for others to sandbox PEs and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; then contribute them back to us.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The proposal is to use Github to host.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The team members at devoxx were in favour, but what do others think?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Pete
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -- 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Pete Muir
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Pete&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Pete&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26496947&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Dirección Informática de Servicios Financieros
&lt;br&gt;&amp;gt; Dirección General de Modernización e Innovación Gubernamental
&lt;br&gt;&amp;gt; Secretaría de Administración y Finanzas
&lt;br&gt;&amp;gt; Paseo de la Sierra 435 col. Reforma
&lt;br&gt;&amp;gt; C.P. 86086, Villahermosa, Tabasco.
&lt;br&gt;&amp;gt; Tel. 52 + 993 + 310 40 00 Ext. 7127
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; IMPORTANTE: Esta transmisión electrónica, incluyendo sus anexos, archivos insertados o &amp;quot;attachments&amp;quot;, puede constituir información confidencial o reservada, en los términos de la Ley de Acceso a la Información Pública del Estado de Tabasco, y estar protegida por el derecho fundamental a la privacidad. Se prohibe el uso de esta información por cualquier persona distinta al receptor intencional o previsto. Si usted ha recibibido esta transmisión electrónica por error, por favor responda inmediatamente al emisor y borre esta información de su sistema. El uso, diseminación, distribución o reproducción de esta transmisión electrónica por receptores no intencionados o no previstos por el emisor, no está autorizada y puede considerarse ilícita en los términos de la legislación penal y civil vigente.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26496947&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26496947&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26496947.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26496784</id>
	<title>Re: Mercurial vs GIT</title>
	<published>2009-11-24T06:22:37Z</published>
	<updated>2009-11-24T06:22:37Z</updated>
	<author>
		<name>Francisco Peredo</name>
	</author>
	<content type="html">An interesting comparision?:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Francisco Jose Peredo escribió:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I have not tried GIT, but from what I have read it is pretty 
&lt;br&gt;&amp;gt; complicated to learn to use...
&lt;br&gt;&amp;gt; OTOH I have tried Mercurial, which is also distributed, and found it 
&lt;br&gt;&amp;gt; confortable... apparently the
&lt;br&gt;&amp;gt; way it deals with its distribute nature is easier for subversion users 
&lt;br&gt;&amp;gt; to understand...
&lt;br&gt;&amp;gt; AFAIK Netbeans source code is in Mercurial, also OpenJDK... So it 
&lt;br&gt;&amp;gt; seems to work
&lt;br&gt;&amp;gt; well with large code bases... and there are plugins for Netbeans, 
&lt;br&gt;&amp;gt; Eclipse and the Tortoise Hg
&lt;br&gt;&amp;gt; project is advanced and usable...
&lt;br&gt;&amp;gt; Google Code offers free Mercurial hosting...
&lt;br&gt;&amp;gt; Why not Mercurial?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Pete Muir escribió:
&lt;br&gt;&amp;gt;&amp;gt; A quick item we discussed at the f2f meeting was whether to switch to
&lt;br&gt;&amp;gt;&amp;gt; GIT for our SCM, rather than SVN.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This would give us a IMO a system well suited to our distribued dev
&lt;br&gt;&amp;gt;&amp;gt; model, it would also make it much easier for others to sandbox PEs and
&lt;br&gt;&amp;gt;&amp;gt; then contribute them back to us.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The proposal is to use Github to host.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The team members at devoxx were in favour, but what do others think?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Pete
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -- 
&lt;br&gt;&amp;gt;&amp;gt; Pete Muir
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Pete&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Pete&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26496784&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dirección Informática de Servicios Financieros
&lt;br&gt;Dirección General de Modernización e Innovación Gubernamental
&lt;br&gt;Secretaría de Administración y Finanzas
&lt;br&gt;Paseo de la Sierra 435 col. Reforma
&lt;br&gt;C.P. 86086, Villahermosa, Tabasco.
&lt;br&gt;Tel. 52 + 993 + 310 40 00 Ext. 7127
&lt;br&gt;&lt;a href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;&lt;br&gt;&lt;br&gt;IMPORTANTE: Esta transmisión electrónica, incluyendo sus anexos, archivos insertados o &amp;quot;attachments&amp;quot;, puede constituir información confidencial o reservada, en los términos de la Ley de Acceso a la Información Pública del Estado de Tabasco, y estar protegida por el derecho fundamental a la privacidad. Se prohibe el uso de esta información por cualquier persona distinta al receptor intencional o previsto. Si usted ha recibibido esta transmisión electrónica por error, por favor responda inmediatamente al emisor y borre esta información de su sistema. El uso, diseminación, distribución o reproducción de esta transmisión electrónica por receptores no intencionados o no previstos por el emisor, no está autorizada y puede considerarse ilícita en los términos de la legislación penal y civil vigente.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26496784&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26496784.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26496718</id>
	<title>Re: Mercurial vs GIT</title>
	<published>2009-11-24T06:17:12Z</published>
	<updated>2009-11-24T06:17:12Z</updated>
	<author>
		<name>Francisco Peredo</name>
	</author>
	<content type="html">I have not tried GIT, but from what I have read it is pretty complicated 
&lt;br&gt;to learn to use...
&lt;br&gt;OTOH I have tried Mercurial, which is also distributed, and found it 
&lt;br&gt;confortable... apparently the
&lt;br&gt;way it deals with its distribute nature is easier for subversion users 
&lt;br&gt;to understand...
&lt;br&gt;AFAIK Netbeans source code is in Mercurial, also OpenJDK... So it seems 
&lt;br&gt;to work
&lt;br&gt;well with large code bases... and there are plugins for Netbeans, 
&lt;br&gt;Eclipse and the Tortoise Hg
&lt;br&gt;project is advanced and usable...
&lt;br&gt;Google Code offers free Mercurial hosting...
&lt;br&gt;Why not Mercurial?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Pete Muir escribió:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; A quick item we discussed at the f2f meeting was whether to switch to
&lt;br&gt;&amp;gt; GIT for our SCM, rather than SVN.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This would give us a IMO a system well suited to our distribued dev
&lt;br&gt;&amp;gt; model, it would also make it much easier for others to sandbox PEs and
&lt;br&gt;&amp;gt; then contribute them back to us.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The proposal is to use Github to host.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The team members at devoxx were in favour, but what do others think?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Pete
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Pete Muir
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://in.relation.to/Bloggers/Pete&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.relation.to/Bloggers/Pete&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seam-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26496718&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dirección Informática de Servicios Financieros
&lt;br&gt;Dirección General de Modernización e Innovación Gubernamental
&lt;br&gt;Secretaría de Administración y Finanzas
&lt;br&gt;Paseo de la Sierra 435 col. Reforma
&lt;br&gt;C.P. 86086, Villahermosa, Tabasco.
&lt;br&gt;Tel. 52 + 993 + 310 40 00 Ext. 7127
&lt;br&gt;&lt;a href=&quot;http://saf.tabasco.gob.mx/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saf.tabasco.gob.mx/&lt;/a&gt;&lt;br&gt;&lt;br&gt;IMPORTANTE: Esta transmisión electrónica, incluyendo sus anexos, archivos insertados o &amp;quot;attachments&amp;quot;, puede constituir información confidencial o reservada, en los términos de la Ley de Acceso a la Información Pública del Estado de Tabasco, y estar protegida por el derecho fundamental a la privacidad. Se prohibe el uso de esta información por cualquier persona distinta al receptor intencional o previsto. Si usted ha recibibido esta transmisión electrónica por error, por favor responda inmediatamente al emisor y borre esta información de su sistema. El uso, diseminación, distribución o reproducción de esta transmisión electrónica por receptores no intencionados o no previstos por el emisor, no está autorizada y puede considerarse ilícita en los términos de la legislación penal y civil vigente.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seam-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26496718&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seam-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.jboss.org/mailman/listinfo/seam-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.jboss.org/mailman/listinfo/seam-dev&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GIT-tp26455692p26496718.html" />
</entry>

</feed>
