Modify ↓
Opened 15 years ago
Closed 15 years ago
#526 closed defect (worksforme)
svn recipe command does not use http_proxy
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | General | Version: | 0.6b2 |
Keywords: | Cc: | ||
Operating System: | BSD |
Description
bitten-slave is able to connect through a proxy to retrieve the recipe from the server, using the http_proxy environment variable. However, when executing an svn:external command in the recipe, the build slave fails because svn does not use the proxy settings passed to the build slave.
Attachments (0)
Change History (1)
comment:1 Changed 15 years ago by osimons
- Milestone 0.6.1 deleted
- Resolution set to worksforme
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
All the Subversion tools do is call on svn executable with proper arguments. If your svn checkout needs a proxy, that setting should be configured as a Subversion setting and is not something for Bitten.
See ~/.subversion/servers (or the equivalent for your install) - it is full of example proxy configurations for various cases.