thanks for the hint.
but how do "correct line endings" look like?
2009/9/24 Andrey Repin <anrdaemon_at_freemail.ru>:
> Greetings, Marc Lustig!
>
>> I found a script in the svn.collab.net repo that is supposed to prevent
>> overwriting content under the tags-dir.
>> Since this script is enabled, any commit fails with exit code 255, like:
>
>>>Some of selected resources were not committed.
>>>A repository hook failed
>>>svn: Commit failed (details follow):
>>>svn: Ubertragen wird durch Aktion pre-commit behindert (Exit-Code 255) ohne
>> Ausgabe.
>
>
>> The strange thing is, there is no single "exit 255" command in the script.
>
>> To debug this, I simply used the following lines in the script:
>
>> echo "starting script" >&2
>> exit 1
>
>> But still, the commit-operation fails WITHOUT the message "starting script"
>> and with exit-code 255 instead of exit-code 1.
>
>> The script has permissions 644 and is owned by root.
>> The installation is collabnet-rpm-package 1.5.2.
>
>> Any idea what is going wrong?
>
> This (very similar) issue has been posted just recently.
> Check that you have correct line endings in your script.
>
>
> --
> WBR,
> Andrey Repin (anrdaemon_at_freemail.ru) 24.09.2009, <19:07>
>
> Sorry for my terrible english...
>
>
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2399334
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-24 17:25:54 CEST