Tagged Questions
0
votes
1answer
190 views
Create link with right owner / group
I have a git-daemon accessed through ssh. All repositories are in /srv/git.
I have some other projects saved on a exfat disk, so I want to create a symbolic link from that disk to /srv/git.
For ...
4
votes
3answers
166 views
Is it an unsafe practice to symlink /etc conf files?
To manage the configuration of a server, I keep some configuration flies (located in /etc) under version control (in the home folder) and then symlink to them from their /etc locations:
...
0
votes
1answer
1k views
git, egit, submodules, and symlinks — how should shared sub-projects be handled in eclipse? [closed]
Question: what's the best way to handle sub-projects in eclipse when using git for SCM?
Here's the situation. I have a few git projects with a directory structure layed out more or less like this:
...