Re: Values used in Skeinfox?

1 view
Skip to first unread message

Jordan Miller

unread,
Feb 23, 2010, 9:29:56 AM2/23/10
to nils.s...@gmail.com, skei...@googlegroups.com
Hi Nils,

You can find the values on github, just download the source code (link below). you can actually use the .skeinforge git repo as your .skeinforge directory no matter what OS you run (just install git).

http://github.com/jmil/SkeinFox/zipball/v1.11
http://git-scm.com/

jordan


> Subject: Values used in Skeinfox?
> From: Nils Schlupp <nils.s...@gmail.com>
> Date: Feb 20 05:31PM -0800
>
> Hey, I was wondering where I could find the values used in Skeinfox so
> that I could run a batch process on a linux machine using Skeinforge?
>
> Thanks,
> Nils

Nils

unread,
Feb 23, 2010, 10:14:48 AM2/23/10
to Jordan Miller, skei...@googlegroups.com
If I do that, then how can I switch between the various profiles in skeinfox?

Nils

jet

unread,
Feb 23, 2010, 12:57:30 PM2/23/10
to skei...@googlegroups.com, Jordan Miller
Look in the skenforge source directory -- there are some tools for
manually switching between different sets of config files in the most
recent version. I'm not sure how hard/easy it would be to get them to
use SkeinFox settings.


--
J. E. 'jet' Townsend, IDSA
Design, Fabrication, Hacking
design: www.allartburns.org; hacking: www.flatline.net; HF: KG6ZVQ
PGP: 0xD0D8C2E8 AC9B 0A23 C61A 1B4A 27C5 F799 A681 3C11 D0D8 C2E8

Jordan Miller

unread,
Feb 23, 2010, 2:52:50 PM2/23/10
to Nils, skei...@googlegroups.com
if you install git, then cd into the .skeinforge directory you downloaded.

There is a .git directory in there. Each configuration is saved as a git branch.

So if you type:
cd .skeinforge
git branch

you will get a list of branches titled by what they are. An asterisk will be the current branch. So then you checkout which branch you want:
git checkout BRANCH_NAME

and that switches branches. You can then examine each file to see what has changed or use diff or gitx or gitk to examine all the differences...

see attached for gitx screenshot of my ~/.skeinforge directory. each green box has the name of a branch... at least 6 or 7 of these you will have in the .skeinforge directory you downloaded from github.

There are many better tutorials than what I have written here on the git documentation page. look at switching between branches.

hope that helps...

jordan


PastedGraphic-1.png
Reply all
Reply to author
Forward
0 new messages