Problems with "/path:" parameter of "Tortoiseproc.exe" (size limitation?)
From: U B <tortoisesvnuser_at_yahoo.com>
Date: Sat, 15 Mar 2008 07:27:31 -0700 (PDT)
Hi,
I am using "Tortoiseproc.exe" in a Windows command file to commit files from multiple directories. It looks like this:
"C:\Program Files\TortoiseSVN\bin\tortoiseproc.exe" /command:commit /path:"D:\user\ub\work\sd\eclipse\workspace\org.example.secretweapon*D:\user\ub\work\sd\project\SecretWeapon" /logmsg:"" /notempfile /closeonend
This worked fine until I added another directory to the path:
"C:\Program Files\TortoiseSVN\bin\tortoiseproc.exe" /command:commit /path:"D:\user\ub\work\sd\eclipse\workspace\org.example.secretweapon*D:\user\ub\work\sd\eclipse\workspace\org.example.secretweapontest*D:\user\ub\work\sd\project\SecretWeapon" /logmsg:"" /notempfile /closeonend
I now get the following error message:
Error 'D:\user\ub\work\sd' is not a working copy
I wonder if there is any limitation on the number/size of the directories to be used in the path or if I am doing something wrong?
BTW: I am using version 1.4.8.
Udo
____________________________________________________________________________________
|
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.