I have the latest update, and I ran the test suite this morning. It
looks like the repository is missing win32security.
Also, our friend ^M has returned! methods.py is the offender. Here is
the nostests --coverage dump:
On Sun, Mar 16, 2008 at 10:20 AM, percious <ch...@percious.com> wrote:
I have the latest update, and I ran the test suite this morning. It
looks like the repository is missing win32security.
Thanks for the info Chris...win32security comes from pywin32 of course, and it isn't in the repos anywhere. It shouldn't be necessary unless you're using the SMBChecker, but I admit I haven't run the tests on a machine where it isn't present.
I fixed this in r42.
Furthermore I like to add "svn:eol-style" "native" for all .py files in the
repository to avoid these troubles in the future.
Command to be issued:
find . -type 'f' -name '*.py' | xargs -n 1 svn propset \
"svn:eol-style" "native"
And I think that we should ignore all *.pyc:
svn status | grep pyc | xargs -n 1 dirname | grep -v '\.' | sort | uniq \
| xargs -n 1 svn propset 'svn:ignore' '*.pyc'
If no one objects, I will commit these changes in two days (on Wednesday).
And we should look into Subversion's auto-properties so that all new items
get these, too.
--
Felix Schwarz
Dipl.-Informatiker
Gubener Str. 38
10243 Berlin
Germany
www.schwarz.eu - software development and consulting