Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workspace file tree does not follow ln -s #24

Open
Morabaraba opened this issue May 10, 2017 · 3 comments
Open

workspace file tree does not follow ln -s #24

Morabaraba opened this issue May 10, 2017 · 3 comments

Comments

@Morabaraba
Copy link

Morabaraba commented May 10, 2017

I have a workspace /home/ubuntu/workspace and inside the dir I have a symlink ln -s /opt/prjx prjx. I see the folder but I can not expand it in the tree view.

This might be for security? or my symlinks is just wrong. I tried relative symlinks with no success.

lrwxrwxrwx  1 usr usr   15 May  9 12:05 prjx -> /opt/prjx/
lrwxrwxrwx  1 usr usr    7 May 10 21:33 tmp -> ../tmp/
@exsilium
Copy link
Collaborator

With the current implementation, the tree view doesn't work with symlinks, even when you keep the symlinks within the domain of the mounted workspace.

@Morabaraba
Copy link
Author

a work around is to use fuse and mount your filesystem over ssh. It seems to allow c9v2 to follow the symlink.

@sr229
Copy link

sr229 commented Oct 25, 2018

I think we can try looking over C9v3's vfs plugin, but probably v3 also carries the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants