On Wed, 5 Oct 2016 09:02:38 +0200 (CEST) arnoldemu <[email protected]> wrote:
> Hi, Hello, > I have some binary files in my repository which are currently > versioned. I see there is a new unversioned file feature and I would > like to convert them to unversioned. > > Is there a way to "convert" a file from versioned to unversioned? You can use `fossil unversion add file/on/disk --as unversioned/file`. > In Perforce there is a way to limit the number of versions (I can set > this through P4V), is there anything similar in fossil? Is there a > way to define and keep the last 'n' revisions? Unversioned only keep a single version of a file. Also, the unversioned space is not part of the working copy nor are exported via ZIP/TAR. The current main purpose is to have extra resources able to be used by the Fossil web interface. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

