Re: Tests fail on Windows
Michael Haggerty <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.devel |
|---|---|
| Message-ID | <[email protected]> |
James Abbatiello wrote:
> I'm trying to run the latest trunk on Windows using Python 2.6.2 and
> there are some test failures. Tests 68-75 and 90 fail due to
> http://cvs2svn.tigris.org/issues/show_bug.cgi?id=124 . Test 160 would
> also fail due to this but it is XFailed. Are there any ideas how to
> address this? It seems like it is going to become more of a problem
> now that Subversion 1.6 is out.
Aside from the patch that I am trying to get into the Subversion project
to use XML format when reading properties, I have also written a patch
for the cvs2svn test suite to allow it to use the current and
hopefully-by-then-patched version of svntest. I just pushed it to a
public git repository for your perusal. If you want to try it, do
something like
git clone git://repo.or.cz/cvs2svn.git cvs2svn.clone
cd cvs2svn.clone
git checkout origin/xml-parselog
# This is to get the trunk version of the svn:external:
svn checkout
http://svn.collab.net/repos/svn/trunk/subversion/tests/cmdline/svntest
At this point it should be possible to run the test suite using
Subversion 1.6.
If you also apply the svntest patch that I submitted to Subversion, then
it should be possible to run the test suite using any version of the
Subversion client.
There were a number of unrelated things that had to be changed to allow
our test suite to work with the current version of svntest.
Michael
------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1667&dsMessageId=2376070
To unsubscribe from this discussion, e-mail: [[email protected]].