Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm using NetBeans 6.9.1 with the Python package on OS X 10.6.8 for a project I've mounted using FUSE for OS X and MacFusion.

Initially, when checking out the project from subversion, I'm able to commit and update as I wish. However - when I restart NetBeans, it fails to see the svn configuration for the project. The project Subversion context menu is empty.

When I try to commit from Team -> Subversion -> Commit (yes, that option is still there), it yields this error: Cannot determine repositoryRootUrl for selected context: /Volumes/mounted/project/root/files

I've already tried the Macfusion option "-o workaround=rename" as per the resolved svn issues on http://ubuntuforums.org/showthread.php?t=1065308 .

share|improve this question

1 Answer 1

up vote 0 down vote accepted

Ok, the work around is quite easy... Make sure the SSHFS drive is mounted before starting NetBeans, if your project is still loaded in NetBeans.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.