Page MenuHomePhabricator

Problem with external svn pre-commit hook
Closed, WontfixPublic

Description

Hi,
I have the external svn repository (on other server ) which script <SVN_ROOT>/hooks/pre-commit:

#!/bin/sh
echo "START" > /hook.log
set -e # Exit with an error code if this fails.
/svn/arcanist/bin/arc svn-hook-pre-commit $@ 1>&2

but when i commit changes in repository i don`t see any revision in Differential. This repository I imported to Diffusion,
and herald email notification informs me about commit, but I want to have revisions, and accept it before commit will be push to svn.

Is it possible to configure phabricator in that way?

Event Timeline

k.lolcio raised the priority of this task from to Normal.
k.lolcio updated the task description. (Show Details)
k.lolcio added a subscriber: k.lolcio.