> Anyway, if we don't copy the CVS dirs into the workspace area, which I
> think is correct, then I should disable the CVS tests in Ant. I'll do
> so now.
We suffered an SVN permissions problem with the new Python sync so I simply
told it to skip CVS and .svn. Since LSD was around before this code, there
is no cleanup.
Now I don't recall CVS actually causing a problem, I added it more for
consistency. I could restore it. Also, maybe the SVN issue has gone away
(given the new release of the server, which impacts all our SVN
repositories).
# Copy directories, but not CVS/SVN stuff
if not name in ['CVS','.svn']:
self.copytree(srcname, dstname, symlinks)
regards
Adam
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]