Matthew Law wrote:
Hi,
We have a shared linux development server and we each checkout and edit our files on the server remotely either via samba shares or directly by SSHing in. This is so we can preview the changes in our dev sites as we make them.
What exactly is the reason that you don't have a local checkout of the repository? Editing the files remotely seems like a bad idea to me, if you can instead just edit locally, and push changes using svn (or whatever scm).
-Jacob