Bert Huijben wrote:
>[...]
>The difference is that 'svn ls' is really a repository operation, working on
>URLS (or part of urls). On URLs we always use the url / platform independent
>'/' separator.
>
>'svn propget' usually works on local paths, in which case we use the local
>path (or technically 'dirent') separator, which is a '\' on Windows.
>
>This behavior was explicitly implemented this way years ago.
>[...]

ok, that explains the slash mystery 8-)



but what about the leading subpath vs. no subpath difference?

svn -R ls path/subpath

        file1
        subsubpath/file2
        ...

vs.

svn -R pg svn:keywords path/subpath

        subpath/file1 - ...
        subpath/subsubpath/file2
        ...
-- 

Lorenz

Reply via email to