On Fri, Jan 25, 2013 at 2:14 PM, Gilles <[email protected]> wrote:
> The "json" command doesn't exist in the Fossil I have (1.24 > [0c65916136]): > > ======= > [C:\]fossil json dir -checkin experimental > fossil: fossil: unknown command: json > fossil: use "help" for more information > That's an optional feature and getting it to build on Windows in 1.24 apparently requires modifying the makefile (that was fixed yesterday while waiting on a large database import). If you have the latest sources and nmake is in your %PATH, you can try (from fossil's top-most source directory): nmake -f win/Makefile.mfc FOSSIL_ENABLE_JSON=1 > What about switching to another branch (eg. going from trunk to > experimental), and simply running "fossil ls"? Will that list the > revisions without touching the files in my work directory? > No - switching branches checks out the files from that branch, so it changes the local files. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

