Changes between Initial Version and Version 1 of Ticket #6014, comment 2
- Timestamp:
- Mar 18, 2012, 5:28:38 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6014, comment 2
initial v1 3 3 After this initial set-up you can periodically build an updated `bfs_fuse` with: 4 4 {{{ 5 svn update 5 git stash 6 git pull --rebase --no-tags origin HEAD 7 git stash pop 6 8 jam -q "<build>bfs_fuse" 7 9 }}}