You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Madan US <ma...@collab.net> on 2005/05/31 08:42:52 UTC

merge_test.py failure on python 2.2.2

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

Re: merge_test.py failure on python 2.2.2

Posted by Max Bowsher <ma...@ukf.net>.
Madan US wrote:
> 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 ).

No that's correct.


Fixed in r14888, thanks for the report.

Max.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org