Modify ↓
#40 closed defect (worksforme)
repository tarball sent to the slave doesn't contain "svn:externals" libraries
Reported by: | sean.dawson@… | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Build master | Version: | |
Keywords: | Cc: | ||
Operating System: |
Description
If a project uses an svn:externals definition to fetch a dependency, subsequent slave builds will fail because they are not receiving these libraries.
Would you advise against this practice, or is this really a bug?
Attachments (0)
Change History (5)
comment:1 Changed 19 years ago by cmlenz
- Milestone 0.4 deleted
comment:2 Changed 19 years ago by cmlenz
Implementing this would require Trac support for remote Subversion repositories, and improved support for svn:externals.
comment:4 Changed 19 years ago by cmlenz
- Milestone changed from 0.6 to 0.7
comment:5 Changed 15 years ago by osimons
- Milestone 0.7 deleted
- Resolution set to worksforme
- Status changed from new to closed
Old ticket. Bitten no longer sends source to slaves, and Subversion commands fully support checkout and update of svn:externals. Closing.
Note: See
TracTickets for help on using
tickets.
Hmm, I hadn't really thought about svn:externals yet. (Even though I'm using it myself here :-P)
The tarball ought to include externals, but that may get tricky. Needs more thought.