Menu

TkCVS checkout causes hang

Help
2003-02-26
2004-01-16
  • Clint Harames

    Clint Harames - 2003-02-26

    Help,
    I'm running TkCVS on a Windows 2000 machine.  I am able to use everything fine, expect module checkout.  From the module browser I select the module I would like to check out, then hit the button (red circle with an arrow).  This spawns a new window.
    The first portion of the debug transcript below reflects the spawning of this window.  After I click the Checkout button in this window, the second block of text below is displayed in the debug window followed by all TCL windows freezing (including the debugger window).  I don't think I am getting enough information in the debug window prior to the hang to identify the real cause of the problem.

    ps. I can successfully check out this same module via a command line.

    Any ideas???

    <<<<<<<FIRST BLOCK>>>>>>>>
    [ModTree:setselection] ENTER (.modbrowse.treeframe.pw "/BOM_GEN")

    [ModTree:setselection] /BOM_GEN   BOM_GEN

    [ModTree:setselection] LEAVE

    [ModTree:clearselection] ENTER (.modbrowse.treeframe.pw)

    [cvsroot_check] ENTER

    [cvsroot_check] LEAVE

    [] font_star {MS Sans Serif} 8

    [] font_normal {MS Sans Serif} 8

    [] font_bold {MS Sans Serif} 8

    [] font_italic font1)

    [::dialog::checkout] ENTER (:pserver:harames@tinkerbell:/usr/cvs BOM_GEN )

    [::dialog::FormCreate] ENTER (

      1          {}        0     h {CVS Repository}        1

      cvsroot    cvsroot   1     t {CVSROOT}               {}

      2          {}        0     h {Module}                1

      module     module    1     t {Name/Path}             {}

      revtag     {}        0     t {Revision/Tag}          {}

      date       {}        0     t {Date}                  {}

      3          {}        0     h {Destination}           1

      dir        directory 1     t {Current Directory}     {}

      target     directory 0     t {Working Directory}     {}

      4          {}        0     h {Merge }                0

      mtag1      {}        0     t {Old tag}               {}

      mtag2      {}        0     t {New tag}               {}

      5          {}        0     h {Advanced}              0

      prune      {}        0     r {Empty Directories}     {{Create}                    {}

                                                            {Don't create}              {-P}

                                                           }

      kflag      {}        0     r {Keyword Expansion}     {{Default}                   {}

                                                            {Keep as-is}                {-ko}

                                                            {Treat files as binary}     {-kb}

                                                            {Keywords only}             {-kk}

                                                           }

    )

    [] LEAVE

    [::dialog::checkout] LEAVE
    <<<<<<<SECOND BLOCK STARTS HERE>>>>>>>>>
    [cvs_checkout] ENTER (C:/temp/Perl/Dev :pserver:harames@tinkerbell:/usr/cvs P   BOM_GEN)

    [cvsroot_check] ENTER

    [cvsroot_check] LEAVE

    At this point all TCL windows are hung....

     
    • Clint Harames

      Clint Harames - 2004-01-16

      This turned out to be an issue with the version of wish.  Upgrading to wish84 solved the problem.

       
      • DorothyR

        DorothyR - 2004-01-16

        Hm, that's weird.  I used to use it with wish8.3.  Oh, well, whatever works, I guess.

         

Log in to post a comment.