Re: Easiest way to remote access files?

2005-11-29 Thread Hans Fugal
Charles Curley wrote: On Tue, Nov 29, 2005 at 01:35:54AM -0700, Steve wrote: Hello, At home I'm running SuSE 10 I have a server I've just leased running Gentoo. Or even better, just open the code up on the server from within my own IDE. emacs' TRAMP mode will do this transparently. Your

Re: Easiest way to remote access files?

2005-11-29 Thread Steve Meyers
Steve wrote: > What I would like to be able to do is open a file on my local computer > here at home and have it automagically update the code at the server. > Or even better, just open the code up on the server from within my own IDE. I use Fuse/SSHFS: http://fuse.sourceforge.net/ http://fuse.so

Re: Easiest way to remote access files?

2005-11-29 Thread Gabriel Gunderson
On Tue, 2005-11-29 at 08:24 -0700, Ross Werner wrote: > (on whatever machine you want to call the server) > 1) cvs -d /some/dir/cvsroot init > > (wherever your code is) > 2) export [EMAIL PROTECTED]:/some/dir/cvsroot/ > export CVS_RSH=ssh > (note that "host.com" is whatever server machine from

Re: Easiest way to remote access files?

2005-11-29 Thread Charles Curley
On Tue, Nov 29, 2005 at 01:35:54AM -0700, Steve wrote: > Hello, > At home I'm running SuSE 10 > I have a server I've just leased running Gentoo. > Or even better, just open the code up on the server from within my > own IDE. emacs' TRAMP mode will do this transparently. Your choice of transport

Re: Easiest way to remote access files?

2005-11-29 Thread Ross Werner
On Tue, 29 Nov 2005, Steve wrote: Basically it would like to achieve an effect something similar to Zends ZDE. Since I'm the only developer I feel that setting up a full blown CVS would be WAY to much hassle. If your IDE has CVS integration then "setting up a full-blown CVS", at least the serv

Re: Easiest way to remote access files?

2005-11-29 Thread Michael Torrie
On Tue, 2005-11-29 at 01:38 -0700, Wade Preston Shearer wrote: > > Or even better, just open the code up on the server from within my > > own IDE. > > Then do it. Most decent IDE's support SFTP. You can open the file > remotely in your GUI editor, edit it, and then save. Saving can be a > li

Re: Easiest way to remote access files?

2005-11-29 Thread Wade Preston Shearer
Or even better, just open the code up on the server from within my own IDE. Then do it. Most decent IDE's support SFTP. You can open the file remotely in your GUI editor, edit it, and then save. Saving can be a little slow occasionally depending on your pipe, but it works great. I edit fi

Easiest way to remote access files?

2005-11-29 Thread Steve
Hello, At home I'm running SuSE 10 I have a server I've just leased running Gentoo. I am developing a client\server application. I intend to build and run the client app here at home, and the server I've just leased will be building and running the server code. The thing is they share significan