[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: bringing version control into the company [semi-OT]

From: Dave Rolsky <autarch_at_urth.org>
Date: 2004-02-04 00:09:50 CET

On Tue, 3 Feb 2004, Christian Sauer wrote:

> * "I don't want to work on the files locally, I want to work on the DEV
> server directly"

One partial solution to this that I've implemented in the past is to
create a framework for each user to run their own web server(s) on
separate ports. In my case it has been Apache + a backend Apache/mod_perl
server. There is a simple script to stop and start the servers, and the
ports are based on the user id (like user id + 1000).

Combine this with some pre-defined Putty (windows) or "ssh -c" bits (OSX)
and your developers can easily manage their own dev environment.

Of course, this also means that their working copy will need to be on the
server, so their editor will need to be capable of remote editing. I
believe that BBEdit can do this over FTP/SFTP, and there are Windows
editors with this capability as well.

Of course, this only solves one of their problems. The other big help
would be editor/SVN integration. This works great with Emacs, but that
probably isn't what your designers use ;)

-dave

/*=======================
House Absolute Consulting
www.houseabsolute.com
=======================*/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 4 00:10:13 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.