zsh-workers
 help / color / mirror / code / Atom feed
From: "Andrej Borsenkow" <Andrej.Borsenkow@mow.siemens.ru>
To: "Sven Wischnowsky" <wischnow@informatik.hu-berlin.de>,
	<zsh-workers@sunsite.auc.dk>
Subject: RE: Clearcase and filename completion
Date: Thu, 10 Feb 2000 15:26:11 +0300	[thread overview]
Message-ID: <000401bf73c2$03bf46a0$21c9ca95@mow.siemens.ru> (raw)
In-Reply-To: <200002090827.JAA03378@beta.informatik.hu-berlin.de>

>
> In this case it should be enough to add another one of those `if's
> around line 278 to skip over components that match `[^/]##@@/' and then
> handle them like we handle `(.|..)/' now (line 265).
>
> Hm, I've no idea how widely used Clearcase is -- or other filesystems
> that give special semantics to certain names, making globbing fail. If
> there is a cheap way to detect the use of Clearcase I could probably
> be convinced to put that into the core. And if there are other uses
> for a style that gives a pattern to match pathname components that
> should be accepted immediatly, I could easily be convinced to add that
> (somehow that sounds useful, but I can't think of an example).
>

I'm afraid, that simply matching pattern is not enough. What's wrong with
creating directory foo@@ outside of ClearCase tree?

There is at least one more similar case - Legato Networker can export save
indexes as file system. So, if you access /save/foo/bar you will get the
latest saved version, but if you access /save/foo/bar@01.01.2000 (do not
remember exact syntax) you will get version from the January, 1st. The way
it works is much like automounter.

It means, that we must specify "pattern on files that reside on specific
filesystem". Only there are these patterns special.

How ClearCase exports it's source tree? I think, it should be something like
NFS or automounters as well.

/andrej


  reply	other threads:[~2000-02-10 12:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-02-09  8:27 Sven Wischnowsky
2000-02-10 12:26 ` Andrej Borsenkow [this message]
  -- strict thread matches above, loose matches on Subject: below --
2000-02-09  7:33 Felix Rosencrantz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000401bf73c2$03bf46a0$21c9ca95@mow.siemens.ru' \
    --to=andrej.borsenkow@mow.siemens.ru \
    --cc=wischnow@informatik.hu-berlin.de \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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).