Martin Gagnon | 24 May 15:25
Picon

sbs diff alignment problem with international caracter (utf8)

Hi, 


Small esthetic bug here...

In one of our repository, we have some ".locale" translation files (utf-8 encoded) and have Chinese character in it. When doing sbsdiff from web interface, like that contain Chinese character are miss-aligned.


See screenshot...

-- 
Martin G.
_______________________________________________
fossil-users mailing list
fossil-users@...
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
Tino Lange | 24 May 10:25
Favicon

1.22: Add the ability to run TH1 scripts after sync requests

Hi!

1.22 ChangeLog: "Add the ability to run TH1 scripts after sync requests"

I'm a bit lost -- where can I find more infrmation about that new 
feature? Examples? What to do with it? Can I for example use it to have 
some basic commit hooks?

Thanks

Tino
Justin Gedge | 23 May 22:16
Picon
Gravatar

fossil bug - same file created simultaneously in two work areas not merging properly

Uncovered a bug.  In this case, two users working in their own fossil work areas independently created a file with the same name.  Each file is unique.  Fossil identifies that there is a conflict, but does NOT attempt to merge the files.  Commands to duplicate issue follow:

-jmg

##Script started on Wed 23 May 2012 10:22:54 AM MST
fossil init test.fossil
    project-id: e3d111bd110a8cfccd49f5fda722dbafb2c05e72
    server-id:  54ac75ed1002c3454a9d574c8848729720f6d867
    admin-user: jmgedge (initial password is "2a508f")
mkdir area{1,2}
cd ./area1/
fossil open ../test.fossil
echo "line1_area1" >> file_a.txt
echo "line2_area1" >> file_a.txt
echo "line3_area1" >> file_a.txt
cd ../area2/
fossil open ../test.fossil
echo "line1_area2" >> file_a.txt
echo "line2_area2" >> file_a.txt
echo "line3_area2" >> file_a.txt
fossil set gmerge 'xxdiff "%original" "%baseline" "%merge" -M "%output"'
cd ../area1/
fossil add file_a.txt
    ADDED  file_a.txt
fossil commit -m "area1 initial commit"
    New_Version: 025b2bc66c831dcb3499e7d6200e2aaa6aa7b0c2
cd ../area2/
fossil add file_a.txt
    ADDED  file_a.txt
fossil update
    CONFLICT file_a.txt
    --------------
    updated-to:   025b2bc66c831dcb3499e7d6200e2aaa6aa7b0c2 2012-05-23 17:26:58 UTC
    ags:         trunk
    comment:      area1 initial commit (user: jmgedge)
    fossil: WARNING: 1 merge conflicts
cat ./file_a.txt
    line1_area2
    line2_area2
    line3_area2


_______________________________________________
fossil-users mailing list
fossil-users@...
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
Pavel Aronsky | 23 May 19:56
Picon

Zip command creates zip files that confuse Windows XP

Has anyone noticed this?

When Explorer of WinXP opens a zip created by fossil zip export,
it shows a zero-sized file for every subfolder in the zip.

Explorer of Win7 does not have this problem, and neither does 7z.
However, would it be possible to fix this annoyance for remaining XP users?

Thanks,
Pavel A.
Natacha Porté | 23 May 17:53
Picon
Favicon

Markdown engine integrated into fossil

Hello,

stuff happens, and it turns out that now I have finished integrating my
markdown library (libupskirt) into fossil. And I really mean
"integrating", that is using struct Blob as dynamic buffers and other
idioms.

I used it to translate *.mkd and *.markdown embedded docs in a similar
way as *.wiki are currently translated.

The end result is available in the "markdown" branch at
http://fossil.instinctive.eu/fossil-scm/doc/trunk/www/index.wiki

A demo repository using that extended fossil, with texts provided by
bapt, can be found at:
http://fossil.instinctive.eu/markdown-examples/doc/tip/README.mkd
http://fossil.instinctive.eu/markdown-examples/doc/tip/FAQ.mkd

As far as I can tell through visual inspection, the markdown engine
passes the official markdown test suite. I don't publish the result
becasue I haven't found any licence for the test suite, so I guess
redistributing it is illegal.

The current implementation supports only vanilla markdown along with
talbe (using PHP-Markdown-Extra syntax). Quite a few other extensions
can be easily added, just like they were in libupskirt, and I'm willing
to add them (or remove the table extension) if a consensus can be
reached on a particular set of extensions.

I would gladly welcome any bug report, code review or otherwise
constructive criticism.

Hoping this helps,
Natacha Porté
_______________________________________________
fossil-users mailing list
fossil-users@...
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Signing

Hello,

in fossil, can I sign check-ins *after* having done the checkin, as we can edit
commit logs, etc? If not, it would be very nice.

Regards,
Lluís.
Nolan Darilek | 22 May 15:34

Any documentation on transfer settings?

Noticed these in my config settings on a new repository. I'm guessing 
these are the hooks I've long wanted?

Are there any docs/examples for these? I'd like to hit the URL of a 
Jenkins CI system whenever a repository gets pushed to, thus triggering 
a rebuild. Is this possible?

Thanks.
James Masters | 15 May 19:51
Picon

Fossil commands will not follow through managed symlink dirs

Hi all,
 
Please consider the following test (in Linux on version 1.22):
 
% mkdir dir_a
% ln -s dir_a dir_b
% touch dir_a/foo
% fossil add dir_a/foo
ADDED  dir_a/foo
% fossil commit dir_a/foo -m 'adding test'
ADDED      dir_a/foo
...
% fossil ann dir_a/foo
% fossil ann dir_b/foo
fossil: no such file: dir_b/foo
I realize that fossil probably only responds to the "real" managed path in dir_a.  But this situation may be confusing...
 
thanks
James
_______________________________________________
fossil-users mailing list
fossil-users@...
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
Jos Groot Lipman | 13 May 22:50
Picon
Favicon

Re: Announcement Fuel 0.9.6

A small request: with an announcement like this, can you please include an
indication what Fuel is?

I am interesting in many things around Fossil but do not want to visit
websites just to find out what a post is about
(I did not know what Fuel is)

Thank,

Jos

> -----Original Message-----
> From: fossil-users-bounces@... 
> [mailto:fossil-users-bounces@...] On Behalf 
> Of Kostas Karanikolas
> Sent: zondag 13 mei 2012 8:34
> To: Fossil SCM user's discussion
> Subject: [fossil-users] Announcement Fuel 0.9.6
> 
> The latest version of Fuel has been released!
> 
> Precompiled binaries for Windows and OSX are available at:
> http://code.google.com/p/fuel-scm/downloads
> 
> This release adds support for stashes, basic drag and drop, a 
> portable mode as well as various bug fixes and UI improvements.
> 
> For a more detailed change log have a look at:
> https://chiselapp.com/user/karanik/repository/fuel/doc/v0.9.6/
> doc/Changes.txt
> 
> Please give it a try and let me know if you find any problems.
> Comments, feature suggestions, patches are also welcome.
> 
> Thanks
> Kostas
> _______________________________________________
> fossil-users mailing list
> fossil-users@...
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/foss
il-users
Kostas Karanikolas | 13 May 08:33
Picon

Announcement Fuel 0.9.6

The latest version of Fuel has been released!

Precompiled binaries for Windows and OSX are available at:
http://code.google.com/p/fuel-scm/downloads

This release adds support for stashes, basic drag and drop, a portable mode
as well as various bug fixes and UI improvements.

For a more detailed change log have a look at:
https://chiselapp.com/user/karanik/repository/fuel/doc/v0.9.6/doc/Changes.txt

Please give it a try and let me know if you find any problems.
Comments, feature suggestions, patches are also welcome.

Thanks
Kostas
Urmil Parikh | 11 May 14:02
Picon
Favicon

Support for Zscaler proxy...

Hi,

Our IT team is moving to Zscaler proxy and testing fossil through this proxy fails with '400 Bad request'. Using old proxy server (still active, not sure what type) works.

IT guys told me that CONNECT method will work, not sure what it is.

Any help possible?

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

Gmane