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

Re: svn commit: r36611 - in trunk/subversion/tests/cmdline: . svntest

From: Greg Stein <gstein_at_gmail.com>
Date: Tue, 17 Mar 2009 00:28:13 +0100

On Tue, Mar 17, 2009 at 00:22, Paul T. Burba <pburba_at_collab.net> wrote:
>...
> +++ trunk/subversion/tests/cmdline/svntest/wc.py        Mon Mar 16 16:22:36 2009        (r36611)
> @@ -487,7 +487,7 @@ class State:
>         else:
>           if path == '.':
>             # 'svn proplist' strips './' from the paths. put it back on.
> -            node = './' + node
> +            node = os.path.join('.', node)
>           desc[path_to_key(node)].props = props

Thanks!

Cheers,
-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1336062
Received on 2009-03-17 00:28:36 CET

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.