Modify ↓
#777 closed defect (fixed)
[PATCH] slaves cannot get data from SVN with an empty password
Reported by: | sam@… | Owned by: | hodgestar |
---|---|---|---|
Priority: | major | Milestone: | 0.6.1 |
Component: | Build slave | Version: | 0.6 |
Keywords: | Cc: | ||
Operating System: | Linux |
Description
If an empty password is specified in the XML configuration, eg.
<svn:checkout url="svn://blah/" path="${path}" revision="${revision}" username="anonymous" password="" no_auth_cache="true" />
Then bitten-slave will prompt for a password, which is not desired. The attached patch fixes this problem.
Attachments (1)
Change History (6)
Changed 12 years ago by sam@…
comment:1 Changed 12 years ago by hodgestar
- Owner set to hodgestar
comment:2 Changed 12 years ago by hodgestar
- Status changed from new to assigned
comment:3 Changed 12 years ago by hodgestar
On second thoughts, it looks like there aren't currently tests for svntools and adding them is probably tricky enough that it's outside the scope of this issue.
comment:4 Changed 12 years ago by hodgestar
- Resolution set to fixed
- Status changed from assigned to closed
Patch committed -- thanks!
comment:5 Changed 11 years ago by osimons
- Milestone changed from 0.6.2 to 0.6.1
Note: See
TracTickets for help on using
tickets.
Patch looks good. Just needs a test.