Hi,

I'm not exactly understanding your problem, but here's how things
_should_ work:

/path/to/gitorious/data/hooks is a directory of hooks that Gitorious
uses to do access control, create database events and so on when you
push. This directory is symlinked into

/path/to/repositories/.hooks

This directory is then symlinked into each repository, e.g.:

/path/to/repositories/gitorious/mainline.git/hooks

Now, you may wonder why the double symlink. The reason for this is that
it makes it possible to move the repository directory around without
breaking the link.

If your setup does not look like this, then let me know and we'll
investigate.

Christian

Luis Tiago Eterovick writes:

> I'm installing gitorious 2.4.12 and after it was supposedly finished i got
> this error when cloning something (using a migrated database):
>
> Cloning into 'autolog-2-0'...
>
> == Gitorious: ==========================================================
> Fatal error, please contact support
> ========================================================================
>
> fatal: The remote end hung up unexpectedly
>
> In the logs i got these messages:
>
> http://pastie.org/8280259
>
> About the "The pre-receive hook is not executable", i added a debug line in
> the function that gives me this:
>
> http://pastie.org/8280729#3
>
> And noticed that it's searching inside the repositories for the hooks (the
> new log error entry is inside the last paste too). Does that make any sense?
>
> Another question... why theres a .hooks links that points to itself, inside
> the hooks folder?
>
> Thanks in advance!
>
> --

-- 
-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

--- 
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to