Re: [fossil-users] Using fossil before importing from svn

2010-09-28 Thread Lluís Batlle i Rossell
On Tue, Sep 28, 2010 at 04:14:01PM -0400, Richard Hipp wrote: 2010/9/28 Lluís Batlle i Rossell virik...@gmail.com Hello, we are going to try to switch from svn into fossil. As we could not find any tool ready to import svn history (even a single branch) into fossil, I think

[fossil-users] WebDAV access

2010-09-29 Thread Lluís Batlle i Rossell
Hello, I am already using fossil instead of svn, but I cannot silent about asking a svn feature I enjoy a lot. I like the WebDAV service, when using svn through an apache module. It is not that I use its delta-v implementation much with autoversioning, but a simple readonly WebDAV access helps a

[fossil-users] Fossil remembering passwords

2010-09-30 Thread Lluís Batlle i Rossell
Hello, on linux, fossil does not remember the remote passwords for my push/pull commands. Nevertheless, I built fossil on cygwin, and it asks me the password only at the time of clone, and then all push/pull operations go for granted. Can anyone tell me where is fossil saving the password, how,

[fossil-users] In a script, knowing about changes

2010-10-01 Thread Lluís Batlle i Rossell
Hello, migrating our tools from subversion, we need something that would give the functionality we got through 'svnversion'. It could indicate what version the current checked out tree was, and if it had changes over the repository or not. Can we get that directly by fossil, or we have to parse

Re: [fossil-users] In a script, knowing about changes

2010-10-01 Thread Lluís Batlle i Rossell
On Fri, Oct 01, 2010 at 07:05:29AM -0400, Joshua Paine wrote: Seems like you'd need to parse `fossil status`, but it should be quite straightforward to do. Also note that the mixed version scenario that SVN support/inflicts isn't really a possibility in fossil, so you just need the line

[fossil-users] Repeating branch names

2010-10-04 Thread Lluís Batlle i Rossell
Hello, I have not tried, but what should I expect if I try to use a new branch naming it as a branch already closed? Is it something I will not be able to do, or something I should try to avoid? And a bit unrelated, the branch comes determined from the 'branch' tag, and not from the

[fossil-users] Elipsis in filenames

2010-10-04 Thread Lluís Batlle i Rossell
Hello, I was using a poor script I wrote to move from svn to fossil, and I was getting the deleted files through the MISSING lines of 'fossil changes'. But I hit a long filename that fossil shortened using elipsis before the extension. The output I got was: MISSINGdoc/Induction/Camera design

Re: [fossil-users] Code review and branch per issue

2010-10-04 Thread Lluís Batlle i Rossell
On Mon, Oct 04, 2010 at 10:55:02PM +0200, Laurens Van Houtven wrote: Hello, I'm trying to migrate a Trac workflow to Fossil. Here's what it looks like: For each feature: 1. create ticket 2. create branch 3. implement 4. submit branch for review 5. review: if not good, back to 3 6.

Re: [fossil-users] Elipsis in filenames

2010-10-05 Thread Lluís Batlle i Rossell
On Tue, Oct 05, 2010 at 12:01:06AM -0400, Richard Hipp wrote: 2010/10/4 Lluís Batlle i Rossell virik...@gmail.com Hello, I was using a poor script I wrote to move from svn to fossil, and I was getting the deleted files through the MISSING lines of 'fossil changes'. But I hit

Re: [fossil-users] Using fossil before importing from svn

2010-10-06 Thread Lluís Batlle i Rossell
On Tue, Sep 28, 2010 at 04:14:01PM -0400, Richard Hipp wrote: 2010/9/28 Lluís Batlle i Rossell virik...@gmail.com Hello, we are going to try to switch from svn into fossil. As we could not find any tool ready to import svn history (even a single branch) into fossil, I think

Re: [fossil-users] Patch file in windows

2010-10-06 Thread Lluís Batlle i Rossell
On Wed, Oct 06, 2010 at 12:39:15PM +0200, Emil Totev wrote: Hello This is fossil version [b48f78964e] 2010-09-18 15:51:43 UTC on Windows XP SP3 When I create a patch file using fossil diff patch.txt the resulting file cannot be used for patching. It seems there is an extra 0D line

[fossil-users] Merging with a wrong system clock

2010-10-07 Thread Lluís Batlle i Rossell
Hello, we had a computer with a clock problem (its clock showed the time as two hours less, in the same timezone). At some point the 'trunk' last checkin was newer than 'branch' checkin, and the user run in 'branch': fossil merge trunk That ended up with all the changes from trunk ported, but

[fossil-users] What I used to migrate my svn trunk branch into fossil

2010-10-07 Thread Lluís Batlle i Rossell
Hello, some here said that they want a tool to migrate the repository data from svn to fossil. I wrote some very poor scripts that did the job for me; being as simple as they are, they are not very generic but they may be easier to adapt than a 300 lines script. The manual procedure I did: - Get

[fossil-users] Listing opened branch names

2010-10-08 Thread Lluís Batlle i Rossell
Hello, why listing branches (fossil branch list) or leaves (fossil leaves) returns a list of checkins, instead of a list of branch names? I don't know how to deduce from the tags list of those checkins shown in the result. Am I missing an obvious command to list the branch names?

Re: [fossil-users] User Accounts: Syncing and Transferring

2010-10-11 Thread Lluís Batlle i Rossell
On Sun, Oct 10, 2010 at 10:28:14PM -0500, Andrew Moore wrote: Hello Everyone! Is it possible to transfer user accounts? If so, how? Hello, I noticed that All user accounts will be transfered if you clone (I don't know if pull) using the remote admin account (by http). Regards, Lluís.

[fossil-users] Troubles looking at changes of a file

2010-10-11 Thread Lluís Batlle i Rossell
Hello, I use the ui to know the changes of a file at a specified checkin. I go to Files (check-in f723beb5ff, trunk), and I click the file. It shows: Artifact bda684a9f7ea37be2137540b4b856df924d5f8ea Then it comes with a list of checkins affecting the file. It says, in the order said in the web

Re: [fossil-users] Troubles looking at changes of a file

2010-10-11 Thread Lluís Batlle i Rossell
On Mon, Oct 11, 2010 at 11:19:39AM -0400, Richard Hipp wrote: 2010/10/11 Lluís Batlle i Rossell virik...@gmail.com Hello, I use the ui to know the changes of a file at a specified checkin. I go to Files (check-in f723beb5ff, trunk), and I click the file. It shows: Artifact

Re: [fossil-users] lynx as web browser

2010-10-14 Thread Lluís Batlle i Rossell
On Thu, Oct 14, 2010 at 03:06:28PM -0400, saulgo...@flashingtwelve.brickfilms.com wrote: Quoting Lluís Batlle i Rossell virik...@gmail.com: I'm trying: fossil settings web-browser lynx fossil ui rep.fossil and fossil settings web-browser `which lynx` fossil ui rep.fossil

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] 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

Re: [fossil-users] backout a merge

2010-11-08 Thread Lluís Batlle i Rossell
On Mon, Nov 08, 2010 at 11:05:14AM -0800, Jeff Rogers wrote: Hi all, After you merge in changes from a different branch, but before you check in the merge, is there any way to back out the merge? fossil revert undoes the changes but leaves the files edited, although with no changes.

Re: [fossil-users] Know when some files have been modified

2010-11-19 Thread Lluís Batlle i Rossell
On Fri, Nov 19, 2010 at 10:17:54AM -0500, Richard Hipp wrote: 2010/11/19 Lluís Batlle i Rossell virik...@gmail.com On Fri, Nov 19, 2010 at 10:03:48AM -0500, Richard Hipp wrote: 2010/11/19 Lluís Batlle i Rossell virik...@gmail.com Hello, is there any way I can know

[fossil-users] fossil: bad object id: 0

2010-11-23 Thread Lluís Batlle i Rossell
Hello, I've been using from some time fossil built for cygwin [12a79e5b93]. And on fossil update it says only this: fossil: bad object id: 0 fossil rebuild does not help. We use a central repository in linux 32-bit also running that version, but some clients use older and newer fossil versions

Re: [fossil-users] fossil: bad object id: 0

2010-11-23 Thread Lluís Batlle i Rossell
On Tue, Nov 23, 2010 at 09:57:23AM +0100, Lluís Batlle i Rossell wrote: Hello, Ah, I thought I was in an open branch. This happens only when updating (fossil update), being in a closed branch. It happens with the latest released version too. fossil update in an open branch works fine. The error

[fossil-users] Still trouble changing two fields in a ticket

2010-11-23 Thread Lluís Batlle i Rossell
Hello, I wrote a ticket long ago to fossil. We have an 'assigned_to' field. http://www.fossil-scm.org/index.html/tktview?name=13813896d5 If in a ticked Edit I change 'assigned_to' and add a comment, the ticket does not change at all. Nothing new appears in the history either. If I only add a

[fossil-users] Updating, with files moved

2010-11-23 Thread Lluís Batlle i Rossell
Hello, I had the working directory with some files moved from one directory to another: Something like this, but on three files: fossil mv path/file.txt path2/file.txt mv path/file.txt path2/file.txt edit path2/file.txt ... Then I decide to do: fossil update # being on trunk And to my

Re: [fossil-users] Updating, with files moved

2010-11-23 Thread Lluís Batlle i Rossell
On Tue, Nov 23, 2010 at 03:00:10PM +0100, Lluís Batlle i Rossell wrote: Hello, I had the working directory with some files moved from one directory to another: Something like this, but on three files: fossil mv path/file.txt path2/file.txt mv path/file.txt path2/file.txt edit path2

Re: [fossil-users] Still trouble changing two fields in a ticket

2010-11-23 Thread Lluís Batlle i Rossell
On Tue, Nov 23, 2010 at 04:57:21PM -0500, Erik Lechak wrote: Hello, If in a ticked Edit I change 'assigned_to' and add a comment, the ticket does not change at all. Nothing new appears in the history either. If you look at the system log under admin, you will see that there are

Re: [fossil-users] ticket bug fixed, how should I submit it?

2010-11-23 Thread Lluís Batlle i Rossell
On Tue, Nov 23, 2010 at 05:41:46PM -0500, Richard Hipp wrote: On Tue, Nov 23, 2010 at 5:31 PM, Erik Lechak e...@lechak.info wrote: Huh... Then the J-card system appears to be broken. When I have an assigned_to column fossil generates the following: Correct. The ticket-change artifact

Re: [fossil-users] A large repo import suceeded!

2010-12-02 Thread Lluís Batlle i Rossell
On Thu, Dec 02, 2010 at 09:15:55AM -0500, Richard Hipp wrote: Q2: fossil ui is nice. However, I'm missing search - like what git gui gives. What do fossil-ites use for searching the repo? Just straight database search? SQLite has a great full-text search engine built in. I've long

Re: [fossil-users] How should Fossil handle this merge conflict...

2010-12-13 Thread Lluís Batlle i Rossell
On Sun, Dec 12, 2010 at 06:57:56PM -0500, Richard Hipp wrote: Suppose you have the trunk branch checked out and you have made changes to file xyz.txt locally, but have not checked them in. Then you do a merge of branch other-branch: fossil merge other-branch The file xyz.txt has

Re: [fossil-users] Hello. Anyone for source highlighting?

2010-12-13 Thread Lluís Batlle i Rossell
On Tue, Dec 14, 2010 at 09:40:55AM +1030, Martin Sandiford wrote: I'm in favor. Not really sure what I need to do to help this to happen? Code review anyone? I would really like something comfortable about that. But I don't have any idea of how I would like it to be. And more sad, I can

Re: [fossil-users] Stash. Was: How should Fossil handle this merge conflict...

2010-12-14 Thread Lluís Batlle i Rossell
On Tue, Dec 14, 2010 at 08:09:58PM -0500, Richard Hipp wrote: On Tue, Dec 14, 2010 at 11:42 AM, Joshua Paine jos...@letterblock.comwrote: It would be nice to have something like `git stash`, too. Probably the biggest thing I miss from git. I've been reading up on git-stash to see if

Re: [fossil-users] Stash. Was: How should Fossil handle this merge conflict...

2010-12-15 Thread Lluís Batlle i Rossell
On Wed, Dec 15, 2010 at 08:33:29PM +0100, Joerg Sonnenberger wrote: On Wed, Dec 15, 2010 at 12:55:27PM -0500, Richard Hipp wrote: On Wed, Dec 15, 2010 at 10:53 AM, Joerg Sonnenberger jo...@britannica.bec.de wrote: On Tue, Dec 14, 2010 at 08:09:58PM -0500, Richard Hipp wrote: On

Re: [fossil-users] Stash. Was: How should Fossil handle this merge conflict...

2010-12-16 Thread Lluís Batlle i Rossell
On Wed, Dec 15, 2010 at 11:10:17PM +0100, Joerg Sonnenberger wrote: On Wed, Dec 15, 2010 at 10:50:52PM +0100, Lluís Batlle i Rossell wrote: On Wed, Dec 15, 2010 at 08:33:29PM +0100, Joerg Sonnenberger wrote: Having incomplete changes in the tree is bad for things like bisect. It shouldn't

[fossil-users] Implementing the Propagate to descendants single change

2010-12-17 Thread Lluís Batlle i Rossell
I submitted a patch that solves the ticket http://www.fossil-scm.org/index.html/tktview/fcadf658ed282b3a as an attachment to the ticket page. I found very annoying that sometimes I set the color to a branch, but I forget to set the Propagate to descendants flags. Without this patch, fossil

Re: [fossil-users] GLIBC_2.7 not found required by fossil

2010-12-18 Thread Lluís Batlle i Rossell
On Sat, Dec 18, 2010 at 02:05:43PM +0100, јеромонах Виталије wrote: Hello I have installed fossil as cgi script on my web server and it works just fine :-) I wished to make small change to the fossil source and I have rebuild it from source. Everything was fine on my home computer. But when

Re: [fossil-users] GLIBC_2.7 not found required by fossil

2010-12-18 Thread Lluís Batlle i Rossell
On Sat, Dec 18, 2010 at 05:23:45PM +0100, јеромонах Виталије wrote: to: Lluís Batlle i Rossell I build it with -static option added to LIB variable. Now it works but it's size is (even after strip) is 1.5M. A funny thing is that now when building I got the following warning: Normal - now

[fossil-users] Cannot get a checkin synced

2010-12-22 Thread Lluís Batlle i Rossell
We had a fossil server 2010-10-05 on linux-i686, and clients with fossil 2010-12-07. In a client we committed a change. Synced with the server, and the server showed the change in the timeline (a simple new checkin in trunk). Other clients synced to the server, and they did not get the new

Re: [fossil-users] Cannot get a checkin synced

2010-12-22 Thread Lluís Batlle i Rossell
was in the repository after syncing, but not shown in the timeline. In this new situation, the artifact was NOT in the repositories after syncinc. So I consider it a completely different error. Regards, Lluís. El 22 de desembre de 2010 10:27, Lluís Batlle i Rossell virik...@gmail.comha escrit

Re: [fossil-users] Errors during compile in Windows 7 x64

2010-12-23 Thread Lluís Batlle i Rossell
On Wed, Dec 22, 2010 at 07:29:13PM -0500, Richard Hipp wrote: I spent a very frustrating morning on Monday, downloading mingw and trying to get the makefile to work on a new windows7 box I have sitting off to might right. It appears that getting the makefile to work on win7 will be very hard

Re: [fossil-users] Errors during compile in Windows 7 x64

2010-12-23 Thread Lluís Batlle i Rossell
On Thu, Dec 23, 2010 at 09:24:46PM +0100, Lluís Batlle i Rossell wrote: You can build fossil with any Express (free) edition of Visual Studio (with the Visual C compiler). VS2010 Express is just fine. It comes with a batch script that will put all its programs in the PATH. It also puts

[fossil-users] Problems merging with renames

2011-01-04 Thread Lluís Batlle i Rossell
Hello, we had a bad merge, using the latest released fossil (2010-01-01). The merge was removing files it should not remove. Hence I write to the list alerting on the problem. We tracked the problem, and attached proposed patches, in two tickets: http://fossil-scm.org/index.html/info/c9d454153e

Re: [fossil-users] Hang committing on cygwin

2011-01-04 Thread Lluís Batlle i Rossell
Hello again, with better news. On Tue, Jan 04, 2011 at 04:31:03PM +0100, Lluís Batlle i Rossell wrote: Now we are experiencing a hang after saving the commit message. It's at 100% of cpu. We tried a -g -O0, and attaching gdb, but gdb is not any good at resolving the call stack while

[fossil-users] cannot access baseline manifest

2011-01-25 Thread Lluís Batlle i Rossell
Hello, On a fossil update trunk, I got this output: $ fossil update trunk Autosync: http://blabla@blabla/blabla Bytes Cards Artifacts Deltas Sent: 130 1 0 0 Received:4494 97 0 0 Sent:1540 31

Re: [fossil-users] Bug at baseline/delta manifests, workaround using 'rebuild'

2011-01-26 Thread Lluís Batlle i Rossell
On Tue, Jan 25, 2011 at 07:36:49PM +0100, Lluís Batlle i Rossell wrote: Hello, I updated the fossil version I had in one computer from 2010-11-17 to 2011-01-13. I run the fossil rebuild (Btw, it said 100.1% completed at the end), and synched to the main repository. I noticed

[fossil-users] fossil ui, making web non-admin operations

2011-01-29 Thread Lluís Batlle i Rossell
Hello, we use to share some fossil repository files with the coworkers, and we simply set the committer user name in fossil user default XXX. Running 'fossil ui', I cannot change the web user logged in, and it takes that of the repository administrator. Maybe what I have to do is to use 'fossil

Re: [fossil-users] newbie failing to log into server...

2011-02-03 Thread Lluís Batlle i Rossell
On Thu, Feb 03, 2011 at 01:36:59PM -0500, Mike Meyer wrote: However, if I try and log in using the userid/password from the repo, I get SQLITE_CANTOPEN: cannot open file at line 27596 of [fabcb6b95e] SQLITE_CANTOPEN: statement aborts at 28: [UPDATE user SET

Re: [fossil-users] newbie failing to log into server...

2011-02-03 Thread Lluís Batlle i Rossell
On Thu, Feb 03, 2011 at 08:15:26PM +0100, Stephan Beal wrote: 2011/2/3 Lluís Batlle i Rossell virik...@gmail.com If you don't use a root account for your CGI, you can use a setuid program for it to have such access to your files. Something like this here explained, but applied

Re: [fossil-users] Deploying A Web Application with Fossil and FTP

2011-02-04 Thread Lluís Batlle i Rossell
On Fri, Feb 04, 2011 at 06:12:46PM +0100, Ondrej Nemecek wrote: Hi to all, let say we have web site, which sources are managed using fossil. This web site is running on server and document root can be accessed via ftp. Is there some way to use fossil to deploy changed files to server?

Re: [fossil-users] value of a just added column

2011-02-05 Thread Lluís Batlle i Rossell
On Fri, Feb 04, 2011 at 08:01:28PM -0500, Ron Wilson wrote: I added a new column to my tickets table, one that I want to use in the WHERE clause of a SELECT. However, I am unable to devise an expression that matches, on the new column, any of the records that existed before the new column was

Re: [fossil-users] Fossil release pending.

2011-02-07 Thread Lluís Batlle i Rossell
On Mon, Feb 07, 2011 at 05:55:08PM -0500, Richard Hipp wrote: I haven't done an official build of Fossil on a long while. So I'll try to do one on Wednesday. Please let me know if you see any serious problems with the current tip of trunk. Note that I am unable to reproduce the sync

Re: [fossil-users] Fossil release pending.

2011-02-07 Thread Lluís Batlle i Rossell
On Mon, Feb 07, 2011 at 05:55:08PM -0500, Richard Hipp wrote: I haven't done an official build of Fossil on a long while. So I'll try to do one on Wednesday. Please let me know if you see any serious problems with the current tip of trunk. I also hit troubles here, under reports claimed to

Re: [fossil-users] Fossil release pending.

2011-02-07 Thread Lluís Batlle i Rossell
Hello Richard, On Mon, Feb 07, 2011 at 07:02:26PM -0500, Richard Hipp wrote: 2011/2/7 Lluís Batlle i Rossell virik...@gmail.com On Mon, Feb 07, 2011 at 05:55:08PM -0500, Richard Hipp wrote: I haven't done an official build of Fossil on a long while. So I'll try to do one

[fossil-users] More on the delta/baseline problem synching

2011-02-10 Thread Lluís Batlle i Rossell
Hello, as I have a repository where I have reproduced the problem http://fossil-scm.org/index.html/tktview?name=fbea61caf0 , I'm investigating a bit. I found this: sqlite .schema orphan CREATE TABLE orphan( rid INTEGER PRIMARY KEY, baseline INTEGER ); CREATE INDEX orphan_baseline

Re: [fossil-users] SSH status

2011-02-16 Thread Lluís Batlle i Rossell
On Wed, Feb 16, 2011 at 12:25:11PM -0500, Richard Hipp wrote: On Wed, Feb 16, 2011 at 12:03 PM, Chad Perrin c...@apotheon.net wrote: If any reader has suggestions on a better way to do SSH access for Fossil, please speak up. What do you think about what I suggested some time ago in

Re: [fossil-users] SSH status

2011-02-16 Thread Lluís Batlle i Rossell
On Wed, Feb 16, 2011 at 01:04:56PM -0500, Richard Hipp wrote: On Wed, Feb 16, 2011 at 12:36 PM, Justin Mazzi jma...@gmail.com wrote: What about using regular pipes? exec ssh remote-server 'fossil command to output raw server data' | fossil receive data Multiple round-trips from

Re: [fossil-users] SSH status

2011-02-16 Thread Lluís Batlle i Rossell
On Wed, Feb 16, 2011 at 02:36:16PM -0500, Richard Hipp wrote: OK, so I've made some tweaks to the SSH code based on the many helpful suggestions sent in by readers. (Thanks!) Now the ball is back over to you, Chad. Go forth and test. Let us know about both your successes and failures.

Re: [fossil-users] raw (internal) wiki pages

2011-02-16 Thread Lluís Batlle i Rossell
On Wed, Feb 16, 2011 at 04:19:08PM -0500, Ron Wilson wrote: For a wiki page created through the UI, is there an URL to access the raw page? I tried replacing /wiki?name=mywikipage with /raw?name=mywikipage, but that did not work. This is related:

Re: [fossil-users] SSH status

2011-02-17 Thread Lluís Batlle i Rossell
On Thu, Feb 17, 2011 at 11:42:19AM +0100, Stephan Beal wrote: 2011/2/17 Lluís Batlle i Rossell virik...@gmail.com i have a bashrc configured on that box, which includes ~/bin in my path, and my bash_profile simply sources bashrc, but the hoster has apparently done something to their ssh which

Re: [fossil-users] 3-way merge likely to happen anytime soon?

2011-02-21 Thread Lluís Batlle i Rossell
On Mon, Feb 21, 2011 at 08:23:42AM -0500, Richard Hipp wrote: Just to clearify, by 3-way merge, you mean a graphical merging tool? I ask because Fossil always has done a 3-way merge behind the scenes - it just doesn't show you what it is doing or give you the opportunity to intervene. I

Re: [fossil-users] A helper function I have for a shorter commandline

2011-03-02 Thread Lluís Batlle i Rossell
On Wed, Mar 02, 2011 at 09:05:55AM -0800, Andreas Kupries wrote: http://paste.tclers.tk/2370 Hello, $@ is what you want for quoting arguments maintaining spaces. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

[fossil-users] Merges, renames and shortest path.

2011-03-03 Thread Lluís Batlle i Rossell
Hello, we had an issue merging with renames here. The 'test-shortest-path' takes what we think is a *WRONG* path for the merge to happen. We had two long-standing branches, that both were updated from trunk from time to time. One was merged into trunk only recently, altough it has been there for

Re: [fossil-users] Merges, renames and shortest path.

2011-03-03 Thread Lluís Batlle i Rossell
On Thu, Mar 03, 2011 at 10:39:11AM -0500, Richard Hipp wrote: 2011/3/3 Lluís Batlle i Rossell virik...@gmail.com This could have worked, if the first merge of the end of January did not have any rename. It had renames, and due to this, the last merge attempt complained about this like

Re: [fossil-users] Failure in the test

2011-03-03 Thread Lluís Batlle i Rossell
On Thu, Mar 03, 2011 at 10:52:18AM -0500, Richard Hipp wrote: 2011/3/3 Lluís Batlle i Rossell virik...@gmail.com Hello, we were updating to fossil of the 1st of March, and running its 'make test' we've seen one error: /tmp/nix-build-ry80yizb2mhli5yr7la7by5dn8w6cjdd-fossil

Re: [fossil-users] Merges, renames and shortest path.

2011-03-03 Thread Lluís Batlle i Rossell
On Thu, Mar 03, 2011 at 10:57:06AM -0500, Richard Hipp wrote: 2011/3/3 Lluís Batlle i Rossell virik...@gmail.com On Thu, Mar 03, 2011 at 10:39:11AM -0500, Richard Hipp wrote: 2011/3/3 Lluís Batlle i Rossell virik...@gmail.com This could have worked, if the first merge of the end

Re: [fossil-users] Hang while waiting for server when using ssh

2011-03-03 Thread Lluís Batlle i Rossell
On Thu, Mar 03, 2011 at 09:35:43PM +0100, Jan Danielsson wrote: Hello, I have run into this problem: http://comments.gmane.org/gmane.comp.version-control.fossil-scm.user/3515 Though I'm using NetBSD/amd64 5.0 (client) against a NetBSD/amd64 4.0 (server). And I'm using key based

Re: [fossil-users] Strange merge conflicts.

2011-03-04 Thread Lluís Batlle i Rossell
On Fri, Mar 04, 2011 at 06:18:11PM +0200, John Found wrote: Several times when making merge with fossil, I ended up with really strange conflicts like this: BEGIN MERGE CONFLICT: original content first include '%TargetOS%/mouse.asm'=== original content above; conflict below

Re: [fossil-users] Fossil on IIS

2011-03-04 Thread Lluís Batlle i Rossell
On Fri, Mar 04, 2011 at 04:27:44PM -0600, Tony Perovic wrote: Q: How should the CGI script invoke Fossil to request these internal resources? The CGI is quite a defined interface, telling any query information through environment variables, and expecting any answer in stdout.

Re: [fossil-users] Cygwin Build

2011-03-05 Thread Lluís Batlle i Rossell
On Sat, Mar 05, 2011 at 05:55:59AM -0800, Anthony Jefferson wrote: I realize that Cygwin does not build real windows executable. However, I already have a Cygwin development environment on my desktop and I just wanted to compile and build the source locally. Is there an existing Cygwin

Re: [fossil-users] meld-support

2011-03-08 Thread Lluís Batlle i Rossell
On Tue, Mar 08, 2011 at 01:12:22PM -0500, Richard Hipp wrote: On Tue, Mar 8, 2011 at 12:44 PM, Jan Danielsson jan.m.daniels...@gmail.comwrote: Hello, Anyone here using meld[1]? When merging with many conflicts I find meld to be of invaluable help, though I noticed that meld is

Re: [fossil-users] meld-support

2011-03-08 Thread Lluís Batlle i Rossell
On Tue, Mar 08, 2011 at 01:15:48PM -0500, Richard Hipp wrote: Is meld more than just a visual 3-way merge tool, like xxdiff or kdiff3? Can meld be plugged into Fossil using the gmerge-command setting? While we're on the subject, should the gmerge-command setting be extended to be

[fossil-users] cookies for multiple cgis in the same server

2011-03-09 Thread Lluís Batlle i Rossell
Hello, we have some fossil repositories served in the same server through different CGI URLs, and from the version 2011-01-01 to 2011-03-01 we noticed the change that while with the first version I could have a cookie for each of the repositories at once, and since the last update, logging into

Re: [fossil-users] cookies for multiple cgis in the same server

2011-03-09 Thread Lluís Batlle i Rossell
On Wed, Mar 09, 2011 at 06:09:28AM -0500, Richard Hipp wrote: 2011/3/9 Lluís Batlle i Rossell virik...@gmail.com Hello, we have some fossil repositories served in the same server through different CGI URLs, and from the version 2011-01-01 to 2011-03-01 we noticed the change

[fossil-users] Annotate for wiki pages

2011-03-11 Thread Lluís Batlle i Rossell
Hello, is there a way I can get an 'annotate' for wiki pages? Thank you, Lluís. ___ 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] git equivalent commands

2011-03-11 Thread Lluís Batlle i Rossell
On Fri, Mar 11, 2011 at 06:58:59PM -, Eric wrote: On Fri, March 11, 2011 7:27 am, Federico Ramallo wrote: Hi, I was wondering how to do git reset --hard on a fossil repository. Because fossil clean only clear extra files, but what about changed files? 'fossil revert' may be

[fossil-users] changing the date of events

2011-03-14 Thread Lluís Batlle i Rossell
Hello, I tried to create an event for a date different than the one given in the form, and it looks like it does not care on the value of the date field. I see the same editing an event. Does anybody see the same? I'm using Fossil version [1d93222627] 2011-03-01. Thank you, Lluís.

Re: [fossil-users] fossil add somefile.rs = Error

2011-03-28 Thread Lluís Batlle i Rossell
On Mon, Mar 28, 2011 at 04:33:04PM -0400, sky5w...@gmail.com wrote: Hi, I get the following error attempting to add a file with the Ampersand() in the file extension. Fossil wrote: 's' is not recognized as an internal or external command, operable program or batch file. Isn't it your shell,

Re: [fossil-users] Summary of i18n status, for inclusion into Fossil introduction wiki

2011-03-29 Thread Lluís Batlle i Rossell
On Wed, Mar 30, 2011 at 01:32:17AM +0900, Clifford Caoile wrote: Hello fossil-users: I was intrigued with Fossil after reading the enthusiastic LWN article [1]. Unfortunately I do not see any summary about Fossil and Internationalization (i18n). Let me contribute a summary which can be used

Re: [fossil-users] Fossil on Hammer Principle

2011-03-30 Thread Lluís Batlle i Rossell
On Fri, Mar 25, 2011 at 12:31:09AM -0400, altufa...@mail.com wrote: It doesn't have ClearCase!!! OMG They may count only free VCS. It lacks monotone though. -Original Message- From: Stephen De Gabrielle stephen.degabrie...@acm.org To: fossil-users@lists.fossil-scm.org

Re: [fossil-users] Commit Question

2011-04-07 Thread Lluís Batlle i Rossell
On Thu, Apr 07, 2011 at 02:39:30PM -0500, Bill Burdick wrote: Are you on *NIX or Windows? If you're on *NIX, you can use fossil commit $(find dir -type f) or find dir -type f | xargs fossil commit I think it is not that easy! :) fossil commit only likes the files that have changed. On Thu,

Re: [fossil-users] Opening a repository on webdav

2011-04-20 Thread Lluís Batlle i Rossell
On Wed, Apr 20, 2011 at 04:11:23PM -0400, Richard Hipp wrote: On Wed, Apr 20, 2011 at 4:00 PM, Tomek Kott tkott.s...@gmail.com wrote: So, to the crux of the matter. I set up a new fossil repository (in ~/fossil/) using fossil new site.fossil. I then cd to my mounted drive (cd

Re: [fossil-users] leaves which i cannot close?

2011-04-22 Thread Lluís Batlle i Rossell
On Fri, Apr 22, 2011 at 11:59:09AM -0400, Richard Hipp wrote: You might argue that we should change the definition of leaf to be A node that as no children of any kind (merge or non-merge) with the same branch tag. I'm not sure what the consequences of that change would be, but I'm betting

[fossil-users] HTML comments in wiki pages

2011-04-28 Thread Lluís Batlle i Rossell
Hello, I try to write text inside wiki files that will not be shown on web browsers. I see that !-- -- text gets displayed. Shouldn't it better be hidden, as normal html would do? Or there is another way for achieving what I want? Thank you, Lluís.

[fossil-users] Problems with annotate

2011-05-05 Thread Lluís Batlle i Rossell
Hello, I have problems with annotate giving misleading information. I wrote a ticket: http://fossil-scm.org/index.html/info/f0f9aff371 Maybe asking for a mass 'please try to reproduce it', we can get a public repository which shows the same problem. Regards, Lluís. (Copy of the ticket text

Re: [fossil-users] trouble with 'localauth'

2011-05-06 Thread Lluís Batlle i Rossell
On Fri, May 06, 2011 at 10:42:16PM +0100, Jacek Cała wrote: The same for me fossil new xxx.fossil fossil ui xxx.fossil does not log in me automatically (Opera, Firefox). I forgot to add I use x64 win7. Perhaps it matters that this is x64 or win7 x64. Anyone else with different win or

Re: [fossil-users] WHY IS FOSSIL REMOVING ALL MY CODE!

2011-05-21 Thread Lluís Batlle i Rossell
On Sat, May 21, 2011 at 02:32:34PM -0400, Richard Hipp wrote: the fossil revert overwrote the undo stack. Maybe to prevent this, I should implement a multi-level undo? Does anybody have any other suggestions on how to prevent the lose of uncommitted work? I've lost sometimes work with this

Re: [fossil-users] Supporting markwon syntax for wiki

2011-05-24 Thread Lluís Batlle i Rossell
On Wed, May 25, 2011 at 01:43:14AM +0800, Ambrose Bonnaire-Sergeant wrote: 2011/5/24 Natacha Porté nata...@instinctive.eu As a fossil user, I would love to have the option to use Markdown in the wiki (with the option of dumbing down to forbid inline HTML which might be unsafe -- exactly

[fossil-users] Worried about merges

2011-05-27 Thread Lluís Batlle i Rossell
Hello, I'm still quite worried on merges, due to the problem I described here some days ago: http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg04716.html Am I the only one worried on silent bad merges? Thank you, Lluís. ___ fossil-users

[fossil-users] More merge problems with renames

2011-06-01 Thread Lluís Batlle i Rossell
Hello, still with the opened issue http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg04716.html , we commited such a 'bad merge' into one of our branches. As there explained, the 'shortest path' used to calculate the renames was clearly wrong. We decided to go to the previous

Re: [fossil-users] More merge problems with renames

2011-06-01 Thread Lluís Batlle i Rossell
On Wed, Jun 01, 2011 at 07:35:09AM -0400, Richard Hipp wrote: 2011/6/1 Lluís Batlle i Rossell virik...@gmail.com Hello, still with the opened issue http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg04716.html, we commited such a 'bad merge' into one of our branches

Re: [fossil-users] More merge problems with renames

2011-06-01 Thread Lluís Batlle i Rossell
On Wed, Jun 01, 2011 at 07:35:09AM -0400, Richard Hipp wrote: 2011/6/1 Lluís Batlle i Rossell virik...@gmail.com Hello, still with the opened issue http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg04716.html, we commited such a 'bad merge' into one of our branches

Re: [fossil-users] More merge problems with renames

2011-06-02 Thread Lluís Batlle i Rossell
On Wed, Jun 01, 2011 at 07:35:09AM -0400, Richard Hipp wrote: 2011/6/1 Lluís Batlle i Rossell virik...@gmail.com Hello, still with the opened issue http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg04716.html, we commited such a 'bad merge' into one of our branches

Re: [fossil-users] More merge problems with renames

2011-06-14 Thread Lluís Batlle i Rossell
On Thu, Jun 02, 2011 at 06:24:16AM -0400, Richard Hipp wrote: 2011/6/2 Lluís Batlle i Rossell virik...@gmail.com What do you think about the problem? Do you understand it already, or you would really like a repository with the troubles, in order to start? I'd have to recreate one

Re: [fossil-users] Needed: volunteer to autoconf Fossil

2011-06-14 Thread Lluís Batlle i Rossell
On Tue, Jun 14, 2011 at 05:42:49PM +0200, Stephan Beal wrote: Another suggestion nobody has made yet: jam. It can be distributed in static-binary form directly with the source tree (i've seen this done in a couple projects, and i know it can build on some rather obscure systems). i can't

Re: [fossil-users] problem importing from git

2011-06-29 Thread Lluís Batlle i Rossell
On Wed, Jun 29, 2011 at 04:01:35AM -0400, John Nowak wrote: On Jun 29, 2011, at 3:53 AM, John Nowak wrote: $ fossil reconstruct foo.fossil . fossil: SQLITE_ERROR: table blob already exists fossil: table blob already exists Just realized I did this wrong. I'm new to fossil obviously.

Re: [fossil-users] problem importing from git

2011-06-29 Thread Lluís Batlle i Rossell
On Wed, Jun 29, 2011 at 07:08:52AM -0400, John Nowak wrote: On Jun 29, 2011, at 4:11 AM, Lluís Batlle i Rossell wrote: On Wed, Jun 29, 2011 at 04:01:35AM -0400, John Nowak wrote: On Jun 29, 2011, at 3:53 AM, John Nowak wrote: $ fossil reconstruct foo.fossil . fossil: SQLITE_ERROR

Re: [fossil-users] changes status cmds within sub-directory

2011-07-10 Thread Lluís Batlle i Rossell
On Sun, Jul 10, 2011 at 10:12:33AM -0400, Joshua Paine wrote: On 7/10/2011 9:11 AM, Ben Summers wrote: $ fossil status In sub-directory two: ADDED world.txt EDITED src/display.c 1 other change. Use --show-all option to list all changes. I would rather it work like git and

Re: [fossil-users] Shun old versions of (large) binary files

2011-07-17 Thread Lluís Batlle i Rossell
On Thu, Jul 14, 2011 at 06:17:07PM +0200, Marco Maggesi wrote: Hi, first of all let me say that fossil is an excellent piece of software. I use it everyday. Thank you for developing and supporting fossil. I have a small problem and i wonder if it can be easily solved. (Perhaps with some

[fossil-users] Converting from mercurial

2011-07-18 Thread Lluís Batlle i Rossell
Hello, As the lack of friendlyness I've always felt with git, before using fossil I used mercurial. If I wanted to convert any mercurial repository to fossil, how should do that? Has anyone done that? Regards, Lluís. ___ fossil-users mailing list

  1   2   3   4   5   >