NetBeans 中的 SVN - 初始结帐未获取 .svn 目录
我已经完成了此处描述的 NetBeans SVN 项目设置: http://netbeans.org/kb/docs/ide/subversion.html
但是,一旦签出并导入到项目中,这些文件就不会被识别为“版本化文件”,并且我无法进行提交或比较等。当我右键单击项目中的文件时,没有“颠覆”菜单项。事实上,没有找到 .svn 目录。
关于我做错了什么有什么想法吗?
我有适用于 Mac OSX 的最新版本的 NetBeans
I've run through the NetBeans SVN project setup described here:
http://netbeans.org/kb/docs/ide/subversion.html
However once it's checked out and imported into a project, the files aren't recognized as "versioned files" and I cannot make commits or compare, etc. When i right click a file in the project there is no "subversion" menu item. In fact, there are no .svn directories to be found.
Any ideas on what I'm doing wrong?
I have the most recent version of NetBeans for Mac OSX
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
修好了。我必须在 NetBeans 中设置正确的首选项来指定 svn 主文件夹 (/usr/bin)。
Fixed it. I had to set the proper preferences in NetBeans for specifying the svn home folder (/usr/bin).