christian0101 / svnx

Automatically exported from code.google.com/p/svnx
0 stars 0 forks source link

svnX creates alias in ~/bin/ #90

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a directory ~/bin/
2. Launch svnX.

What is the expected output? What do you see instead?
svnX should just launch. Instead, it launches and creates an alias ~/bin/svnx 
pointing to 
/Applications/svnX.app/Contents/Resources/svnx.

There appears to be no way to turn this off.

What version of the product are you using? On what operating system?
svnX 1.2b1 on Mac OS X 10.6.3

Original issue reported on code.google.com by kolpa...@voodooergonomics.com on 5 May 2010 at 6:57

GoogleCodeExporter commented 8 years ago
This behaviour is expected & as stated in the documentation.

To disable it enter:
    defaults write com.lachoseinteractive.svnX installSvnxTool -bool NO
in Terminal.

Original comment by chris...@gmail.com on 5 May 2010 at 11:25

GoogleCodeExporter commented 8 years ago
I didn't see that. Thanks.

However, maybe you could also note in the docs how to disable it.

Original comment by kolpa...@voodooergonomics.com on 6 May 2010 at 1:49