722
723
724
725
726
727
728
729
730
731
732
733
734
735
|
subsequent ci-lock will provoke a ci-lock-fail pragma in the
reply to let the client know that it if continues with the
check-in it will likely generate a fork. The LOGIN and MTIME
arguments are intended to provide information to the client to
help it generate a more useful error message.
</p>
</ol>
<h3>3.12 Comment Cards</h3>
<p>Any card that begins with "#" (ASCII 0x23) is a comment card and
is silently ignored.</p>
|
>
>
>
>
>
>
>
|
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
|
subsequent ci-lock will provoke a ci-lock-fail pragma in the
reply to let the client know that it if continues with the
check-in it will likely generate a fork. The LOGIN and MTIME
arguments are intended to provide information to the client to
help it generate a more useful error message.
</p>
<li><p><b>ci-unlock</b> <i>CLIENT-ID</i></p>
<p>A client sends the "ci-unlock" pragma to the server after
a successful commit. This instructs the server to release
any lock on any check-in previously held by that client.
The ci-unlock pragma helps to avoid false-positive lock warnings
that might arise if a check-in is aborted and then restarted
on a branch.
</ol>
<h3>3.12 Comment Cards</h3>
<p>Any card that begins with "#" (ASCII 0x23) is a comment card and
is silently ignored.</p>
|