Re: [fossil-users] Is it possible to edit a ticket's submission time?

2011-09-03 Thread Remigiusz Modrzejewski

On Sep 2, 2011, at 10:40 PM, Stephan Beal wrote:

 On Fri, Sep 2, 2011 at 9:48 PM, Matt Welland estifo...@gmail.com wrote:
 
 # Set your system date to the date for the ticket
 sudo date -s 08/11/2011
 
 
 Beware with that - it can confuse your build system.

And summon Hastur. Never do such a thing three times in a row.

Plus, if you really feel that hackish, just do your business in SQL.


Kind regards,
Remigiusz Modrzejewski



___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Ticket [1b5f29ce63]: Ticket view does not escape HTML

2011-09-03 Thread Remigiusz Modrzejewski
Hi,

I'm just pointing towards a ticket that I don't want to fix right now. Maybe 
someone reading the list but not timeline has some spare time ;)

Link: http://fossil-scm.org/index.html/tktview?name=1b5f29ce63


Kind regards,
Remigiusz Modrzejewski



___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] how to use versionable properties?

2011-09-03 Thread Stephan Beal
Hiya!

Per the 'settings' page:

  Settings marked with (v) are 'versionable' and will be overridden by the
contents of files named .fossil-settings/PROPERTY.

to use this, do i need to manually add the .fossil-settings files or are
they created/added via versioning-aware fossil commands?

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Non-Propagating TAGS sorting

2011-09-03 Thread Martin Gagnon
Hi, 

On the web ui, the Tags page which list the Non-Propagating tags show
them in alphabetical order. I have a few tags on my repository (old
repository which was converted from CVS) and it would be very usefull to
have the capability to sort them by date. Which would make it faster to
find the one I'm looking for. 

Does someone else would find that usefull. Would it be a lot of work ?

Regards

-- 
Martin G.
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] SSL support on Windows

2011-09-03 Thread Liu Chang
Hi:

Do we already have the pre-built binary for Windows + SSL?

I did not find it and have tried to build fossil with SSL support in MinGW
which includes the openssl-dev package. The build log file is attached and
shows a link error. It must the problem of MinGW, I guess.

Who would like to have a check about this problem?

Thanks,
Liu Chang


fossil.log
Description: Binary data
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] SSL support on Windows

2011-09-03 Thread Remigiusz Modrzejewski

On Sep 3, 2011, at 4:32 AM, Liu Chang wrote:

 Do we already have the pre-built binary for Windows + SSL?

Nope, pre-built libraries on the site are complete barebones. I'm on the edge 
of deciding to provide rich builds for all the systems I use, but Windows is 
not one of them.


Kind regards,
Remigiusz Modrzejewski



___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] how to use versionable properties?

2011-09-03 Thread Ben Summers

On 3 Sep 2011, at 14:05, Stephan Beal wrote:

 Hiya!
 
 Per the 'settings' page:
 
   Settings marked with (v) are 'versionable' and will be overridden by the 
 contents of files named .fossil-settings/PROPERTY.
 
 to use this, do i need to manually add the .fossil-settings files or are they 
 created/added via versioning-aware fossil commands?

You need to manually create and edit those files.

The settings commands do not create or modify those files, and just work 
exactly as they did before the implementation of versionable settings. It's 
just that the values of these settings can be overridden by the contents of 
files within .fossil-settings.

I tried to explain it here 
http://fossil-scm.org/index.html/doc/trunk/www/settings.wiki and would welcome 
suggestions for improving that page.

Ben


--
http://bens.me.uk/



___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] how to use versionable properties?

2011-09-03 Thread Stephan Beal
On Sat, Sep 3, 2011 at 4:49 PM, Ben Summers b...@fluffy.co.uk wrote:

 I tried to explain it here
 http://fossil-scm.org/index.html/doc/trunk/www/settings.wiki and would
 welcome suggestions for improving that page.


Thanks - that page does the job, i had just overlooked it.

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] fossil performance testing and is it possible to increase the sqlite3 timeout?

2011-09-03 Thread Dmitry Chestnykh
On Sep 3, 2011, at 10:11 AM, Remigiusz Modrzejewski wrote:

 So now, why wal is not the default? I'm having a trunk build from few days 
 back and a freshly created repo is in delete mode…

See disadvantages here: 
http://www.sqlite.org/draft/wal.html

The biggest one is that it requires two additional files.

--
Dmitry Chestnykh

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] fossil performance testing and is it possible to increase the sqlite3 timeout?

2011-09-03 Thread Remigiusz Modrzejewski

On Sep 3, 2011, at 5:15 PM, Dmitry Chestnykh wrote:
 So now, why wal is not the default? I'm having a trunk build from few days 
 back and a freshly created repo is in delete mode…
 
 See disadvantages here: 
 http://www.sqlite.org/draft/wal.html
 
 The biggest one is that it requires two additional files.

Ok, but then I'd say it should be documented somewhere. For now the closest 
thing to documentation of this aspect (which is quite important, as seen in 
this thread) is mention of existence in the help of fossil rebuild. Not 
enough...


Kind regards,
Remigiusz Modrzejewski



___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Non-Propagating TAGS sorting

2011-09-03 Thread Martin Gagnon
On Sat, Sep 03, 2011 at 09:58:00AM -0400, Martin Gagnon wrote:
 Hi, 
 
 On the web ui, the Tags page which list the Non-Propagating tags show
 them in alphabetical order. I have a few tags on my repository (old
 repository which was converted from CVS) and it would be very usefull to
 have the capability to sort them by date. Which would make it faster to
 find the one I'm looking for. 
 
 Does someone else would find that usefull. Would it be a lot of work ?
 

Sorry about the noise.. I just saw than the timeline button on the
Tags page is very similar to what I want..

-- 
Martin G.
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Is it possible to edit a ticket's submission time?

2011-09-03 Thread Matt Welland
Just for grins I set my date back to Jan 1st, created a ticket then
rebooted. I synced the ticket to my central repo. I'll post back here if
this hack breaks anything, but no problems that I could detect. The first
ticket here: http://www.kiatoa.com/fossils/megatest, has a creation date
from before the repo was created.

2011-01-01
07:00 New ticket
[12ff34a800]http://www.kiatoa.com/cgi-bin/fossils/megatest/info/12ff34a800
*Test ticket*. (user:
matthttp://www.kiatoa.com/cgi-bin/fossils/megatest/timeline?u=mattc=2011-01-01+07%3A00%3A51nd)


Total time, 20 seconds to make a backup of the fossil, set the date and add
ticket, 2 minutes to reboot (slow netbook) and sync.

On Sat, Sep 3, 2011 at 1:27 AM, Remigiusz Modrzejewski
l...@maxnet.org.plwrote:


 On Sep 2, 2011, at 10:40 PM, Stephan Beal wrote:

  On Fri, Sep 2, 2011 at 9:48 PM, Matt Welland estifo...@gmail.com
 wrote:
 
  # Set your system date to the date for the ticket
  sudo date -s 08/11/2011
 
 
  Beware with that - it can confuse your build system.

 And summon Hastur. Never do such a thing three times in a row.

 Plus, if you really feel that hackish, just do your business in SQL.


 Kind regards,
 Remigiusz Modrzejewski



 ___
 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