View Single Post
Old 07-19-2010, 11:00 PM   #34
locke
Banned
 
Join Date: Jan 2009
Home MUD: nimud.divineright.org 5333
Posts: 195
locke is an unknown quantity at this point
Re: How do YOU edit source on your MUD?

When doing major things to the code, I use Komodo Edit.

When I'm just tinkering or debugging, I use nano and I SSH onto the actual server.

You'd be better off using the Git/SVN -> editor tool chain. This is a common collaborative programming setup where one site hosts various versions (dev/live or debug/release) and you check files in and out using svn (cross-platform).
locke is offline   Reply With Quote