[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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
Error Can't open file 'D:\user\ub\work\sd\.svn\entries': The system cannot find the path specified.

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

      ____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
Received on 2008-03-15 15:28:05 CET

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.