From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <913139431a4f81a8ec8306af32bab99f@cs.cmu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] current environment? From: David Swasey In-Reply-To: <200302131843.h1DIhHL04178@highwire.stanford.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 13 Feb 2003 16:06:39 -0500 Topicbox-Message-UUID: 5dfa5ec0-eacb-11e9-9e20-41e7f4b1d025 I have a linux box on my LAN that holds code for other systems. I work in acme, using u9fs+p9any for editing, ssh+make for batch compiles, and win+ssh for interactive work. (The SML/NJ compilation manager recompiles faster when used interactively.) A nightly cron job does replica/scan && replica/pull to copy changes from my linux box to my file server so the dump gets a copy of my source. This is very handy. I sometimes have to work with remote machines over a slow link. I use unison to propagate changes between my linux box and these machines and VNC+whatever for editing -dave > Anyone in a similar > position w/re to writing code which won't be running on a Plan 9 box? > What do you do?