You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2003/12/01 22:23:20 UTC

cvs commit: jakarta-gump/python/gump/model module.py

ajack       2003/12/01 13:23:20

  Modified:    python/gump/model module.py
  Log:
  --verbose is not on these.
  
  Revision  Changes    Path
  1.20      +5 -2      jakarta-gump/python/gump/model/module.py
  
  Index: module.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/model/module.py,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- module.py	1 Dec 2003 17:34:07 -0000	1.19
  +++ module.py	1 Dec 2003 21:23:20 -0000	1.20
  @@ -619,8 +619,11 @@
           #
           # Allow trace for debug
           #
  -        if self.isDebug() or  self.svn.isDebug():
  -            cmd.addParameter('--verbose')
  +        #
  +        # SVN complains about -v|--verbose, don't ask me why
  +        #
  +        # if self.isDebug() or  self.svn.isDebug():
  +        #    cmd.addParameter('--verbose')
               
           if exists: