I saw that this was used in sample code to accept all the warnings (like certificate warnings) when trying to connect to a repository but I wasn't sure exactly what the Save=true; was specifically doing whether it was saving the fact that these certificates were accepted ect. Any insight would be appreciated. Thanks.
views:
10answers:
1
+1
A:
This stores the settings in %appdata%\Subversion\auth. If you don't set the save value the result only applies to the current session/SvnClient instance.
Bert Huijben
2010-08-12 21:26:48
Ah okay thanks.
Sam F
2010-08-13 12:33:43