开发者

How to Manage static files module in Netbeans

开发者 https://www.devze.com 2023-01-13 16:57 出处:网络
I\'ve been using Netbeans for a while, but can\'t find a good way to manage SVN modules that contain only \"static\" files. Specifically modules that aren\'t compiled etc. Examples ar开发者_如何学Ce d

I've been using Netbeans for a while, but can't find a good way to manage SVN modules that contain only "static" files. Specifically modules that aren't compiled etc. Examples ar开发者_如何学Ce database scripts or shell scripts that help manage deployments.

Right now what I've done is checked out the module from SVN (ie http://svn/db/trunk), and loaded them into Netbeans as a PHP project. This let's me navigate through the code tree, but it's not ideal.

Is there a better way to do this?

Thanks

--Matthias


Why not view these "static" files through the Favorites tree (ctrl+3)? Then you don't need to create a NetBeans project, but you can edit them and do source control stuff.


You could add the folder to the 'Include path' option in Netbeans, either globally or for specific projects. This allows you to access them whilst working on the projects which depend on the code in question, but without the modules being part of a netbeans project.

0

精彩评论

暂无评论...
验证码 换一张
取 消