Account Options

  1. Sign in
Google Groups Home
« Groups Home
Macfusion, SVN and symlinks
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
REBELinBLUE  
View profile  
 More options Jul 9 2008, 10:19 am
From: REBELinBLUE <stephen.b...@gmail.com>
Date: Wed, 9 Jul 2008 07:19:13 -0700 (PDT)
Local: Wed, Jul 9 2008 10:19 am
Subject: Macfusion, SVN and symlinks
I have been using Macfuse with sshfs to mount a server that has a
checked out SVN working copy on it.

This working copy has symlinks it. When using Macfuse and mounting
with the command

/usr/local/bin/sshfs user@ip:/var/www/svn/bay/ /Volumes/Bay -ocache=no
-onolocalcaches -o IdentityFile=/Users/stephen/.ssh/
id_rsa,reconnect,volname=Bay

this is fine, but when using Macfusion the symlinks show as
obstructions in SVN (i.e. SVN doesn't follow them) but are fine in
Finder

i.e. the when using the above command to mount the shae, the SVN
output is like so

admin stephen$ svn st
A      public/404.html

but when using Macfusion to mount the share the SVN output is like so

admin stephen$ svn st
~      app/models
A      public/404.html
~      public/.htaccess
~      public/dispatcher.php

Those 3 with ~ are all symlinks to files a few directories back (but
which are still on the mounted share)

Does anyone know how I can resolve this, how I can get Macfusion to
behave the same way as the above command. I have put -ocache=no -
onolocalcaches in the extra options and have "Follow Symbolic Links"
selected.

Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Gorbach  
View profile  
 More options Jul 9 2008, 10:35 am
From: Michael Gorbach <mgorb...@gmail.com>
Date: Wed, 9 Jul 2008 10:35:14 -0400
Local: Wed, Jul 9 2008 10:35 am
Subject: Re: Macfusion, SVN and symlinks
I would compare the mount options used in sshfs when going from  
macfusion and when going from the command line directly. You can find  
the mount options in either case by typing "ps aux" in the terminal  
and finding sshfs there. I'm guessing the difference is follow_symlinks?

~ Michael

On Jul 9, 2008, at 10:19 AM, REBELinBLUE wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
REBELinBLUE  
View profile  
 More options Jul 9 2008, 10:43 am
From: REBELinBLUE <stephen.b...@gmail.com>
Date: Wed, 9 Jul 2008 07:43:40 -0700 (PDT)
Local: Wed, Jul 9 2008 10:43 am
Subject: Re: Macfusion, SVN and symlinks
Thanks for that

The manual way gives the following 2 commands

 /usr/local/bin/sshfs aardv...@slug.office:/var/www/svn/bay/ /Volumes/
Bay -ocache=no -onolocalcaches -o IdentityFile=/Users/stephen/.ssh/
id_rsa,reconnect,volname=Bay
ssh -x -a -oClearAllForwardings=yes -oIdentityFile=/Users/stephen/.ssh/
id_rsa -2 aardv...@slug.office -s sftp

The macfusion way gives the following 2 commands

ssh -x -a -oClearAllForwardings=yes -oPort=22 -oCheckHostIP=no -
oStrictHostKeyChecking=no -oNumberOfPasswordPrompts=1 -
ologlevel=debug1 -2 aardv...@slug.office -s sftp
/Applications/Macfusion.app/Contents/PlugIns/sshfs.mfplugin/Contents/
Resources/sshfs-static aardv...@slug.office:/var/www/svn/bay/ /Volumes/
Bay -p22 -oCheckHostIP=no -oStrictHostKeyCheckin

The only difference I can really is that it doesn't appear to be
picking up the "extras" but that shouldn't cause this problem as they
are to disable caching (and the manual way works without them)

On Jul 9, 3:35 pm, Michael Gorbach <mgorb...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »