Git development
 help / color / mirror / Atom feed
From: Rogan Dawes <lists@dawes.za.net>
To: Sergei Organov <osv@javad.com>
Cc: git@vger.kernel.org
Subject: Re: Put part of working tree on another file-system.
Date: Wed, 05 Dec 2007 07:34:52 -0800	[thread overview]
Message-ID: <4756C51C.8080608@dawes.za.net> (raw)
In-Reply-To: <87mysp8ddk.fsf@osv.gnss.ru>

Sergei Organov wrote:
> Hello,
> 
> I've a desire to put a sub-tree of my working tree into another
> file-system. With CVS I've used symlink to achieve this. It works fine
> with CVS as it doesn't care about directories and symlinks at all. I had
> little hope it will work with GIT, but I've performed a test anyway. To
> my surprise it almost worked, so I have a hope that maybe it's not that
> difficult to support this. What do you think? Or maybe there is a
> different way to achieve the goal with GIT?
> 

I needed to do this in Cygwin, and saw the same behaviour. I worked 
around it by using cygwin's "mount" command to "mount" the other 
directory in Cygwin's namespace. With this done, cygwin does not detect 
a symlink (since there is none), and works as expected.

With sufficient permissions, you can probably achieve the same effect 
with bind mounts perhaps (assuming Linux, of course).

Rogan

  reply	other threads:[~2007-12-05 15:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-05 13:44 Put part of working tree on another file-system Sergei Organov
2007-12-05 15:34 ` Rogan Dawes [this message]
2007-12-05 17:07   ` Sergei Organov

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=4756C51C.8080608@dawes.za.net \
    --to=lists@dawes.za.net \
    --cc=git@vger.kernel.org \
    --cc=osv@javad.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