[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: hooks

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Fri, 21 Nov 2008 11:22:09 +0100

david semik wrote:
> Hi,
> I have two problems with hooks.
>
> - first is pre-commit hook error, when deleted file is commited. It is
> probably fixed in r 14510,
> but its still not released.

You could use a nightly build.

> - Second problem is when i try distribute hooks setings to clients. I
> would like to use register, but
> if somebody import it, there is no hooks. Probably its because the hooks
> are saved like single
> line string (REG_SZ) by tortoise, but if I use more then one hooks its
> multi line (REG_MULTI_SZ).
> Windows then ignore this register during importing to other clients.

No, the entries are all REG_SZ, not REG_MULTI_SZ.
But the string can have multiple lines, just separated by '\n' chars.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net

Received on 2008-11-21 11:22:30 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.