Bugs item #733254, was opened at 2003-05-06 15:19
Message generated for change (Comment added) made by stefanheimann
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=452212&aid=733254&group_id=48175
Category: None
Group: None
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: refresh does not work
Initial Comment:
========== Traceback starts here ==========
uncaught: ('XXX', None)
Traceback (most recent call last):
File
"/raid/localhome/sheimann/cvsshell/./src/app.py", line
255, in main
self.run()
File
"/raid/localhome/sheimann/cvsshell/./src/cvs_shell.py",
line 215, in run
InteractiveApp.run(self)
File
"/raid/localhome/sheimann/cvsshell/./src/interactive_app.py",
line 68, in run
result = self.evalCommand(command)
File
"/raid/localhome/sheimann/cvsshell/./src/cvs_shell.py",
line 177, in evalCommand
self.evalSingleCommand(c)
File
"/raid/localhome/sheimann/cvsshell/./src/cvs_shell.py",
line 211, in evalSingleCommand
return fun(self, cmdName, cmdOpts)
File
"/raid/localhome/sheimann/cvsshell/./src/basic_cmds.py",
line 309, in refresh
visit(entries, '.', os.listdir('.'))
File
"/raid/localhome/sheimann/cvsshell/./src/basic_cmds.py",
line 265, in visit
raise 'XXX'
XXX
----------------------------------------------------------------------
>Comment By: Stefan Heimann (stefanheimann)
Date: 2004-02-20 10:39
Message:
Logged In: YES
user_id=327401
not enough information
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=452212&aid=733254&group_id=48175
|