History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CCRB-170
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Douglas Tan
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
CruiseControl.rb

Include --username and --password options for commands issued in Subversion when both the username and password are provided

Created: 01/Feb/08 03:57 AM   Updated: 01/Feb/08 03:58 AM
Component/s: Builder
Affects Version/s: 1.4
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Text File svn_command_auth.patch (2 kb)



 Description  « Hide
I ran into an issue with trying to use cc.rb with repositories that require authentication credentials to be supplied. I was running into "svn: PROPFIND failed on ." errors and realised that the errors was being raised by the svn binary when trying to find out what was happening. I coded up a simple patch along with a corresponding testcase for using the --username and --password options when both values are available on the Subversion instance.

 All   Comments   Work Log   Change History      Sort Order:
Douglas Tan [01/Feb/08 03:58 AM]
Patch files with testcase and instructions in cruise_config.rb.example