[fossil-users] Fossil gui progress

2010-07-23 Thread Sergey Volkov
Hi guys! I just want to show my progress with creation of Fossil GUI. I'm new in creation GUI programs, most time i work on websites. So this is screenshots: http://picasaweb.google.com/117237909801520996711/Fossil# It works on Ubuntu with Ruby GTK, not really useful right now, but i work on

[fossil-users] add empty directory

2010-07-12 Thread Sergey Volkov
Hi all! There is no way to add empty directory to Fossil repository? ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] add empty directory

2010-07-12 Thread Sergey Volkov
12.07.2010 19:05, Joshua Paine пишет: I have needed this also, and I do: `touch empty_dir/dir; fossil add empty_dir` So to add empty directory i need to create any empty file in it? for example mkdir empty_dir touch empty_dir/.empty fossil add empty_dir i should work, i think, of

[fossil-users] how to uncompress blob

2010-07-09 Thread Sergey Volkov
Hi! I just working on creating Fossil library for accessing repository from Ruby language. Im stuck on blob_uncompress function. Im not really know C language, then i just move blob_uncompress function to Ruby extension written on C. Most time it work perfectly but sometimes it give me weird