AGamePlayer
AGamePlayer

Reputation: 7734

How do I reload my TortoiseSVN's Settings after making modifications to its config file on Windows?

I have made some changes to %APPDATA%\Roaming\Subversion\config file. And I want to make the modifications work.

How do I reload them by not restarting the whole system?

Upvotes: 2

Views: 1006

Answers (1)

bahrep
bahrep

Reputation: 30662

You don't need restart your machine after modifying Subversion's runtime configuration. Changes to %APPDATA%\Roaming\Subversion\config are effective immediately after you save the file.

If your modifications don't work, I suggest verifying whether they are valid (e.g. check the syntax).

See SVNBook | Runtime Configuration Area.

Upvotes: 1

Related Questions