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

Re: svn:externals format

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 19 Nov 2010 18:28:10 +0100

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.Ludwig_at_delphi-mb.de]
> > Sent: Tuesday, November 16, 2010 3:21 PM
>
> > > > what is the advantage of using
> > > >
> > > > ^/trunk/project/subproject_at_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
Received on 2010-11-19 18:28:52 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.