Merge lp://staging/~rblasch/subvertpy/svn1.6-cygwin into lp://staging/~jelmer/subvertpy/trunk
Proposed by
Ronald Blaschke
Status: | Merged |
---|---|
Approved by: | Jelmer Vernooij |
Approved revision: | 2418 |
Merged at revision: | 2417 |
Proposed branch: | lp://staging/~rblasch/subvertpy/svn1.6-cygwin |
Merge into: | lp://staging/~jelmer/subvertpy/trunk |
Diff against target: |
83 lines (+16/-4) 4 files modified
subvertpy/_ra.c (+4/-4) subvertpy/tests/__init__.py (+4/-0) subvertpy/tests/test_client.py (+4/-0) subvertpy/tests/test_ra.py (+4/-0) |
To merge this branch: | bzr merge lp://staging/~rblasch/subvertpy/svn1.6-cygwin |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jelmer Vernooij | Approve | ||
Review via email: mp+81596@code.staging.launchpad.net |
Description of the change
Some small changes for Cygwin using Subversion 1.6.
* Makes the test suite pass.
* Add Windows SVN auth. windows-cryptoapi password store is used by default
on Cygwin.
$ make check
python setup.py build_ext --inplace
running build_ext
PYTHONPATH=.: python -m unittest2.__main__ subvertpy.
.......
-------
Ran 168 tests in 16.844s
OK
To post a comment you must log in.