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
-- 

Lorenz

-- 
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/ls3a2g18qsqjr9qe28ad711t3icnec0ma5%404ax.com.

Reply via email to