[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.
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
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
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
4 matches
Mail list logo