Re: [fossil-users] Is it possible to add older code by date?

2014-02-01 Thread KAMEDA, Akihiro
Hi, commit & branch command accept --date-override command switch. Example: (f is alias of fossil. hashes like e384bf5187 can be found in the timeline page) # create branch based on the commit just a bit earlier than your backup files f branch new add-old e384bf5187 --date-override "2014-02-01 20

Re: [fossil-users] Is there any correct way to set "HOME" environmental variable?

2014-01-22 Thread KAMEDA, Akihiro
available for cgi. ``` .htaccess in the same directory as fossil cgi exists RewriteEngine On RewriteRule .* - [E=HOME:/home/yourname] ``` - add `delete .fossil (or _fossil) in your home directory` to uninstall procedure like http://www.fossil-scm.org/xfer/doc/tip/www/build.wiki Sincerely, A

[fossil-users] Is there any correct way to set "HOME" environmental variable?

2014-01-21 Thread KAMEDA, Akihiro
Hi, Referring http://www.fossil-scm.org/index.html/doc/tip/www/selfhost.wiki, I set up cgi page for a fossil repository. But setting (/setup_settings) and timeline (/timeline) page returned the error below. "cannot locate home directory - please set the HOME environment variable" So, I checked