From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19683 invoked by alias); 10 Oct 2007 15:03:19 -0000 Received: (qmail 19663 invoked by uid 22791); 10 Oct 2007 15:03:18 -0000 X-Spam-Status: No, hits=2.0 required=5.0 tests=AWL,BAYES_50,DK_POLICY_SIGNSOME,SUBJ_HAS_UNIQ_ID,TW_EG,TW_GT,TW_SV,UNPARSEABLE_RELAY X-Spam-Check-By: sourceware.org Received: from agminet01.oracle.com (HELO agminet01.oracle.com) (141.146.126.228) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 10 Oct 2007 15:03:07 +0000 Received: from agmgw1.us.oracle.com (agmgw1.us.oracle.com [152.68.180.212]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id l9AF31xp003687 for ; Wed, 10 Oct 2007 10:03:01 -0500 Received: from acsmt350.oracle.com (acsmt350.oracle.com [141.146.40.150]) by agmgw1.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id l9ADw0DR020489 for ; Wed, 10 Oct 2007 09:03:00 -0600 Received: from c-76-19-29-178.hsd1.ma.comcast.net by rcsmt252.oracle.com with ESMTP id 3280020621192028509; Wed, 10 Oct 2007 09:01:49 -0600 Message-ID: <470CE99B.5030802@oracle.com> Date: Wed, 10 Oct 2007 15:03:00 -0000 From: Elena Zannoni Organization: Oracle USA Inc. User-Agent: Thunderbird 1.5.0.10 (X11/20070302) MIME-Version: 1.0 To: frysk Subject: Minutes Frysk Meeting 20071010 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q4/txt/msg00039.txt.bz2 Frysk meeting 2007-10-10 Tim, Elena, Kris, Phil, Mark, Sami, Andrew (who else? Those are the ones I heard). Git: test system will start testing with GIT. There is a "master" Git tree, and that one will be used. What to do with cvs? set it to read only. Problem: Mark wants to do another libunwind import. Tim proposes to do the import using git instead directly. When is the switch going to happen? It has been determined by Andrew that this weekend is good, nobody objected. But see below.... Tim demoed how to create your own branch "git branch" "git checkout -b master-scratch master" creates a new branch master-scratch then push it through the repo: "git push origin master-scratch" create your own repo: clone command: creates your local version in your own repository you then can do: "git pull origin" "git-branch -a" lists all branches to be on master-scratch: "git branch master-scratch origin/master-scratch" use this in your own repo to create a branch with the same name of the remote branch then you check it out with "git checkout master-branch" To look at a branch: "git branch master-branch origin" origin is the "parent" of the "master-branch" How to look at an import branch? Unknown. git remote add ups-repo ssh://ups.hsv.redhat.com/home/remote/timoore/frysk-repo/.git git fetch ups-repo git-branch -a bootstrap-fixup cvs-sync gtk-link master module-fixup * sourceware-master ups-repo-master ANTLR CDTPARSER ELFUTILS INUA IVANP JARGS JUNIT LIBUNWIND NEW_EVENTVIEWER RedHat cagney-20070413-pt-segv-branch chlm classpath-getopt debuginfo dogtail-20060905-branch eventviewer20060829-branch frysk-0_0_1_2006_02_19_rh1-branch frysk-0_0_1_2006_08_24_rh1-branch frysk-20060523-offspring-branch frysk-junitcrash-20060209 frysk_200512141512_0EL41-branch libunwind-import-20070312-branch libunwind-import-20070313-branch newIsa2006-11-23-branch npremji-final-inner-class-broken-bug-20070326-branch npremji-libunwind-20070212-branch npremji-libunwind-20070219-branch npremji-libunwind-20070222-branch npremji-libunwind-20070228-branch npremji-libunwind-find-proc-info-20070329-branch npremji-libunwind-find-proc-info-20070419-branch npremji-procblockaction-20070506-branch npremji_20061113taskObservable-branch pmuldoon-corefile_new-20070205-branch pmuldoon_corefile-20061204-branch quadec-demo redhat-20070621-branch rmoseley-linuxexe-2007-0904 sami-elfutils_129-merge-20070827-branch sami_and_mike sourceware/cvs-sync sourceware/master trunk tthomas-debuginfo-20070627 tthomas-debuginfo-20070627-branch ups-repo/NEW_EVENTVIEWER ups-repo/cagney-20070413-pt-segv-branch ups-repo/debuginfo ups-repo/dogtail-20060905-branch ups-repo/eventviewer20060829-branch ups-repo/frysk-0_0_1_2006_02_19_rh1-branch ups-repo/frysk-0_0_1_2006_08_24_rh1-branch ups-repo/frysk-20060523-offspring-branch ups-repo/frysk-junitcrash-20060209 ups-repo/frysk_200512141512_0EL41-branch ups-repo/import-1.1.1 ups-repo/libunwind-import-20070312-branch ups-repo/libunwind-import-20070313-branch ups-repo/master ups-repo/newIsa2006-11-23-branch ups-repo/npremji-final-inner-class-broken-bug-20070326-branch ups-repo/npremji-libunwind-20070212-branch ups-repo/npremji-libunwind-20070219-branch ups-repo/npremji-l git-show-branch tthomas-debuginfo-20070627 [tthomas-debuginfo-20070627] This commit was manufactured by cvs2svn t o create branch 'tthomas-debuginfo-20070627'. git-tag ANTLR_2_7_5 CDTPARSER_3_0_0 JARGS_1_0 JUNIT_3_8_1 May2006_SummitDemo R0_120 Root_debuginfo Root_tthomas-debuginfo-20070627 Which branches are useful to bring over? Phil says his old branches have all beenmerged back into the trunk. There are the frysk-import things. Should all the branches be moved over anyway? Tim showed the gitk GUI, you can see branches and merges and imports. But it's not really clear what is what. Are imports distinguished graphically? Looking at the libunwind branches, which ones are the imports? Still unclear how to keep the import branches history when switching to git. Will need more time to investigate. Next week we will repeat the Git exploring meeting. Hopefully with more answers.