1

when I try to update my SVN repository with Tortoies SVN Client I have following error, "no path or pathfile specified on the command line"

recently I had machine upgrade to windows 7. could anyone please help out ?

  • Try using the relocate command in the tortoisesvn menu to update the URL to the repository, then try the update command again? – orbrey Oct 30 '14 at 10:20

3 Answers3

1

I deleted all the files located under the following directories:

  • %USERPROFILE%\AppData\Local\Temp
  • c:\windows\TEMP

This solved the problem for me.

Zafer
  • 2,180
  • 16
  • 28
1

If you are experiencing this error on a Windows Server, and you are connected via RDP, you might get this error because the %TEMP% directory doesn't resolve to an existing path: Why does %TEMP% resolve to a non-deterministic path of the form %TEMP\<digit>?

Signing out and reconnecting fixed this for me.

chrki
  • 6,143
  • 6
  • 35
  • 55
  • In my case there was a file named "2" within the `%USERPROFILE%\AppData\Local\Temp` directory, causing %TEMP% to resolve to a file instead of a folder. – Gnietschow Nov 24 '21 at 10:38
0

Actually the issue was with machine, which was missing some start up scripts. due to machine upgrade I lost my start up scripts and it caused error in my SCM set up.

This could be close now.

thanks, Shreedhar