[fossil-users] getting "404" on update?

2009-12-20 Thread Stephan Beal
Hi, all! step...@jareth:~/cvs/fossil/fossil$ fossil update Autosync: http://www.fossil-scm.org/fossil Bytes Cards Artifacts Deltas Send: 318 5 0 0 ERROR. server says: 404 Not Found Total network traffic: 416 bytes sent, 261 bytes

Re: [fossil-users] getting "404" on update?

2009-12-20 Thread Stephan Beal
On Sun, Dec 20, 2009 at 12:53 PM, Stephan Beal wrote: > i was able to do an error-free update yesterday, but after switching to the > binary in that update, i can neither run local server mode ("connection > reset by peer" errors on connect), and "update" produces the above 404. > Please disregar

Re: [fossil-users] Path Separators

2009-12-20 Thread Michael Richter
The easiest immediate solution for you is to type "OPTION" at the TCC command line and tell TCC to allow both forward and back slashes in file names. CMD.EXE users have a bigger problem. 2009/12/19 Clark Christensen > I'm using Fossil on MS Windows under the TCC/4NT shell, and am mostly > reall

Re: [fossil-users] Path Separators

2009-12-20 Thread Clark Christensen
Good suggestion, Michael. That's always part of my TCC setup, and it's fine. The "fossil gdiff" example wasn't applicable (sorry). That just works. It's other commands/apps, like "copy path/to/file ..." and "dir path/to/file". Those throw "invalid option" errors. My projects are not C or ot

Re: [fossil-users] Please contribute Fossil "skins" or "themes"

2009-12-20 Thread Eric
I started this one ages ago to try to get the main menu at the side and a bit of a different feel, but only realised today that what it needed was an extra div. Anyway here you are... (tested Firefox 3.5.5, IE 6.0) Eric-- The "skin" configuration exported from -- repository "/home/eric/devel/fo

Re: [fossil-users] Please contribute Fossil "skins" or "themes"

2009-12-20 Thread Eric
> I started this one ages ago to try to get the main menu at the side and a > bit of a > different feel, but only realised today that what it needed was an extra > div. Anyway > here you are... (tested Firefox 3.5.5, IE 6.0) > Thanks Richard for putting that one in. But we have now learnt that an

Re: [fossil-users] Please contribute Fossil "skins" or "themes"

2009-12-20 Thread Eric
> I started this one ages ago to try to get the main menu at the side and a bit of a > different feel, but only realised today that what it needed was an extra div. Anyway > here you are... (tested Firefox 3.5.5, IE 6.0) > Thanks Richard for putting that one in. But we have now learnt that an HT

Re: [fossil-users] Please contribute Fossil "skins" or "themes"

2009-12-20 Thread D. Richard Hipp
On Dec 20, 2009, at 2:30 PM, Eric wrote: > >> I started this one ages ago to try to get the main menu at the side >> and a >> bit of a >> different feel, but only realised today that what it needed was an >> extra >> div. Anyway >> here you are... (tested Firefox 3.5.5, IE 6.0) >> > > Thanks

Re: [fossil-users] Path Separators

2009-12-20 Thread Michael Richter
Oh, that's a limitation of the TCC parser because it doesn't know when you're using a switch or a path. Wrap the file names in quotation marks and it works fine. So instead of *dir path/to/file* you'd have *dir "path/to/file"*. (I tested this just now to make sure my memory wasn't flawed.) If y