Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-15 Thread Ron Wilson
Yes, this would be a serious problem for us, as well. On Wed, Mar 16, 2011 at 1:04 AM, Michael Richter wrote: > The > ticket http://fossil-scm.org/index.html/tktview/305143bd876f693f446f78d12dbef143c46eec58 is > moving into "show-stopper" territory for me.  I'm trying to share a > repository's co

[fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-15 Thread Michael Richter
The ticket http://fossil-scm.org/index.html/tktview/305143bd876f693f446f78d12dbef143c46eec58 is moving into "show-stopper" territory for me. I'm trying to share a repository's code through fossil to fossil non-users. The inability to log in in the timeline views means no ability to bundle up ZIP/

Re: [fossil-users] svn to fossil-scm migration

2011-03-15 Thread Scott Robison
When I said "very different models" I meant "different models of usage between a centralized vs distributed vcs". And I was right! :) In any case, glad the repo was useful to you to in improving fossil. Rather than trying to dump my entire centralized repo into a single distributed repo, I'll have

Re: [fossil-users] svn to fossil-scm migration

2011-03-15 Thread Richard Hipp
On Tue, Mar 15, 2011 at 5:14 PM, Scott Robison wrote: > On Tue, Mar 15, 2011 at 2:51 PM, Richard Hipp wrote: > > > > It should never crash, regardless of any model differences. > > > > What version of Fossil are you running? (What does "fossil version" > say?) > > > > Can you send me your repo b

Re: [fossil-users] Moving a local repository to a hosted repo

2011-03-15 Thread David Bovill
Thanks everyone for the input - I'll retry ftping the local repo... On 14 March 2011 21:06, Anthony Jefferson wrote: > I do the following for all our published repositories: > > 1. Create the repositories offline > 2. Add users, Adjust Ticket Pull-downs, mark which files are binary, ... > overhe

Re: [fossil-users] svn to fossil-scm migration

2011-03-15 Thread Richard Hipp
On Tue, Mar 15, 2011 at 4:00 PM, Scott Robison wrote: > I fear that my problem is probably likely due to the very different > models between svn & fossil (or maybe a less than perfect conversion > utility). My svn repo resembles: > > \repo > \trunk >\projects >\vendor > \third-party-

Re: [fossil-users] Client certs - revelation

2011-03-15 Thread Dmitry Chestnykh
On Mar 15, 2011, at 4:14 PM, Jan Danielsson wrote: > I figured out why no one is explaining to me how to specify > which client certificate to use when connecting with https: Because > fossil doesn't support it yet. :) You're right :-) http://www.mail-archive.com/fossil-users@lists.fossil-scm.org

Re: [fossil-users] do I need a fossil server?

2011-03-15 Thread Ron Wilson
On Tue, Mar 15, 2011 at 5:40 PM, wrote: > Ok, I see. So having individual repositories is the better approach. > What about having a server vs just a file ? > > e.g > fossil clone //server/repo.fossil repo.fossil > vs. > fossil clone http://server/repo:8080 repo.fossil With a small team, it is p

Re: [fossil-users] submodules

2011-03-15 Thread Ron Wilson
On Tue, Mar 15, 2011 at 3:39 PM, wrote: > In “/myprj/ip” I ‘d like to execute something like > fossil extract VERSION|—latest ip.fossil > which would not open the repo, but just extract the files. Doing it that way > will of course never allow to make changes to /myprj/ip and propagate them > bac

Re: [fossil-users] a shared ignore file list

2011-03-15 Thread Ron Wilson
On Tue, Mar 15, 2011 at 3:08 PM, Federico Ramallo wrote: > How can I share the setting ignore-glob?> How Can I keep the ignore files > list with version support? I am thinking to > include it with the source code. Is this possible? Maybe "fossil config export project fslproj.cfg" and add/commit

Re: [fossil-users] do I need a fossil server?

2011-03-15 Thread trash
Ok, I see. So having individual repositories is the better approach. What about having a server vs just a file ? e.g fossil clone //server/repo.fossil repo.fossil vs. fossil clone http://server/repo:8080 repo.fossil Is this equivalent from a functional point of view? Since I don't need outside/p

Re: [fossil-users] svn to fossil-scm migration

2011-03-15 Thread Scott Robison
On Tue, Mar 15, 2011 at 2:51 PM, Richard Hipp wrote: > > It should never crash, regardless of any model differences. > > What version of Fossil are you running?  (What does "fossil version" say?) > > Can you send me your repo by private email so that I can try it here and > debug the problem? > O

Re: [fossil-users] svn to fossil-scm migration

2011-03-15 Thread Richard Hipp
On Tue, Mar 15, 2011 at 4:00 PM, Scott Robison wrote: > Next I clicked on 200 entries > and got an APPCRASH from Windows 7. "fossil.exe has stopped working" > with the typical check/close/debug options. > > I fear that my problem is probably likely due to the very different > models between svn &

[fossil-users] svn to fossil-scm migration

2011-03-15 Thread Scott Robison
So, I have a subversion repository that I've been using for about 18 months for personal stuff I work on at home and a parallel trac installation. It has served me well, but I figured I should try out a dvcs since the world is moving that way. Having been a fan of SQLite for years I discovered foss

[fossil-users] submodules

2011-03-15 Thread trash
I was trying to add to the discussion about submodules in the archives, but not being a power mailing list user I don’t know how. So I apologize for starting this new thread. /myprj/src/... /ip/... whereas ip.fossil is a wholly independent fossil repository In “/myprj/ip” I ‘d like

Re: [fossil-users] a shared ignore file list

2011-03-15 Thread Richard Hipp
On Tue, Mar 15, 2011 at 3:08 PM, Federico Ramallo wrote: > Hi, > > How can I share the setting ignore-glob? > > How Can I keep the ignore files list with version support? I am thinking to > include it with the source code. Is this possible? > Fossil does not currently have a mechanism for version

[fossil-users] a shared ignore file list

2011-03-15 Thread Federico Ramallo
Hi, How can I share the setting ignore-glob? How Can I keep the ignore files list with version support? I am thinking to include it with the source code. Is this possible? Regards, Federico Ramallo ___ fossil-users mailing list fossil-users@lists.fossi

Re: [fossil-users] wiki table or files

2011-03-15 Thread Ron Wilson
On Tue, Mar 15, 2011 at 12:45 PM, Carlo A. Bertelli (Charta s.r.l.) wrote: > The question came out a number of times, maybe I did not understand the > answer. > Wiki pages could be files (checked-in) or internal wiki pages. Are the > internal pages held in a table or are files in the internal Fos

Re: [fossil-users] Client certs - revelation

2011-03-15 Thread Ron Wilson
On Tue, Mar 15, 2011 at 11:14 AM, Jan Danielsson wrote: > I added > support for specifying a certificate and key file to my local fossil > copy, and now I can properly access our repositories through https > (via apache and cgi). However, it seems appropriate to implement this > properly so that e

Re: [fossil-users] skin builder

2011-03-15 Thread Kevin Greiner
On Tue, Mar 15, 2011 at 1:35 PM, Federico Ramallo wrote: > > Also what do you think about the improved table? includes sorting, > searchin, grouping, etc > The sorting is very nice and the grouping too. Would it be feasible to make the "Key" at the top filter the table when clicked? Or, at least,

[fossil-users] skin builder

2011-03-15 Thread Federico Ramallo
Hi, I've been playing with improvements on the tickets report view. check http://tangosource.com/fossil/sandbox/rptview?rn=1 I'm wondering how to package it to easily import into new repos, distribute it, etc. I moved the files as source code and created a small build script to make it easily imp

Re: [fossil-users] More informative "home page" for fossil repository

2011-03-15 Thread Ron Wilson
On Tue, Mar 15, 2011 at 7:24 AM, Carlo A. Bertelli (Charta s.r.l.) wrote: > Anyway, I would like to show: > * a group of local resources (mainly wiki pages -- almost static) or > better yet the most important wiki pages (via tagging?); Aside from a manually edited list of pages on your home page,

[fossil-users] wiki table or files

2011-03-15 Thread Carlo A. Bertelli (Charta s.r.l.)
The question came out a number of times, maybe I did not understand the answer. Wiki pages could be files (checked-in) or internal wiki pages. Are the internal pages held in a table or are files in the internal Fossil filesystem? Sorry, I understand that such a question shows how much I'm unaware o

[fossil-users] Client certs - revelation

2011-03-15 Thread Jan Danielsson
Hello, So, rather than just grep:ing for something along the line of "cert" and then extrapolating the rest, I actually read the code this time. I figured out why no one is explaining to me how to specify which client certificate to use when connecting with https: Because fossil doesn't support

Re: [fossil-users] More informative "home page" for fossil repository

2011-03-15 Thread Richard Hipp
On Tue, Mar 15, 2011 at 7:24 AM, Carlo A. Bertelli (Charta s.r.l.) < carlo.berte...@gmail.com> wrote: > Hello, > I keep trying to workout a more informative "home page" for my fossil > repository. Yes, I know fossil is not a CMS... > Anyway, I would like to show: > * a group of local resources (ma

[fossil-users] More informative "home page" for fossil repository

2011-03-15 Thread Carlo A. Bertelli (Charta s.r.l.)
Hello, I keep trying to workout a more informative "home page" for my fossil repository. Yes, I know fossil is not a CMS... Anyway, I would like to show: * a group of local resources (mainly wiki pages -- almost static) or better yet the most important wiki pages (via tagging?); * latest events --