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

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

[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

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

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

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

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

[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?

[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

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

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

[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.

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

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

<    1   2   3   4   5