Modify ↓
Opened 19 years ago
Closed 15 years ago
#109 closed defect (fixed)
svn:keywords are not substituted in sources export
Reported by: | mike.aski@… | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.6 |
Component: | General | Version: | 0.5.2 |
Keywords: | Cc: | ||
Operating System: |
Description
I've got a $Revision$ keyword in a source file which is correctly 'activated' & managed by svn on my workspace sources extraction, but the Bitten built trees contain _raw_ keyword (not substituted). That's really annoying, because I use it on an industrial project, and it's crucial for me...
Attachments (0)
Change History (2)
comment:1 Changed 19 years ago by cmlenz
- Milestone set to 0.7
comment:2 Changed 15 years ago by osimons
- Milestone changed from 0.7 to 0.6
- Resolution set to fixed
- Status changed from new to closed
This is already fixed 0.6dev where Subversion commands can checkout, export or update with all Subversion features handled - including svn:keywords. Source tarball is no longer passed to the slave.
Note: See
TracTickets for help on using
tickets.
I'm planning to change the strategy for pushing source code to slaves in 0.7 so that the slaves simply use a checkout from the repository, instead of receiving tarballs from the master.