##// END OF EJS Templates
feat(svn): re-enable manual generation of SVN config that was removed when we moved svn path config to .ini files...
feat(svn): re-enable manual generation of SVN config that was removed when we moved svn path config to .ini files - This still allows to trigger the config creation - covers some edge cases on a need ro rre-create the svn configs

File last commit:

r2252:dc922ddb stable
r5394:41153181 default
Show More
hg_diff_no_newline.diff
9 lines | 266 B | text/x-diff | DiffLexer
diff --git a/server.properties b/server.properties
--- a/server.properties
+++ b/server.properties
@@ -1,2 +1,3 @@
property=value
-anotherProperty=value
\ No newline at end of file
+anotherProperty=value
+newProperty=super_important_value
\ No newline at end of file