On Feb 21, 2015 1:34 PM, "jungle Boogie" <jungleboog...@gmail.com> wrote:
>
> Hello All,
>
> Came across this docs page today:
> http://www.fossil-scm.org/index.html/doc/2010-01-01/www/reference.wiki
>
> It references something I've never heard of, rstats:
>   Deliver a report of the repository statistics for the
>     current checkout.
>
> Link to the page regarding it is broken:
> http://www.fossil-scm.org/index.html/doc/2010-01-01/www/cmd_rstats.wiki
>
> and it doesn't work as a command:
> % fossil rstats
> fossil: unknown command: rstats
> fossil: use "help" for more information
>
>
> Secondly, can you check out a specific file on a repo if you give a
> path? I knwo checkout but that requires a version number.

The cat command might do what you want:

fossil cat -r dev_branch src/readme.txt > readme.txt

>
> finally, I attempting to edit www/stats.wiki but did it wrong and now
> my local repo reports:
>
> SQLITE_READONLY: statement aborts at 44: [CREATE TABLE IF NOT EXISTS
> vcache( vid INTEGER, -- checkin ID fname TEXT, -- filename rid
> INTEGER, -- artifact ID PRIMARY KEY(vid,fname) ) WITHOUT ROWI
> Database Error
> attempt to write a readonly database: {CREATE TABLE IF NOT EXISTS
> vcache( vid INTEGER, -- checkin ID fname TEXT, -- filename rid
> INTEGER, -- artifact ID PRIMARY KEY(vid,fname) ) WITHOUT ROWID}
>
> Any clues on how I can clear this up? I've cloned the entire fossil
> repo again and again but the same problem occurs.
>
> Thanks!
>
>
> --
> -------
> inum: 883510009027723
> sip: jungleboo...@sip2sip.info
> xmpp: jungle-boo...@jit.si
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
_______________________________________________
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