On Wed, Oct 3, 2012 at 2:02 PM, J Ronald <[email protected]> wrote:
> For example, there is a checkin node A with a lot of source code files, > > then make a branch B from A with a little modification, > > also make a branch C from A with a little modification. > > The structure is like this: > > B C > > \ / > > A > > Then checkin every thing, it is very slow to switch between B & C, it > seems to check every file in A when switching. > You may try to change the default settings for this repository. fossil settings repo-cksum off This should speed up your checkout operations. -- David Bariod
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

