Just come across a scenario in Netbeans that can be a bit annoying. Editing remote files. In short, it isn't possible without downloading the whole site. 99% of the time I work on a local copy of a site. When I get to a certain point I'll commit the changes to the associated SVN repository. When the changes are ready, I will create a tag from trunk or whatever branch I'm working on and then deploy that tag to the live site or preview site. I hasten to add I never work directly on a live ... read more
Web and application development
Categories
Tag Archives: svn
March 14, 2010
Netbeans & SVN
I've been using Netbeans for a few days now and I have to admit, my initial worries about changing IDE are slowly being addressed. The main area where I have been experiencing some issues is the SVN support. It doesn't seem quite as intuative as some other tools (mainly Subclipse and Tortoise). For example, to access a repository browser, you need to start some sort of action like a commit or copy. Being able to go straight into a browser would be handy. This is achieved in Eclipse via ... read more
Comments
Comments Off on Netbeans & SVN