Herman wrote:
> it does work if i run the script from the root folder like you did,
> but if i run it from a subfolder using relative paths that go 'up' in
> the directory structure, ex. ../folder1 things go wrong
>
> this does work (from within root folder):
> TortoiseProc.exe /command:commit /path:"folder1*folder1/
> file1.txt*folder2*folder2/file2.txt" /logmsg:"msg"
>
> this does not work (from within the scripts folder):
> TortoiseProc.exe /command:commit /path:"../folder1*../folder1/
> file1.txt*../folder2*../folder2/file2.txt" /logmsg:"msg"
>
> so in your case, to reproduce, after *opened cmd.exe
> * cd scripts
> * TortoiseProc.exe /command:commit /path:"../folder1*../folder1/
> file1.txt*../folder2*../folder2/file2.txt" /logmsg:"msg"
That's what I did, please read my last mail again:
>> * opened cmd.exe
>> * cd d:\test\testwc\scripts
>> * TortoiseProc.exe /command:commit
>> /path:"folder1*folder1/file1.txt*folder2*folder2/file2.txt" /logmsg:"msg"
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
Received on 2008-08-18 22:21:15 CEST