I'm using TortoiseSVN 1.14.5, Build 29465 - 64 Bit and trying to run a TortoiseProc revert command with pathlist as below:
Tortoiseproc.exe /command:revert /pathfile:"C:\An_Nguyen\revertpath.txt"
and inside my revertpath.txt is:
C:\An_Nguyen\SVNTest\analog
C:\An_Nguyen\SVNTest\analog\1%.discharge
C:\An_Nguyen\SVNTest\analog\1%.discharge.o
C:\An_Nguyen\SVNTest\analog\1%board_presence
C:\An_Nguyen\SVNTest\analog\1%board_presence.o
C:\An_Nguyen\SVNTest\analog\1%board_presence_1
C:\An_Nguyen\SVNTest\analog\1%board_presence_1.o
C:\An_Nguyen\SVNTest\analog\1%board_presence_sensor
C:\An_Nguyen\SVNTest\analog\1%board_presence_sensor.o
C:\An_Nguyen\SVNTest\analog\1%bt1
C:\An_Nguyen\SVNTest\analog\1%bt1.o
C:\An_Nguyen\SVNTest\analog\1%c1
when I ran it still can show revert dialog with all files listed same the pathfile but after I click OK it show me an error:
'C:\Users\2203258\AppData\Local\Temp' is not a working copy
I ran with the option "-path:" and input all files there it worked.
Can you advise if i did wrong some where. Thank you so much.