Changes between Initial Version and Version 1 of Ticket #6014, comment 2


Ignore:
Timestamp:
Mar 18, 2012, 5:28:38 PM (12 years ago)
Author:
idefix

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6014, comment 2

    initial v1  
    33After this initial set-up you can periodically build an updated `bfs_fuse` with:
    44{{{
    5 svn update
     5git stash
     6git pull --rebase --no-tags origin HEAD
     7git stash pop
    68jam -q "<build>bfs_fuse"
    79}}}