* possible problem / bug
@ 2016-05-05 2:19 Bryant Bernstein
2016-05-13 11:39 ` Johannes Schindelin
0 siblings, 1 reply; 2+ messages in thread
From: Bryant Bernstein @ 2016-05-05 2:19 UTC (permalink / raw)
To: git
Both windows and linux support links but both git and the git bash
seem to have a problem with them.
In my source, (originally on Linux) I have a link in my source
directory to a config file which I normally import into python. This
allows me to have something.py pointing to config.txt . config.txt
can be opened by an editor and something.py can be imported into a
python shell.
This worked in Linux alone and on windows as both platforms support
links. But if I use git to bring my code from linux to windows I end
up with a file that contains the path to the target file.
Then I went to try to see what git bash would do with a link.
I created a file and a link to it using ln -s
This created a copy of the file I wanted to link to.
What do you think?
Should this work better?
Bryant Bernstein
+ 61 419 323 378
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: possible problem / bug
2016-05-05 2:19 possible problem / bug Bryant Bernstein
@ 2016-05-13 11:39 ` Johannes Schindelin
0 siblings, 0 replies; 2+ messages in thread
From: Johannes Schindelin @ 2016-05-13 11:39 UTC (permalink / raw)
To: Bryant Bernstein; +Cc: git
Hi Bryant,
On Thu, 5 May 2016, Bryant Bernstein wrote:
> Both windows and linux support links but both git and the git bash
> seem to have a problem with them.
>
> In my source, (originally on Linux) I have a link in my source
> directory to a config file which I normally import into python. This
> allows me to have something.py pointing to config.txt . config.txt
> can be opened by an editor and something.py can be imported into a
> python shell.
>
> This worked in Linux alone and on windows as both platforms support
> links. But if I use git to bring my code from linux to windows I end
> up with a file that contains the path to the target file.
>
> Then I went to try to see what git bash would do with a link.
>
> I created a file and a link to it using ln -s
> This created a copy of the file I wanted to link to.
>
> What do you think?
> Should this work better?
See https://github.com/git-for-windows/git/wiki/Symbolic-Links
Ciao,
Johannes
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-05-13 11:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-05 2:19 possible problem / bug Bryant Bernstein
2016-05-13 11:39 ` Johannes Schindelin
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).