You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@gmail.com> on 2009/03/16 23:28:13 UTC

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

On Tue, Mar 17, 2009 at 00:22, Paul T. Burba <pb...@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