You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Reser <be...@reser.org> on 2004/09/10 16:51:51 UTC

Re: svn commit: r10815 - trunk/doc/book/book

On Sat, Sep 04, 2004 at 05:14:53AM -0500, maxb@tigris.org wrote:
> --- trunk/doc/book/book/ch05.xml	(original)
> +++ trunk/doc/book/book/ch05.xml	Sat Sep  4 05:14:49 2004
> @@ -2204,7 +2204,7 @@
>        <para>Even if you also have an incremental backup, you might want to run
>          this program on a regular basis.  For example, you might
>          consider adding <command>hot-backup.py</command> to a program
> -        scheduler (such as <command>crond</command> on Unix systems).
> +        scheduler (such as <command>cron</command> on Unix systems).
>          Or, if you prefer fine-grained backup solutions, you could
>          have your post-commit hook script call
>          <command>hot-backup.py</command> (see <xref

Depends on the implmentation:
$ ps -ef | grep crond
root      1199     1  0 Sep03 ?        00:00:00 crond

# ps -ef | grep cron
    root   252     1  0   Feb 10 ?        1:56 /usr/sbin/cron

The former is Vixie Cron, the latter is whatever Sun ships.  I'm not
sure which one is more correct.  But this change was bikeshed and the
rational for it wasn't true.

-- 
Ben Reser <be...@reser.org>
http://ben.reser.org

"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: r10815 - trunk/doc/book/book

Posted by Ben Reser <be...@reser.org>.
On Fri, Sep 10, 2004 at 06:02:48PM +0100, Max Bowsher wrote:
> I see. Ok, then how about this:
> 
> -        scheduler (such as <command>cron</command> on Unix systems).
> +        scheduler (such as Cron on Unix systems).

That's probably better.

-- 
Ben Reser <be...@reser.org>
http://ben.reser.org

"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: r10815 - trunk/doc/book/book

Posted by Max Bowsher <ma...@ukf.net>.
Ben Reser wrote:
> On Sat, Sep 04, 2004 at 05:14:53AM -0500, maxb@tigris.org wrote:
>> --- trunk/doc/book/book/ch05.xml (original)
>> +++ trunk/doc/book/book/ch05.xml Sat Sep  4 05:14:49 2004
>> @@ -2204,7 +2204,7 @@
>>        <para>Even if you also have an incremental backup, you might want 
>> to
>>          run this program on a regular basis.  For example, you might
>>          consider adding <command>hot-backup.py</command> to a program
>> -        scheduler (such as <command>crond</command> on Unix systems).
>> +        scheduler (such as <command>cron</command> on Unix systems).
>>          Or, if you prefer fine-grained backup solutions, you could
>>          have your post-commit hook script call
>>          <command>hot-backup.py</command> (see <xref
>
> Depends on the implmentation:
> $ ps -ef | grep crond
> root      1199     1  0 Sep03 ?        00:00:00 crond
>
> # ps -ef | grep cron
>    root   252     1  0   Feb 10 ?        1:56 /usr/sbin/cron
>
> The former is Vixie Cron, the latter is whatever Sun ships.  I'm not
> sure which one is more correct.  But this change was bikeshed and the
> rational for it wasn't true.

I see. Ok, then how about this:

-        scheduler (such as <command>cron</command> on Unix systems).
+        scheduler (such as Cron on Unix systems).


Max.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org