Thus said to...@acm.org on Sat, 14 Jun 2014 23:02:05 +0300:

> 1. If the only  way is to use a special branch to  do what I need, can
> at least a single branch be reused multiple times?

Yes, you can  do that with ease.  There are a few branches  like that in
the Fossil  repository, but  the most common  one is  the pending-review
branch.

http://www.fossil-scm.org/index.html/timeline?r=pending-review

Notice  that there  is no  linear progression  of code  changes on  this
branch, but  multiple distinct checkins  with a  few that get  merged to
trunk when ready.

> 2. Can  a branch contain only  the single incomplete file  I'm working
> on, but somehow to 'load' this branch together with the 'trunk'?

Not just the single file, however,  typically you would just branch, add
your file, and then  merge from trunk as often as you  need to into your
branch to stay current with changes in trunk.

Andy
-- 
TAI64 timestamp: 40000000539d29b5


_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to