Re: [fossil-users] how to revert everything

2011-03-21 Thread Bill Burdick
1. Use fossil ui to find the id for the commit you want (you can use the 10 digit id in the timeline) 2. To use that commit - You can make a branch off of the commit id and check out the branch - You can checkout that commit directly, but the next time you commit a change

[fossil-users] how to revert everything

2011-03-21 Thread Christian Pekeler
My last three revisions consists of several folder renames, file renames, file creations, and file deletions. It was a mistake and I want to go back to 4 revisions ago. How can I do this? revert -r doesn't allow me to simply specify the root folder. Thanks, Christian _

Re: [fossil-users] fossil ignore-glob bug?

2011-03-21 Thread Mike Meyer
On Mon, 21 Mar 2011 09:17:14 -0400 Richard Hipp wrote: > On Mon, Mar 21, 2011 at 9:05 AM, Wilson, Ronald wrote: > > > I have been using the ignore-glob feature for a while now, but it doesn’t > > seem to be working for some of the files that I think should be covered by > > the glob. As you c

Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-21 Thread Ron Wilson
On Mon, Mar 21, 2011 at 10:21 AM, Richard Hipp wrote: > On Mon, Mar 21, 2011 at 10:01 AM, Michael Richter > wrote: >> >> First attempt: "relay-to" was set to www.fossil-scm.org:80, "listen" was >> set to 8180.  I access http://localhost:8180 and I get ... the SQLite home >> page, not Fossil's.  T

Re: [fossil-users] fossil ignore-glob bug?

2011-03-21 Thread Ron Wilson
On Mon, Mar 21, 2011 at 9:05 AM, Wilson, Ronald wrote: > I have been using the ignore-glob feature for a while now, but it doesn’t > seem to be working for some of the files that I think should be covered by > the glob. As you can see, the *.suo and *.ncb files in the project root are > properl

Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-21 Thread Michael Richter
On 21 March 2011 23:30, Richard Hipp wrote: > > On Mon, Mar 21, 2011 at 11:10 AM, Michael Richter wrote: > >> Try running the experiment here: http://www.sqlite.org/debug1 >>> >> > OK, I can log in and see the timeline properly here. Are you running this >> through CGI or is this just a fossil

Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-21 Thread Bill Burdick
[since I just subscribed, so I don't have the original email] drh wrote: > I'm not sure how to work around that. Anybody else have any ideas on how to > eavesdrop on the TCP/IP connection between the web browser and the Fossil > web server? How about using wireshark to capture the traffic? I u

Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-21 Thread Richard Hipp
On Mon, Mar 21, 2011 at 11:10 AM, Michael Richter wrote: > Try running the experiment here: http://www.sqlite.org/debug1 >> > > > OK, I can log in and see the timeline properly here. Are you running this > through CGI or is this just a fossil server running straight up? > > It is exactly the sam

Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-21 Thread Michael Richter
On 21 March 2011 22:48, Richard Hipp wrote: > > > On Mon, Mar 21, 2011 at 10:34 AM, Michael Richter wrote: > >> On 21 March 2011 22:21, Richard Hipp wrote: >> >>> >>> >>> On Mon, Mar 21, 2011 at 10:01 AM, Michael Richter >>> wrote: >>> OK, perhaps I'm being as thick as a whale omlette here

Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-21 Thread Richard Hipp
On Mon, Mar 21, 2011 at 10:34 AM, Michael Richter wrote: > On 21 March 2011 22:21, Richard Hipp wrote: > >> >> >> On Mon, Mar 21, 2011 at 10:01 AM, Michael Richter >> wrote: >> >>> OK, perhaps I'm being as thick as a whale omlette here, but I cannot get >>> this to work at all. >>> >>> First att

Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-21 Thread Michael Richter
On 21 March 2011 22:21, Richard Hipp wrote: > > > On Mon, Mar 21, 2011 at 10:01 AM, Michael Richter wrote: > >> OK, perhaps I'm being as thick as a whale omlette here, but I cannot get >> this to work at all. >> >> First attempt: "relay-to" was set to www.fossil-scm.org:80, "listen" was >> set to

Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-21 Thread Mark Janssen
On Mon, Mar 21, 2011 at 3:21 PM, Richard Hipp wrote: > > > On Mon, Mar 21, 2011 at 10:01 AM, Michael Richter wrote: > >> OK, perhaps I'm being as thick as a whale omlette here, but I cannot get >> this to work at all. >> >> First attempt: "relay-to" was set to www.fossil-scm.org:80, "listen" was

Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-21 Thread Richard Hipp
On Mon, Mar 21, 2011 at 10:01 AM, Michael Richter wrote: > OK, perhaps I'm being as thick as a whale omlette here, but I cannot get > this to work at all. > > First attempt: "relay-to" was set to www.fossil-scm.org:80, "listen" was > set to 8180. I access http://localhost:8180 and I get ... the S

Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-21 Thread Michael Richter
OK, perhaps I'm being as thick as a whale omlette here, but I cannot get this to work at all. First attempt: "relay-to" was set to www.fossil-scm.org:80, "listen" was set to 8180. I access http://localhost:8180 and I get ... the SQLite home page, not Fossil's. Tinkering around with various value

Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-21 Thread Michael Richter
Oops. I didn't see this, Richard. Sorry. I'll get this set up now and send you the results. Once I figure out how to get Tcl working. :) On 17 March 2011 01:21, Richard Hipp wrote: > On Wed, Mar 16, 2011 at 11:30 AM, Michael Richter wrote: > >> >> OK, this is the sequence I've tried on my m

Re: [fossil-users] fossil ignore-glob bug?

2011-03-21 Thread Richard Hipp
On Mon, Mar 21, 2011 at 9:05 AM, Wilson, Ronald wrote: > I have been using the ignore-glob feature for a while now, but it doesn’t > seem to be working for some of the files that I think should be covered by > the glob. As you can see, the *.suo and *.ncb files in the project root are > properl

[fossil-users] fossil ignore-glob bug?

2011-03-21 Thread Wilson, Ronald
I have been using the ignore-glob feature for a while now, but it doesn't seem to be working for some of the files that I think should be covered by the glob. As you can see, the *.suo and *.ncb files in the project root are properly ignored in fossil changes (and fossil clean) but the eur_usd*