Ivan Zhakov wrote:
> On 20 June 2014 18:38, Julian Foad wrote:
>> Index: subversion/include/svn_wc.h
>> + /** Finalizing commit.
>> + * @since New in 1.9. */
>> + svn_wc_notify_commit_finalizing
>> } svn_wc_notify_action_t;
>>
>> This is a public API. We should document what other fiel
On 20 June 2014 18:38, Julian Foad wrote:
>
> Ivan Zhakov wrote:
> >> [[[
> >> $ svn ci wc -m "log msg"
> >> Sendingwc\foo
> >> Transmitting file data done
> >> Committing transaction...
> >> Committed revision 5.
> >> ]]]
> >>
> >> Also consider the out-of-date case:
> >
> > C
Ivan Zhakov wrote:
>> [[[
>> $ svn ci wc -m "log msg"
>> Sending wc\foo
>> Transmitting file data done
>> Committing transaction...
>> Committed revision 5.
>> ]]]
>>
>> Also consider the out-of-date case:
>
> Committed in r1603388 and r1604179. I'm going to implement showing
>
On 17 June 2014 18:10, Stefan Sperling wrote:
> On Tue, Jun 17, 2014 at 06:40:43PM +0400, Ivan Zhakov wrote:
>> Anyone have any ideas on the UI in svn command line. I've prepared
>> several versions:1.
>>
[...]
>>
>> Any other ideas?
>
> [[[
> $ svn ci wc -m "log msg"
> Sendingwc\foo
> Tra
On 6/17/14 6:43 PM, C. Michael Pilato wrote:
> On 06/17/2014 10:40 AM, Ivan Zhakov wrote:
>> [[[
>> $ svn ci wc -m "log msg"
>> Sendingwc\foo
>> Transmitting file data .
>> Finalizing commit ...
>> Committed revision 5.
>> ]]]
>
> I like this. And, it's the only one that doesn't change a
On 06/17/2014 10:40 AM, Ivan Zhakov wrote:
> [[[
> $ svn ci wc -m "log msg"
> Sendingwc\foo
> Transmitting file data .
> Finalizing commit ...
> Committed revision 5.
> ]]]
I like this. And, it's the only one that doesn't change a line of
output that surely *countless* scripts have alread
On Tue, Jun 17, 2014 at 06:40:43PM +0400, Ivan Zhakov wrote:
> Anyone have any ideas on the UI in svn command line. I've prepared
> several versions:1.
>
> [[[
> $ svn ci wc -m "log msg"
> Sendingwc\foo
> Transmitting file data .
> Finalizing commit ...
> Committed revision 5.
> ]]]
>
>
Hi,
I'm looking to improving svn commit progress notification. I want to
add notification between "Transmitting deltas" and final "Committed
revision X". The final stage may take significant amount of time,
especially if we implement automatic packing someday. It's
8 matches
Mail list logo