Re: [fossil-users] Merging multi-level-branches

2010-10-19 Thread Lluís Batlle i Rossell
On Sun, Oct 17, 2010 at 12:18:20PM -0400, Richard Hipp wrote: On Sun, Oct 17, 2010 at 4:06 AM, Wolfgang rat...@stumvolls.de wrote: Hello I don't know, if the following behaviour is a feature, a bug or if this solution would be a feature request. I like to work with branches.

[fossil-users] Jurassic GUI 0.2.0

2010-10-19 Thread markovi...@inwind.it
Hi, I've released a new version of Jurassic GUI. NEW: Timeline view and show diffs from arbitrary commits. http://code.google.com/p/jurassic-fossil/ ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] How to change 'binary' to non-binary?

2010-10-19 Thread Richard Hipp
Fossil considers files to be binary if they contain the character '\000' if they contain one or more lines that are longer than 8192 bytes. Fossil is unable to do a line-by-line diff of files that are binary (according to the diffinition above) and hence cannot merge such files. There is no way

[fossil-users] Migrating from Subversion.

2010-10-19 Thread Vikrant Chaudhary
I'm sorry if this question has been raised before but I couldn't find sufficient content on this over web. Is it possible to convert an Apache Subversion repository into a Fossil repository (yet)? -- -nasa http://vikrant.co.in/ ___ fossil-users

Re: [fossil-users] Migrating from Subversion.

2010-10-19 Thread Richard Hipp
On Tue, Oct 19, 2010 at 8:51 AM, Vikrant Chaudhary nas...@gmail.com wrote: I'm sorry if this question has been raised before but I couldn't find sufficient content on this over web. Is it possible to convert an Apache Subversion repository into a Fossil repository (yet)? There is not a

[fossil-users] How to change 'binary' to non-binary?

2010-10-19 Thread Adam J Richardson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fossil decided that a particular SQL file is binary, and I can't figure out how to change its mind. Is there a way to tell fossil to stop treating a file as binary? All files have a binary representation, unless you're using a quantum computer

[fossil-users] checkins related to XXX

2010-10-19 Thread Lluís Batlle i Rossell
Hello, I could not find the definition of what the ui shows as checkins related to ***, like when clicking on a branch through the Branches web menu. Can someone give one? Thank you, Lluís. ___ fossil-users mailing list

[fossil-users] fossil push 302 error.

2010-10-19 Thread Paolo Bolzoni
$ fossil push Server:    http://pa...@www.example.net/fossil/books     Bytes  Cards  Artifacts Deltas Send:    67653989 48  2  0 fossil: location: missing from 302 redirect reply I got this error, I simple have no idea how to try to work it out,

Re: [fossil-users] Managing file attributes of repository files

2010-10-19 Thread Joshua Paine
The only way I've been able to reliably set the execute bit when it isn't set already is to: $ fossil rm filename $ fossil commit -m you put your file in, you take your file out $ chmod +x filename $ fossil add filename $ fossil commit -m you put your file in and you shake it all about --

Re: [fossil-users] Managing file attributes of repository files

2010-10-19 Thread Joshua Paine
On 10/19/2010 10:00 AM, Richard Hipp wrote: The main complication is getting the permissions to be transmitted reliably through a windows checkout. (Why is it always windows that gives trouble?) Going between *nix and windows systems, it seems every file windows touches gets an execute bit

Re: [fossil-users] Managing file attributes of repository files

2010-10-19 Thread altufaltu
fossil chmod is a good idea! - Altu -Original Message- From: Joshua Paine jos...@letterblock.com To: fossil-users@lists.fossil-scm.org Sent: Tue, Oct 19, 2010 8:04 pm Subject: Re: [fossil-users] Managing file attributes of repository files On 10/19/2010 10:00 AM, Richard Hipp wrote:

Re: [fossil-users] 401 Error cloning a repository from a http server with auth

2010-10-19 Thread Kyle McKay
On October 18, 2010 at 08:02:15 PDT, Paolo Bolzoni wrote: dear list, I would like to use fossil as cgi program on a thttpd server. The problem is that it seems fossil cannot connect to a server that requires authorization. This problem manifests only when using the command line, when I use

[fossil-users] Fossil enhancements: Please test

2010-10-19 Thread Richard Hipp
There is a file-format enhancement to Fossil that seeks to make Fossil run more efficiently on projects with a large number of files in each checkout. Help in testing this enhancement will be appreciated. Fossil has been working great on projects with a thousand files or less in each checkout

Re: [fossil-users] Fossil enhancements: Please test

2010-10-19 Thread Richard Hipp
On Tue, Oct 19, 2010 at 4:59 PM, Richard Hipp d...@sqlite.org wrote: Windows users are encouraged to do the same if they are able, but for those that do not have a suitable build environment, a precompiled binary is made available at: http://www.fossil-scm.org/fossil-w32-201010192027.zip

Re: [fossil-users] Fossil enhancements: Please test

2010-10-19 Thread James Turner
On Tue, Oct 19, 2010 at 04:59:11PM -0400, Richard Hipp wrote: [snip] Thanks for testing out the recent Fossil changes. Please be sure to report either success or failure (whichever you encounter) with the new Fossil to this mailing list, or directly to me at d...@sqlite.org. -- D.

Re: [fossil-users] Fossil enhancements: Please test

2010-10-19 Thread altufaltu
Hi Richard, These changes are interesting. fossil setting repo-cksum off If I use this setting on local checkouts and let's assume for some reasons that a commit damages the local database. If I don't have repo-cksum disabled on the remote repository (assume on http), will I get an error