-
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.
2009-08-02 21:22:18 UTC by edholness
-
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...
2009-07-22 13:40:44 UTC by nobody
-
1. Check out an odt with odfsvn
2. Edit the odt, and save it
3. Run odfsvn info on the odt, and it says no info.
2008-12-13 22:25:34 UTC by jimethn
-
At line 335 in package.py
self.zip=zipfile.ZipFile(path, mode)
path should instead use self.path and self.mode. I've tested this locally and it works now.
2008-12-13 21:47:47 UTC by jimethn
-
I installed odfsvn and imported an odt into my repository. The info command didn't seem to work, and when I try to check out the document it dies.
jonathan@helios:~$ easy_install odfsvn
jonathan@helios:~$ odfsvn import system_manual.odt http://clecol.net/cs48x/doc/system_manual.odt
jonathan@helios:~$ svn up -q cs48x/doc/
jonathan@helios:~$ ls cs48x/doc/system_manual.odt -d...
2008-12-13 21:23:19 UTC by jimethn
-
A step-by-step-way to reproduce this:
1) get any .odt-file from a SVN repo via odfsvn co
2) add a line of text at the beginning of the file, save
3) odfsvn ci
4) odfsvn update
This will fail with
SVN error: Conflict during update at content.xml
after adding the following patch to the odfsvn-sources:
Index: odfsvn/svn.py...
2008-07-30 19:52:00 UTC by beathovn
-
When doing a checkout or commit, my local .odt file gets additional +x permissions set for everybody. That's not very nice.
2008-07-10 10:05:51 UTC by beathovn
-
May it be, that odfsvn cannot handle insertions into already existing text, but only appending new text at the end?
Probably I must be doing something wrong, as I can't believe this to be true...
2008-07-10 09:58:43 UTC by beathovn
-
Sometimes, I get the message:
SVN error: Conflict during update
after committing my .odt file to the repo, although I'm the only one working on this file. There shouldn't be any problems updating the repo and the local file...
Or did I miss something? I'm a novice, so that might very well be...
Best Regards,
Jan.
2008-07-10 09:49:03 UTC by beathovn
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2008-06-20 02:20:13 UTC by sf-robot