I removed what I thought was a hack today, I removed the check for directory
existence from before a <mkdir, assuming a working sync would have cleaned
the directory. I assumed that no <mkdir would be in existence if the
directory was in CVS|SVN. I was wrong (see below).

So, what to do? Do we go strict or loose?

regards

Adam
-----------------------------------------------------------------------
ERROR:gump:PerformMkdir Failed
Traceback (most recent call last):
  File "/home/gump/gump/python/gump/engine.py", line 514, in performPreBuild
    self.performMkDir(project,mkdir,mkdirs)
  File "/home/gump/gump/python/gump/engine.py", line 476, in performMkDir
    os.makedirs(dirToMake)
  File "/usr/local/lib/python2.2/os.py", line 204, in makedirs
    mkdir(name, mode)
OSError: [Errno 17] File exists: '/var/gump/domts/build/java'

--
Experience the Unwired Enterprise:
http://www.sybase.com/unwiredenterprise
Try Sybase: http://www.try.sybase.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to