On Mon, Jan 4, 2010 at 8:30 AM, Peer Sommerlund
<peer.sommerl...@gmail.com> wrote:
> Hi Steve
> I have installed the latest nightly
>  tortoisehg-unstable-0.9.2+33-e1fc1ada69c7-hg-1.4.2+6-1139fcfeaeda.exe
> and tried to make a simple repository with a single Word 2002 document
> (extension .doc) .
> I have tried but failed to do the following:
> * merge two versions: The merge dialog has a drop down where I can choose
> merge method, but the merge fails.

I haven't tested the merge scripts myself, except to verify they get
launched.  I know the version of Office I have is apparently too knew,
as they've dropped support for diff and merge.

One of us will probably need to scour the SVN bug database for open
issues for these scripts we've borrowed.

> * see diff between two versions. The visual diffs dialog pops up, but I'm
> unable to launch the diff script.

> If I try to run docdiff.exe from the command prompt with two .doc files I
> get the following error:
> Traceback (most recent call last):
>   File "docdiff.py", line 88, in <module>
>   File "docdiff.py", line 79, in main
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xd8 in position 1:
> ordinal
> not in range(128)
> Maybe this is due to my file having a non-ascii character in the filename
> (the danish letter Ø as the first character)

Yeah, very likely.  It's not obvious to me why it dies in that
particular place, though.

> If I change the filenames and run
>   docdiff a0.doc a.doc
> The script launches Word, but I get a dialog with title "Windows Script
> Host" and content "Error opening a0.doc"
> If I try to launch a0.doc from the command line, Word starts up as expected.
> Any ideas to what went wrong?

I know from previous experience that the scripts need absolute paths
to the source files in order to work.  docdiff.py should probably do
this for you, now that I think about it.

--
Steve Borho

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Tortoisehg-discuss mailing list
Tortoisehg-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

Reply via email to