[HCoop-Help] Why isn't my project in gitweb?

Davor Ocelic docelic at hcoop.net
Wed Apr 1 17:35:57 EDT 2009


On Wed, 01 Apr 2009 14:22:11 -0700
Adam Megacz <megacz at hcoop.net> wrote:

> 
> Michael Olson <mwolson at hcoop.net> writes:
> > You didn't get any output from the fsr command?  Hmm.  Maybe it
> > doesn't follow symlinks.
> 
> I'm pretty sure it doesn't.
> 
> Try putting trailing slash and dot on the path to force it to follow
> the symlink:
> 
>   fsr setacl ~/code/curl+cyassl/.git/. system:anyuser read

This may or may not be the same behavior that happens
with standard unix utilities and symlinks to directories.

i.e. 

find symlink ...  finds nothing
find symlink/ finds what you expect

ls symlink   lists symlink
ls symlink/  lists the directory

etc..

cya,
-doc



More information about the HCoop-Help mailing list