I'm trying to browse a CVS repository (remote Linux repository) using
WinCVS Admin/browse repository option.
In the dialog box, upon entering CVSROOT value and clicking browse
button I'm getting the following errors.
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit
(Intel)] on win32
Tk is available, Tk-macros are enabled
TCL is available, shell is enabled : help (select and press enter)
Switching the shell to Python...
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit
(Intel)] on win32
Tk is available, Tk-macros are enabled
Exception in Tkinter callback
Traceback (most recent call last):
File "C:Python25liblib-tkTkinter.py", line 1403, in __call__
return self.func(*args)
File "C:Program FilesGNUWinCvs 2.0MacrosBrowseRepoTk.py", line
214, in Browse
modules = getModuleList( self.cvsroot.get(), module)
File "C:Program FilesGNUWinCvs 2.0MacrosBrowseRepoTk.py", line
142, in getModuleList
shutil.rmtree(tmpdir)
File "C:Python25Libshutil.py", line 178, in rmtree
onerror(os.rmdir, path, sys.exc_info())
File "C:Python25Libshutil.py", line 176, in rmtree
os.rmdir(path)
WindowsError: [Error 32] The process cannot access the file because
it is being used by another process: 'c:\docume~1\user~1.002
\locals~1\temp\cvsrlist'
Can you help me how fix it please.....
.