Re: [fossil-users] is fossil repo web configuration possible from command-line?

2016-01-22 Thread Dewey Hylton
In the end I think the sql method is the safest and best bet for my use case. This was really quick to cobble together, and of course doesn't have any protection (eg. from sql-injection or whatever), but as I'm just focusing on rolling out new repositories via script I think I'm off to a decent

Re: [fossil-users] is fossil repo web configuration possible from command-line?

2016-01-22 Thread Barry Arthur
This is useful. Thanks. On 23 January 2016 at 03:34, Dewey Hylton wrote: > In the end I think the sql method is the safest and best bet for my use > case. This was really quick to cobble together, and of course doesn't have > any protection (eg. from sql-injection or

Re: [fossil-users] is fossil repo web configuration possible from command-line?

2016-01-21 Thread Dewey Hylton
i suppose banging out some sql wouldn't be out of the question, though i had not thought of this. it makes perfect sense, though. if i get stuck i'll ask to see what you came up with. thanks for the suggestion! On Wed, Jan 20, 2016 at 11:50 PM, Scott Robison wrote: > On

Re: [fossil-users] is fossil repo web configuration possible from command-line?

2016-01-21 Thread Dewey Hylton
the "most official" way is exactly what i was looking for, and i did miss the export/import features. the template feature doesn't appear to do all i'd like (such as modifying the project description). export/import for my purposes would be fiddly because of the byte counts and such. perhaps the

Re: [fossil-users] is fossil repo web configuration possible from command-line?

2016-01-20 Thread Scott Robison
On Wed, Jan 20, 2016 at 8:33 PM, dewey.hyl...@gmail.com < dewey.hyl...@gmail.com> wrote: > i'm a command-line junkie, and tend to script/automate everything ... and > i tend to create a lot of fossil repos for small projects. so i'm trying to > figure out how to programmatically configure

[fossil-users] is fossil repo web configuration possible from command-line?

2016-01-20 Thread dewey.hyl...@gmail.com
i'm a command-line junkie, and tend to script/automate everything ... and i tend to create a lot of fossil repos for small projects. so i'm trying to figure out how to programmatically configure individual repos so that i don't have to deal with the web browser for configuration. i'm currently

Re: [fossil-users] is fossil repo web configuration possible from command-line?

2016-01-20 Thread Ross Berteig
On 1/20/2016 7:33 PM, dewey.hyl...@gmail.com wrote: i'm currently able to create users and set permissions and such, but so far i haven't been able to figure out how to set: project name > project description > index page how can this be done via command-line? and where is this