Skip to content

Commit

Permalink
optimize config-example.json to make svn user easily
Browse files Browse the repository at this point in the history
add default vcs and url-pattern to config-example.json svn section.
  • Loading branch information
hanguofeng committed Mar 12, 2015
1 parent c1cf2b4 commit 839a36f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,17 @@
},
"Subversion" : {
"url" : "http://my-svn.com/repo",
"url-pattern" : {
"base-url" : "{url}/{path}{anchor}"
},
"vcs" : "svn"
},
"SubversionWithCreds" : {
"url" : "http://my-private-svn.com/repo",
"url-pattern" : {
"base-url" : "{url}/{path}{anchor}"
},
"vcs" : "svn",
"vcs-config" : {
"username" : "username_for_ro_account",
"password" : "password_for_ro_account"
Expand Down

0 comments on commit 839a36f

Please sign in to comment.