I am really nit picking here, but all the same. > -----Original Message----- > From: Musachy Barroso [mailto:[email protected]] > Sent: Monday, April 27, 2009 11:44 > To: Struts Developers List > Subject: Re: Struts git mirrors now available > > meh..stupid company firewall I guess. The http url works fine.
Okay, that would be one issue, Issue #2: lost details: Quoteing http://markmcb.com/2008/10/18/3-reasons-to-switch-to-git-from-subversion/ Git offers power by putting collaboration up front before commits are public for all to see. Consider in each step: Git has a nice feature to create patches. They are simply changes to code, very similar to a diff. The idea is that you create patches from commits youve only made on your local copy of the repository. When your co-worker sent you the patch for E, no one else on the team had to see his commit logs, branches, etc., in the public repository because they never existed there. You are collaborating about E via emailed patches. With Subversion, its all on the server, all the time. With Git, deleting an abandoned branch is simple and clean. **** The work done in D will never be seen by the public, i.e., your team. Youve spared the team clutter both in the logs and on their file systems. **** With Subversion, the clean up is on you. Should you forget to delete D, its has the potential to get used and that could be bad. Conversely, someone else may have quietly checked out D and been working on something. When you delete it from the public repository, their commit will surely fail. > > musachy > > On Mon, Apr 27, 2009 at 11:29 AM, Musachy Barroso > <[email protected]> wrote: > > I am getting a time out trying to clone > > git://git.apache.org/struts2.git, anyone else? > > > > musachy > > > > On Mon, Apr 27, 2009 at 1:11 AM, Don Brown <[email protected]> wrote: > >> Thanks to the git infra team, we have git mirrors for Struts: > >> > >> Here are mirrors created: > >> * git://git.apache.org/struts1.git > >> * git://git.apache.org/struts2.git > >> * git://git.apache.org/struts-sandbox.git > >> * git://git.apache.org/struts-maven.git > >> > >> See https://issues.apache.org/jira/browse/INFRA-1991 for > more information. > >> > >> Don > >> > >> > --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] For > >> additional commands, e-mail: [email protected] > >> > >> > > > > > > > > -- > > "Hey you! Would you help me to carry the stone?" Pink Floyd > > > > > > -- > "Hey you! Would you help me to carry the stone?" Pink Floyd > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] For > additional commands, e-mail: [email protected] > > -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100 - - +1 (443) 269-1555 x333 Baltimore, Maryland 21218 - - - -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- This message is copyright PD Inc, subject to license 20080407P00. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
