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

Re: svn commit: r20246 - trunk/subversion/tests/cmdline/svntest

From: Madan U Sreenivasan <madan_at_collab.net>
Date: 2006-06-26 12:13:23 CEST

On Mon, 26 Jun 2006 03:04:06 +0530, <lgo@tigris.org> wrote:

> Author: lgo
> Date: Sun Jun 25 14:34:06 2006
> New Revision: 20246
>
[snip]
> Modified: trunk/subversion/tests/cmdline/svntest/main.py
> URL:
> http://svn.collab.net/viewvc/svn/trunk/subversion/tests/cmdline/svntest/main.py?pathrev=20246&r1=20245&r2=20246
> ==============================================================================
> --- trunk/subversion/tests/cmdline/svntest/main.py (original)
> +++ trunk/subversion/tests/cmdline/svntest/main.py Sun Jun 25 14:34:06
> 2006
> @@ -161,6 +161,10 @@
> pristine_wc_dir = os.path.join(temp_dir, "wc")
> default_config_dir = config_dir
> +# calculate repo url from pristine_dir
> +pristine_url = test_area_url + '/' + pristine_dir
> +if windows == 1:
> + pristine_url = string.replace(pristine_url, '\\', '/')

why not os.path.join() here?

Regards,
Madan.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 26 11:43:25 2006

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.