Re: [Tutor] please explain this error

2008-09-24 Thread Eike Welk
Hello Herold! I have three ideas what you could do: - Try to run the script on the server. Maybe even take NFS down while running the script. Or as a variation, run the script in a directory which is on the local disk. It seems the script is confused by some specific behavior of NFS. (There is

Re: [Tutor] please explain this error

2008-09-24 Thread Herold Kroh
PM To: Herold Kroh Cc: [EMAIL PROTECTED]; tutor@python.org Subject: Re: [Tutor] please explain this error On Tue, Sep 23, 2008 at 06:13:31PM -0400, Herold Kroh wrote: > libsvn._core.SubversionException: ("Can't remove > 'SVN_skill/db/transactions/0-1.txn': Directory not

Re: [Tutor] please explain this error

2008-09-23 Thread Steve Willoughby
On Tue, Sep 23, 2008 at 06:13:31PM -0400, Herold Kroh wrote: > libsvn._core.SubversionException: ("Can't remove > 'SVN_skill/db/transactions/0-1.txn': Directory not empty", 39) > > I go to the offending directory and I see a .nfs file. When I > touch the file, it disappears. The problem here is

[Tutor] please explain this error

2008-09-23 Thread Herold Kroh
Hi all, New to this python thing.. I am trying to run a python script to convert sccs data to svn data (sccs2svn.py). Downloaded this off the web, and it sounds like it should do what I need it to, but I can not seem to get it to run. I keep getting the following error message: Traceback (m