On Jul 31, 2010, at 9:10 AM, Joshua Paine wrote:

> On 07/31/2010 08:09 AM, Dig412 wrote:
>> Are you planning on releasing the code? This could be really useful for
>> development shops to run on their own servers to manage projects.
> 
> If James wants to share his code of course more power to him, but it 
> seems like it would be more useful to competing services than 
> development shops.
> 
> If you've got the server access and know-how to install James' app, then 
> surely you can write a 2-line CGI script and drop all your .fossil files 
> in an arbitrary directory. See "Serving multiple repositories with one 
> script" on 
> <http://www.fossil-scm.org/index.html/doc/tip/www/server.wiki>. (This is 
> not to diminish James' work--it admirably removes a barrier for people 
> who don't have appropriate server access or just want to try things out.)
> 
> If someone built a repo management tool that could manage users across 
> multiple repos and/or do ticket or timeline aggregation, that would be 
> helpful for us "development shops".
> 
> -- 
> Joshua Paine
> LetterBlock: Web applications built with joy
> http://letterblock.com/
> 301-576-1920

Like Joshua said, Chisel is really just a simple way to spawn new repositories 
and keep them under a user structure. At this time I don't plan on releasing 
the source code, as you might imagine it really isn't all that impressive. 
However, I do plan on adding new features to chisel, like better repository 
management. I've been thinking about a better way to link up repository 
credentials, so you can change your user password and have it be reflective 
across all repositories, however I haven't come up with a good way to set the 
password on newly created repositories without storing user password in 
cleartext, which I really don't want to do. Right now it's a one way hash using 
a key to compare the hash I have and what you enter at login time.

Right now I'm just having fun using fossil more and more, as you might imagine 
all chisel development is housed in a fossil repository!

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to