[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

merge_test.py failure on python 2.2.2

From: Madan US <madan_at_collab.net>
Date: 2005-05-31 10:42:52 CEST

Hi All,
  The merge_tests.py have been updated on 30 May 2005.
  It now uses os.path.sep. This is not available in all versions python 2.0+.

  We have a linux box here that runs the nightly test, and today
merge_test.py failed due to using this. python version used is 2.2.2. I
beleive the test should run on python 2.0 onward ( pl. correct me if am
wrong about this ).

  I wanted to fix this, but queer thing... neither
http://python.org/doc/2.4.1/lib/module-os.path.html
nor
http://python.org/doc/2.3.3/lib/module-os.path.html
  lists os.path.sep.

  python help with 2.3.3 however lists os.path.sep.

  Am not too sure about the availability... so I leave it to the python
experts to fix this.
  Pl. let me know if you need more info.

Regards,
Madan.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 31 10:47:39 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.