From: "Shawn O. Pearce" <spearce@spearce.org>
To: Robin Rosenberg <robin.rosenberg@dewire.com>,
Marek Zawirski <marek.zawirski@gmail.com>
Cc: git@vger.kernel.org
Subject: [EGIT PATCH 0/5] Support linked resources in repositories
Date: Tue, 5 Aug 2008 20:09:35 -0700 [thread overview]
Message-ID: <1217992180-5697-1-git-send-email-spearce@spearce.org> (raw)
Sometimes users need to create links inside of a project to point
back to their Git working directory. This is sort of like a symlink
in POSIX, but its managed at the Eclipse workspace level.
If a resource is contained within a linked directory and that is
also within a Git repository we want to allow Git operations on
that linked resource to operate using the paths of the files as
they are in the repository working directory, and not the path of
the files in the Eclipse workspace.
Shawn O. Pearce (5):
Remove the pointless GitProjectData resource change listener
Don't crash the decorator update loop when resources are deleted
Fix RepositoryMapping.getRepoRelativePath to honor linked resources
Change GitProjectData.getRepositoryMapping to work on linked
resources
Correct getRepositoryMapping callers to use any IResource
.../egit/core/op/ConnectProviderOperation.java | 14 +---
.../org/spearce/egit/core/op/UntrackOperation.java | 4 +-
.../spearce/egit/core/project/GitProjectData.java | 111 ++++++--------------
.../egit/core/project/RepositoryFinder.java | 11 +--
.../egit/core/project/RepositoryMapping.java | 79 ++++++--------
.../egit/ui/internal/actions/CommitAction.java | 2 +-
.../internal/decorators/GitResourceDecorator.java | 11 ++-
7 files changed, 81 insertions(+), 151 deletions(-)
next reply other threads:[~2008-08-06 3:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-06 3:09 Shawn O. Pearce [this message]
2008-08-06 3:09 ` [EGIT PATCH 1/5] Remove the pointless GitProjectData resource change listener Shawn O. Pearce
2008-08-06 3:09 ` [EGIT PATCH 2/5] Don't crash the decorator update loop when resources are deleted Shawn O. Pearce
2008-08-06 3:09 ` [EGIT PATCH 3/5] Fix RepositoryMapping.getRepoRelativePath to honor linked resources Shawn O. Pearce
2008-08-06 3:09 ` [EGIT PATCH 4/5] Change GitProjectData.getRepositoryMapping to work on " Shawn O. Pearce
2008-08-06 3:09 ` [EGIT PATCH 5/5] Correct getRepositoryMapping callers to use any IResource Shawn O. Pearce
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=1217992180-5697-1-git-send-email-spearce@spearce.org \
--to=spearce@spearce.org \
--cc=git@vger.kernel.org \
--cc=marek.zawirski@gmail.com \
--cc=robin.rosenberg@dewire.com \
/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.
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).