prrrnd / atom-git-projects

List and open your local Git projects in Atom.
MIT License
37 stars 18 forks source link

Symlinks not followed correctly #25

Closed rtvenge closed 9 years ago

rtvenge commented 9 years ago

I have a few projects that I've created symlinks for. Git Projects picks the git repo correctly, but when trying to navigate to files via cmd+p, it says "Project is Empty".

Steps to reproduce:

  1. Create a test git repo with test files with your "root paths".
  2. Create a Symbolic Link to it somewhere else within your "root paths".
  3. Run git-projects:toggle
  4. Pick that project
  5. Use cmd+p (or equivalent if not on Mac).
  6. See empty file list.

    Settings:

    • Root Path: ~/Dropbox/Sites
    • SymLink in question: ~/Dropbox/Sites/hoverboardstudios.vvv
    • target of symlink: ~/Dropbox/Sites/localwordpress_vvv/www/hoverboardstudios/htdocs

Please let me know if you need anymore info.

Sidetone: Thanks for the Package! This is really saves me a lot of time rather than having to create Atom Projects for every site.

rtvenge commented 9 years ago

This must have been an Atom issue as I'm not seeing it anymore.