Hi all,

navigating to a working copy folder (or a subfolder thereof) and
issuing 'svn -R list path/sub' or 'svn -R list path\sub' results in:

        file1
        subsub/file2
        ...


whereas  'svn -R pg svn:keywords path/sub'
or 'svn -R pg svn:keywords  path\sub' results in:

        sub\file1 - Id URL
        sub\subsub\file2 - Id URL
        ...


There are two discrepancies the first of which looks like it is not
windos depended:

        'svn propget' always lists the 'sub' part of the path,
        'svn list' does not.

is this the same under linux, and if so is it intended behaviour?



The second one is windows dependent (maybe even TSVN specific):

        'svn list' uses '/' whereas 'svn pg' uses '\'

do all native windows clients behave this way or is this with the TSVN
client only?


I'm on win7 using the command line client that ships with tortoise svn
(TSVN 1.9.4  linked against  svn 1.9.4)
-- 

Lorenz

Reply via email to