On Fri, Nov 19, 2010 at 02:55:30PM +0100, Ludwig, Michael wrote: > Replying to myself now that I realize the issue: > > > From: Ludwig, Michael [mailto:michael.lud...@delphi-mb.de] > > Sent: Tuesday, November 16, 2010 3:21 PM > > > > > what is the advantage of using > > > > > > > > ^/trunk/project/subproj...@40 subproject > > > > > > This new format does support relative URLs. > > > > Are there many files beginning with a caret? > > > > If not, it would also be convenient for: > > > > * svn list > > * svn cat > > * svn copy > > * svn move > > * svn diff > > * ... > > > > Basically everything working with URLs. > > Okay, I was proposing to make this "svn ls ^/" syntax work - but it already > works, which, however, I failed to realize because on Windows, you have to > put the command in double quotes as the cmd.exe shell uses the caret > character for its own purposes (line continuation), which made me think that > the syntax is not yet supported. > > Shells can be tricky.
On Windows, you can also use ^^/ instead of "^/". Stefan