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

Re: Possible bug: TortoiseProc.exe /command:update "skips" updating files after installing Tortoise 1.5

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Fri, 04 Jul 2008 19:45:04 +0200

Marcus Boström wrote:
> Hi Stefan & Ron,
>
> Permissions are set to "Everyone - Full control" for all folders,
> subfolders and files that are version controlled. The context-command
> works fine and we have reproduced the same behavior on the second
> machine which we also updated to 1.5. I definitely think we are on
> the right track with investigating permission issues since we needed
> to add the /notempfile to get the script to work with the previous
> version. Is there some way to getting a more detailed error message?

If the update from the context menu works ok, then maybe you pass the
path wrong?
Have you tried passing the path in quotes? For example:
TortoiseProc.exe /command:update /path:"c:\myworkingcopy\project"

The /notempfile flag for the 1.4.x version was needed because without
that, it assumed that the paths to update were written to a temp text
file, so the path you passed with /path:"" was pointing to that text
file unless /notempfile was given.

One other thing:
Subversion sometimes tries to create temporary files in the current
directory (known as CWD, but usually only used in a command line
environment). Maybe it has something to do with the path from where you
start TortoiseProc?

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net

Received on 2008-07-04 19:45:29 CEST

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.