thanks to jimethn and its post #2424484, I've modified the package.py and reinstalled odfsvn.
So I can import and checkout *.odt files into SVN.
But when I try to commit or update changes, the program throws errros.
[user@localhost:~]$ odfsvn import doc.odt svn://path/to/svn/doc.odt
[user@localhost:~]$ odfsvn checkout svn://path/to/svn/doc.odt doc.odt
[user@localhost:~]$ odfsvn help commit
Comment changes to a document.
Usage:
odfsvn commit <filename>
[user@localhost:~]$ odfsvn commit doc.odt
Traceback (most recent call last):
File "/usr/bin/odfsvn", line 8, in <module>
load_entry_point('odfsvn==1.0a1', 'console_scripts', 'odfsvn')()
File "build/bdist.linux-x86_64/egg/odfsvn/scripts/main.py", line 184, in main
File "build/bdist.linux-x86_64/egg/odfsvn/scripts/main.py", line 101, in ActionCommit
KeyError: 'url'
I'm working with Ubuntu 8.04 x64
Some idea?
Best regards,
Loïc
Hi,
ODFSVN is no longer being actively developed. So little has happened here for some time that it's not even been marked as no longer being maintained. I'll do this now to avoid confusion. In the meantime, my previous project, OOoSVN works OK. You might want to take a look at the functions that offers. It's good enough for my everyday use.