Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 1
    Author is using git svn, not svn. Doesn't help. Commented Jul 20, 2011 at 19:37
  • 2
    Create a ./~subversion/config file? It looks like git will look at it. Commented Jul 20, 2011 at 19:47
  • Note that on Windows you may have two config files in %APPDATA%\Subversion\config and %USERPROFILE%\.subversion\config - you should make sure that they're both the same. Commented Nov 2, 2012 at 12:20
  • FWIW: It really works for me after having applied the above changes in ~/.subversion/config Commented Oct 29, 2018 at 11:11