��� Using SSHFS to mount a subversion working copy.

 

28 January 2008
Using SSHFS to mount a subversion working copy.
Linux, Mac OS X Leapard, Eclipse, Subversion
I am currently attempting to get our development environment as close as possible to production with a minimum of cost. Steps we have take so far is to virtualize our production servers, we have also started the migration from windows 2003 to linux.  A major factor here was the difficulty involved in cloneing a windows based machines.

Having a virtualized environment allows us to download the production servers reduce the memory in the VMs to suit and the run the same servers as development machines.

The next step was deciding on the best way to connect to these development machines for coding. I decided to experiment with SSHFS and it;s working out very nicely so far.

We use subversion for code management and one gotcha was to specify the sshfs options  allow_other and workaround=rename.  Without the rename option subversion would throw an error when trying to work with the files. The command we used for mounting look something like this:

sshfs marcel@192.168.1.11:/var/cfml /home/marcel/mount/bd1/ -p 22 -o allow_other,workaround=rename
Posted by marcel at 12:20 AM | Link | 0 comments
Subscription Options

You are not logged in, so your subscription status for this entry is unknown. You can login or register here.

No comments found.

Name:   Required
Email:   Required your email address will not be publicly displayed.

Want to receive notifications when new comments are added? Login/Register for an account.

Anti-spam key

Type in the text that you see in the above image:

Your comment:

Sorry, no HTML allowed!