-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Relative paths for project #5
Comments
I'm working on a script (run from git portable) which finds/replaces paths https://github.com/jgonyea/portableDevEnvironment/blob/develop/startDev.sh I think that should do what you want. |
I see, the idea is really nice, have you considered/searched for a way to have the startDev.sh be run at PortableApps.com startup ? |
I guess you could have Git Portable run on startup, having it point to git-bash instead of git-gui, and then make .bash_profile run the script? |
I guess this is a solution, would be nice if PortableApps.com created somekind a "standard" way to refactor software related configuration "on launch" available for portablizers, could make things easier for everyone. I will look into this. |
FYI, you also need to clear the cache, as there are full paths stored there. My script now reflects removing that as well. |
I noticed there is no possibility to create a project based on a relative path. Which makes the portable aspect of netbeans-portable really limited.
Is there a workaround or a universal way to solve this ?
regards
The text was updated successfully, but these errors were encountered: