[fossil-users] Fuel SCM --httpauth

2015-11-25 Thread Dömötör Gulyás
Do any of you use Fuel? Parts of my team don't want to use the command line (or can't, due to not having rights to the windows command line) and Fuel seems like a decent GUI, except I can't figure out how to configure it to use --httpauth. It also seems to ignore the settings in the fossil repo, a

Re: [fossil-users] Fuel SCM --httpauth

2015-11-25 Thread Andy Bradford
Thus said =?UTF-8?B?RMO2bcO2dMO2ciBHdWx5w6Fz?= on Wed, 25 Nov 2015 16:28:23 +0100: > Do any of you use Fuel? Parts of my team don't want to use the command > line (or can't, due to not having rights to the windows command line) > and Fuel seems like a decent GUI, except I can't figure out ho

Re: [fossil-users] Fuel SCM --httpauth

2015-11-25 Thread Warren Young
On Nov 25, 2015, at 10:14 AM, Andy Bradford wrote: > > Thus said =?UTF-8?B?RMO2bcO2dMO2ciBHdWx5w6Fz?= on Wed, 25 Nov 2015 16:28:23 > +0100: > >> due to not having rights to the windows command line > > if the users don't have access to the command > line, how in the world can anything use

Re: [fossil-users] Fuel SCM --httpauth

2015-11-25 Thread Andy Bradford
Thus said Warren Young on Wed, 25 Nov 2015 10:22:56 -0700: > On Nov 25, 2015, at 10:14 AM, Andy Bradford wrote: > > > > All operations to clone, sync, etc... are all done through the > > command line > > You mean they are done through a Win32 Console Mode executable, which > is not the sam

Re: [fossil-users] Fuel SCM --httpauth

2015-11-25 Thread Warren Young
On Nov 25, 2015, at 10:31 AM, Andy Bradford wrote: > > Thus said Warren Young on Wed, 25 Nov 2015 10:22:56 -0700: > >> On Nov 25, 2015, at 10:14 AM, Andy Bradford wrote: >>> >>> All operations to clone, sync, etc... are all done through the >>> command line >> >> You mean they are done

Re: [fossil-users] Fuel SCM --httpauth

2015-11-25 Thread Dömötör Gulyás
We seem to be able to make fossil do things via windows shortcuts. And Fuel runs fine, except that it's apparently impossible to configure it to use --httpauth, or to make it use the url and credentials stored in the fossil repo. I have no control over the fact that work PCs are locked down in thi

Re: [fossil-users] Fuel SCM --httpauth

2015-11-25 Thread Ron W
On Wed, Nov 25, 2015 at 1:45 PM, Dömötör Gulyás wrote: > We seem to be able to make fossil do things via windows shortcuts. And > Fuel runs fine, except that it's apparently impossible to configure it to > use --httpauth, or to make it use the url and credentials stored in the > fossil repo. > >

[fossil-users] fossil bundle export of all artifact types ...

2015-11-25 Thread Jousef Lofstrom
How can I export file *and* non-file artifacts (tickets, wiki-pages) into a bundle for import into another repo (offline synchronization) ? Many thanks, Jousef ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8

Re: [fossil-users] fossil bundle export of all artifact types ...

2015-11-25 Thread Eduard
Hi Jousef, If you want everything, then fossil clone input.fossil output.fossil You can also have an intermediary that you periodically sync with: fossil sync -R input.fossil intermediary.fossil Use the "--private" option in either case to also sync private branches. Best, Eduard On 11/25/20

Re: [fossil-users] Fuel SCM --httpauth

2015-11-25 Thread Warren Young
On Nov 25, 2015, at 11:45 AM, Dömötör Gulyás wrote: > > And Fuel runs fine, except that it's apparently impossible to configure it to > use --httpauth, I’m not a Fuel user, but I just installed 1.0.1 on my Windows 10 test VM, and I see File > Preferences... > Fossil Path. That should allow yo

Re: [fossil-users] Fuel SCM --httpauth

2015-11-25 Thread Dömötör Gulyás
Ah, great idea, I'll give that a try! We'll see just how rusty my windows batch file skills are. I’m not a Fuel user, but I just installed 1.0.1 on my Windows 10 test VM, > and I see File > Preferences... > Fossil Path. That should allow you to > write a wrapper script that calls fossil.exe with

Re: [fossil-users] Fuel SCM --httpauth

2015-11-25 Thread Warren Young
On Nov 25, 2015, at 3:56 PM, Dömötör Gulyás wrote: > > Ah, great idea, I'll give that a try! We'll see just how rusty my windows > batch file skills are. The tricky bit is going to be replicating the effect of the “$@“ in POSIX shells. (i.e. “all args, properly quoted”) It might be better to

[fossil-users] Timeline questions

2015-11-25 Thread Abilio Marques
I know, I know, here we go again looking to git, but this is a question concerning clean comments on commits. When using git, you're suggested to write comments in the form of: Subject Line (recommended as short, 50 to 75 characters long single line) Description (whatever you want to put here)

Re: [fossil-users] Timeline questions

2015-11-25 Thread Abilio Marques
Here is a trivial working example of what I mean: http://abiliojr.homenet.org:20003/cleantimeline/timeline If you see carefully there are some commits with ellipsis at the end, hovering with the mouse over the comment of that commit, you'll see the full comment as a tooltip. This was ugly done by