TortoiseSVN wrote:
>Den tors 11 feb. 2021 12:12TortoiseSVN on behalf of lorenznl <
>[email protected]> skrev:
>
>> ok next question 8-)
>>
>> my pre-lock hook batch file looks like:
>>
>>     echo Path    '%1' > con
>>     echo Lock    '%2' > con
>>     echo Force   '%3' > con
>>     echo Message '%4' > con
>>     echo Error   '%5' > con
>>     echo CWD     '%6' > con
>>
>>     echo ----- Path > con
>>     type %1 > con 2>&1
>>     echo ----- Message > con
>>     type %4 > con 2>&1
>>     echo ----- > con
>>
>>     pause < con > con
>>     exit 1
>>
>> in the moment. Just for checking all input data sources for now.
>>
>> As I see it, there is either an error in the documentation of the
>> Pre-Lock parameters, or a bug.
>> Because the 5th parameter is populated with the WC root path and the
>> 6th parameter is always empty.
>>
>> Documentation tells:
>>     Pre-lock
>>         PATH LOCK FORCE MESSAGEFILE ERROR CWD
>> --
>>
>
>This was also part of the fixes I mentioned earlier.

not sure I undersatnd you correctly.

are you saying, that you fixed the documentation too?

Because both, the application help file, as the online documentation
both show 6 parameters.

...

but then the application help file states version 1.9.
The online documentation seems to be up to date though (1.14 r29080)
-- 

Lorenz


>
>/Daniel

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn/6t6a2g1at4aggohdobrd83bef5evton7oa%404ax.com.

Reply via email to