|
Re: (Hudson) Issue #167 - SVN Update not working: msg#00038java.hudson.user
Peter Nicolai wrote: OK, I didn't get a prompt for password, just a red warning on the Thanks. Can you also send me the "red warning" you got on the config page? Is that the same "svn: authentication cancelled"? I think you really need a field to specify the user though, since The way the authentication works in Subversion is that each program that connects to the repository needs to provide a credential. There's no sticky credential information stored in the workspace, unlike CVS. So if your build commits a change or if you manually do so, that needs to provide credential on its own, and that happens outside Hudson. IOW, as far as Hudson is concerned, all it needs is the ability to check out a workspace. There might be other use cases where one needs to specify the user name, and if so I'd like to hear that, but this one doesn't apply, I think. In the meantime, you can type in Subversion authentication has a notion of "realm", which is the domain where the same username/password works. This is somewhat independent from URLs, but typically one subversion server installation has one realm. Hudson stores a credential per realm, so once you enter a working credential, all other projects that access the same SVN realm will be able to use the same credential. That's why the username/password information is not stored in the project configuration --- it's almost like system level configuration, as opposed to job level configuration. But for this to work seamlessly, it's critical that Hudson can ask you to enter a credential when you tried to use an URL that Hudson has never seen before. Apparently we are having an issue with this in your environment, so I understand why you felt that the UI is confusing. Hopefully we can get that fixed. BTW, SVN Update works great now though! Good.
-- Kohsuke Kawaguchi Sun Microsystems kohsuke.kawaguchi@xxxxxxx
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: (Hudson) Issue #167 - SVN Update not working, Kohsuke Kawaguchi |
|---|---|
| Next by Date: | Re: (Hudson) Issue #167 - SVN Update not working, Peter Nicolai |
| Previous by Thread: | Re: (Hudson) Issue #167 - SVN Update not working, Kohsuke Kawaguchi |
| Next by Thread: | Re: (Hudson) Issue #167 - SVN Update not working, Peter Nicolai |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |