[NTG-context] Deleted files (Was re. Windows tools in XeTeX)

2008-04-18 Thread Joel C. Salomon
On Thu, Apr 17, 2008 at 8:58 PM, Akira Kakuto [EMAIL PROTECTED] wrote:
   There are some new executables in w32tex's XeTeX.

  I'll remove them.

How does the Minimals distribution deal with files deleted from the
server?  Does rsync know enough to remove files as well?

--Joel
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Deleted files (Was re. Windows tools in XeTeX)

2008-04-18 Thread Hans Hagen
Joel C. Salomon wrote:
 On Thu, Apr 17, 2008 at 8:58 PM, Akira Kakuto [EMAIL PROTECTED] wrote:
  There are some new executables in w32tex's XeTeX.
  I'll remove them.
 
 How does the Minimals distribution deal with files deleted from the
 server?  Does rsync know enough to remove files as well?

indeed
-
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
  | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Deleted files (Was re. Windows tools in XeTeX)

2008-04-18 Thread Mojca Miklavec
On Fri, Apr 18, 2008 at 2:54 PM, Joel C. Salomon wrote:
 On Thu, Apr 17, 2008 at 8:58 PM, Akira Kakuto wrote:
 There are some new executables in w32tex's XeTeX.
  
I'll remove them.

  How does the Minimals distribution deal with files deleted from the
  server?  Does rsync know enough to remove files as well?

You only need to pass --delete to rsync. (You can also pass --delete
to mtx-update.)
But you need to make sure that you fetch everything in a single call to rsync.

rsync -av --delete first/ one
rsync -av --delete second/ one

won't work, you need to use

rsync -av --delete first/ second/ one

instead

(However, it's also possible that I forget to delete some things from
the server.)

Mojca
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___