ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Deleted files (Was re. Windows tools in XeTeX)
@ 2008-04-18 12:54 Joel C. Salomon
  2008-04-18 14:44 ` Hans Hagen
  2008-04-18 14:50 ` Mojca Miklavec
  0 siblings, 2 replies; 3+ messages in thread
From: Joel C. Salomon @ 2008-04-18 12:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, Apr 17, 2008 at 8:58 PM, Akira Kakuto <kakuto@fuk.kindai.ac.jp> 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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Deleted files (Was re. Windows tools in XeTeX)
  2008-04-18 12:54 Deleted files (Was re. Windows tools in XeTeX) Joel C. Salomon
@ 2008-04-18 14:44 ` Hans Hagen
  2008-04-18 14:50 ` Mojca Miklavec
  1 sibling, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2008-04-18 14:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Joel C. Salomon wrote:
> On Thu, Apr 17, 2008 at 8:58 PM, Akira Kakuto <kakuto@fuk.kindai.ac.jp> 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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Deleted files (Was re. Windows tools in XeTeX)
  2008-04-18 12:54 Deleted files (Was re. Windows tools in XeTeX) Joel C. Salomon
  2008-04-18 14:44 ` Hans Hagen
@ 2008-04-18 14:50 ` Mojca Miklavec
  1 sibling, 0 replies; 3+ messages in thread
From: Mojca Miklavec @ 2008-04-18 14:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-04-18 14:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-18 12:54 Deleted files (Was re. Windows tools in XeTeX) Joel C. Salomon
2008-04-18 14:44 ` Hans Hagen
2008-04-18 14:50 ` Mojca Miklavec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).