Ticket #304 (closed defect: fixed)

Opened 3 months ago

Last modified 2 days ago

moap ignore doesn't work in the svn scenario

Reported by: josep@… Owned by: thomas
Priority: major Milestone: 0.2.7
Component: moap Version: TRUNK
Keywords: Cc:

Description

jep@jepix:~/psvn/sandbox/jep/gst-fluendo-msbparser$ MOAP_DEBUG=5 moap ignore
DEBUG [15386] "moap"                           moap              Oct 01 10:38:12      parse_args called (moap/extern/command/command.py:230)
DEBUG [15386] "ignore"                         ignore            Oct 01 10:38:12      parse_args called (moap/extern/command/command.py:230)
DEBUG [15386]                                  vcs               Oct 01 10:38:12      detecting VCS in /home/jep/psvn/sandbox/jep/gst-fluendo-msbparser (moap/vcs/vcs.py:34)
DEBUG [15386]                                  vcs               Oct 01 10:38:12      trying vcs modules ['darcs', 'bzr', 'svn', 'cvs', 'git_svn', 'git'] (moap/vcs/vcs.py:38)
DEBUG [15386]                                  darcs             Oct 01 10:38:12      Did not find _darcs directory under /home/jep/psvn/sandbox/jep/gst-fluendo-msbparser (moap/vcs/darcs.py:24)
DEBUG [15386]                                  vcs               Oct 01 10:38:12      did not find darcs (moap/vcs/vcs.py:59)
DEBUG [15386]                                  vcs               Oct 01 10:38:12      did not find bzr (moap/vcs/vcs.py:59)
DEBUG [15386]                                  vcs               Oct 01 10:38:12      detected VCS svn (moap/vcs/vcs.py:56)
Traceback (most recent call last):
  File "/home/jep/.install/bin/moap", line 28, in <module>
    sys.exit(main(sys.argv[1:]))
  File "/home/jep/.install/lib/python2.5/site-packages/moap/main.py", line 13, in main
    ret = c.parse(argv)
  File "/home/jep/.install/lib/python2.5/site-packages/moap/extern/command/command.py", line 285, in parse
    return self.subCommands[command].parse(args[1:])
  File "/home/jep/.install/lib/python2.5/site-packages/moap/extern/command/command.py", line 267, in parse
    ret = self.do(args)
  File "/home/jep/.install/lib/python2.5/site-packages/moap/command/ignore.py", line 39, in do
    paths = v.getUnknown()
TypeError: getUnknown() takes exactly 2 arguments (1 given)

Attachments

Change History

Changed 3 months ago by thomas

  • status changed from new to closed
  • resolution set to fixed

(In [376]) * moap/command/ignore.py:

Adapt to getUnknown() change. Fixes #304.

Add/Change #304 (moap ignore doesn't work in the svn scenario)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.