[scm-migration-dev] Flag Day: onnv-gate transition to Mercurial: T minus 3+ weeks and counting

2008-07-14 Thread Mark J. Nelson
Standard apology for folks on lots of e-mail lists... If you're observant, you'll see that I can't count. Four weeks after I sent out an "eight weeks and counting" note, I'm sending a "three weeks and counting." Sorry for the error, but the "three" is an accurate number... Executive sum

[scm-migration-dev] Flag Day: onnv-gate transition to Mercurial: T minus 3+ weeks and counting

2008-07-14 Thread Garrett D'Amore
Is there some "quick reference" for common issues for those of us managing project gates with multiple children? I want to convert my OSS project gate, but I'm concerned if I am missing any important points that aren't in Stacey Marshall's doc. In particular, I'm willing (happy!) to manually

[scm-migration-dev] Workflow semi-docs

2008-07-14 Thread Richard Lowe
y two people, but has had no real check of its advice. -- Rich -- next part -- An embedded and charset-unspecified text was scrubbed... Name: main-asciidoc.text URL: <http://mail.opensolaris.org/pipermail/scm-migration-dev/attachments/20080714/d0f19290/attachment.ksh>

[scm-migration-dev] heads up: pay no attention to the SCCS Noise behind the curtain

2008-07-14 Thread Mark J. Nelson
If you're still using Teamware, then your nightly mail_msg will probably now contain the following: > SCCS Noise (non-DEBUG) > > sccs get Sun/Solaris/PerlGcc/config/5.8.4/5.11/x86/SCCS > sccs get Sun/Solaris/PerlGcc/config/5.8.4/5.10.1/x86/SCCS > sccs get Sun/Solaris/PerlGcc/config/5.8

[scm-migration-dev] soliciting opinions on sccs noise

2008-07-14 Thread Mark J. Nelson
I'll send a heads up, as Suha suggested. The regular expression fix will be part of a followup wad that will come from our project workspace, rather than a separate bug filed/putback before then. If any occurrences of "sccsget" (with no spaces) creep into the nightly.log/mail_msg, I'll bump t

[scm-migration-dev] hg pbchk

2008-07-14 Thread Rafael Vanoni
James Carlson wrote: > Rafael Vanoni writes: >> The repo I'm running this on has no active list (hg status -m is empty). >> But that should be okay since hg runs the checks against the parent, and >> not the changed files - right? > > No. hg runs the checks *only* on the locally changed files.

[scm-migration-dev] soliciting opinions on sccs noise

2008-07-14 Thread Mark J. Nelson
Howdy-- As part of of the Mercurial aware tools putback, we changed this code: 451 echo "\n SCCS Noise ($LABEL) \n" >> $mail_msg_file 452 453 egrep 'sccs(check:| get)' $SRC/${INSTALLOG}.out >> $mail_msg_file in nightly.sh to read as follows: 579 if [[ "

[scm-migration-dev] hg pbchk

2008-07-14 Thread Richard Lowe
James Carlson writes: > Richard Lowe writes: >> If you have made, changes to your local workspace that aren't in the >> workspace you cloned it from, and they aren't being seen by cdm, >> please tell me and give me a precise recipe to re-create (and/or a >> copy of your workspace) > > The origina

[scm-migration-dev] hg pbchk

2008-07-14 Thread James Carlson
Richard Lowe writes: > If you have made, changes to your local workspace that aren't in the > workspace you cloned it from, and they aren't being seen by cdm, > please tell me and give me a precise recipe to re-create (and/or a > copy of your workspace) The original problem reported is simple to r

[scm-migration-dev] soliciting opinions on sccs noise

2008-07-14 Thread Suhasini Peddada
Hi John, John Beck wrote: > > I think a 4+1 approach makes the most sense: fix the regular expression, but > leave the SCCS noise since we're about to get rid of Teamware anyway. > I agree with your approach. Meanwhile, may be a headsup will be helpful regarding this to avoid confusion to gat

[scm-migration-dev] soliciting opinions on sccs noise

2008-07-14 Thread John Beck
Mark> So now we're three weeks away from Mercurial, and I need direction from Mark> the ON NV core team. Do I: Mark> 1. Leave it the way it is, allowing SCCS Noise into nightly mail_msgs, Mark> knowing that we're about to get rid of Teamware usage anyway. Mark> 2. Turn SCCS Noise into a transien

[scm-migration-dev] hg pbchk

2008-07-14 Thread Richard Lowe
Rafael Vanoni writes: > James Carlson wrote: >> Rafael Vanoni writes: >>> The repo I'm running this on has no active list (hg status -m is empty). >>> But that should be okay since hg runs the checks against the parent, and >>> not the changed files - right? >> >> No. hg runs the checks *only

[scm-migration-dev] hg pbchk

2008-07-14 Thread Richard Lowe
James Carlson writes: > Rafael Vanoni writes: >> >> AttributeError: 'NoneType' object has no attribute 'branch' >> > >> > I haven't been able to replicate that problem. It might help to post >> > more information about your workspace, if possible. >> >> It's a clone of hg.os.org/hg/tesla/power

[scm-migration-dev] hg pbchk

2008-07-14 Thread Rafael Vanoni
Hi folks Updated my SUNWonbld package this morning and got this error when running 'hg pbchk'. Same thing whether I 'ws clone' before or not. The repo I'm running this on has no active list (hg status -m is empty). But that should be okay since hg runs the checks against the parent, and not th

[scm-migration-dev] hg pbchk

2008-07-14 Thread James Carlson
Rafael Vanoni writes: > >> AttributeError: 'NoneType' object has no attribute 'branch' > > > > I haven't been able to replicate that problem. It might help to post > > more information about your workspace, if possible. > > It's a clone of hg.os.org/hg/tesla/powertop, which is synced against >

[scm-migration-dev] Initial commit

2008-07-14 Thread dm120...@sun.com
Author: David Marker Repository: /hg/scm-migration/onnv-gk-tools Latest revision: e3ade2f3313c5bc5ab0c04b980f7fe7c2b9bd634 Total changesets: 1 Log message: Initial commit Files: create: README create: hgrc create: python/gate/__init__.py create: python/gate/cache.p

[scm-migration-dev] Teamware+wx to Mercurial+Cadmium cross reference posted

2008-07-14 Thread Linda Bernal
A non-text attachment was scrubbed... Name: Linda_Bernal.vcf Type: text/x-vcard Size: 265 bytes Desc: not available URL: <http://mail.opensolaris.org/pipermail/scm-migration-dev/attachments/20080714/6d0bb496/attachment.vcf>

[scm-migration-dev] hg pbchk

2008-07-14 Thread James Carlson
Rafael Vanoni writes: > The repo I'm running this on has no active list (hg status -m is empty). > But that should be okay since hg runs the checks against the parent, and > not the changed files - right? No. hg runs the checks *only* on the locally changed files. It refers to the parent in or