Tag Archives: svn

March 15, 2010

Netbeans & remote files

Author
Jason
Time
9:19 pm
Filed under
Tags
, , , ,

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

March 14, 2010

Netbeans & SVN

Author
Jason
Time
10:15 am
Filed under
Tags
, , ,

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