Re: --strict vs --no-newline

2014-06-18 Thread Peter Samuelson
[Julian Foad] > Do we really want a new subcommand "svn youngest" for this? > > We already have: > >   svnversion >     # youngest rev in a WC > >   svn info $URL | grep 'Revision:' >     # head revision of repo in which $URL exists As Johan has already noted, it's slightly more complicated.

Re: --strict vs --no-newline

2014-06-17 Thread Julian Foad
Johan Corveleyn wrote: > Julian Foad wrote: > ... >> Do we really want a new subcommand "svn youngest" for this? >> >> We already have: >> >>   svnversion >>     # youngest rev in a WC >> >>   svn info $URL | grep 'Revision:' >>     # head revision of repo in which $URL exists > > Not ex

Re: --strict vs --no-newline

2014-06-17 Thread Johan Corveleyn
On Tue, Jun 17, 2014 at 1:09 PM, Julian Foad wrote: ... > Do we really want a new subcommand "svn youngest" for this? > > We already have: > > svnversion > # youngest rev in a WC > > svn info $URL | grep 'Revision:' > # head revision of repo in which $URL exists Not exactly. It would

Re: --strict vs --no-newline

2014-06-17 Thread Julian Foad
Julian Foad wrote: [We had] >   * svnversion --no-newline > >   * svn propget --strict   # basically means no-newline     * svnlook youngest     * svn youngest --no-newline and I just added a --no-newline option to 'svnlook youngest':     * svnlook youngest --no-newline But now I not