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
Nobody/Anonymous ( nobody ) - 2009-07-22 13:40
5
Open
None
Nobody/Anonymous
None
None
Public
|
Date: 2009-08-02 21:22 Hi, |