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

Re: svn commit: r27029 - in trunk/subversion/bindings/swig/python/tests: . trac/versioncontrol/tests

From: Eric Gillespie <epg_at_google.com>
Date: 2007-10-11 06:44:29 CEST

glasser@tigris.org writes:

> +++ trunk/subversion/bindings/swig/python/tests/client.py Mon Oct 8 14:2
> 4:21 2007
> @@ -120,7 +120,7 @@
> rev = core.svn_opt_revision_t()
> rev.kind = core.svn_opt_revision_head
>
> - path = os.path.join(tempfile.gettempdir(), 'checkout')
> + path = os.path.join(tempfile.mktemp('-checkout'))

os.path.join no longer serves any purpose here, or in any of the
other places you changed.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 11 06:44:39 2007

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.