diff --git a/core/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/url-help.jelly b/core/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/url-help.jelly new file mode 100644 index 0000000000..b0afaf6a20 --- /dev/null +++ b/core/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/url-help.jelly @@ -0,0 +1,9 @@ +
+ Specify the subversion repository URL to check out, such as "http://svn.apache.org/repos/asf/ant/". +
+ When you enter URL, Hudson automatically checks if Hudson can connect to it. If access requires + authentication, it will ask you the necessary credential. If you already have a working + credential but would like to change it for other reasons, + click this link + and specify different credential. +
\ No newline at end of file diff --git a/core/src/main/resources/hudson/scm/SubversionSCM/config.jelly b/core/src/main/resources/hudson/scm/SubversionSCM/config.jelly index 7fcd5558f0..387659ca7b 100644 --- a/core/src/main/resources/hudson/scm/SubversionSCM/config.jelly +++ b/core/src/main/resources/hudson/scm/SubversionSCM/config.jelly @@ -2,7 +2,7 @@ - + diff --git a/war/resources/help/subversion/url.html b/war/resources/help/subversion/url.html deleted file mode 100644 index 21196df78b..0000000000 --- a/war/resources/help/subversion/url.html +++ /dev/null @@ -1,4 +0,0 @@ -
- Specify the subversion repository URL to check out, - such as "http://svn.apache.org/repos/asf/ant/". -
\ No newline at end of file