PDA

View Full Version : How to put OO files in SVN?


avramd
2007-03-16, 10:11 AM
Hello,

Does anybody out here use svn to maintain version control of their OmniOutliner files? If so, how do you do it? Since packages are directories, how do you get svn to update and commit everything in the package directory and all its subdirectories when you run the svn commands on the package directory itself?

Thanks,
Avram

jem
2007-03-16, 11:47 AM
I'm not sure I understand the problem, do

svn add OOdocument

and subversion will add it, when do 'ci' it will check all the sub dirs etc just like it does for any directory

avramd
2007-03-16, 11:57 AM
I'm not sure I understand the problem, do

svn add OOdocument

and subversion will add it, when do 'ci' it will check all the sub dirs etc just like it does for any directory

The problem seems to be with commit - when I modify my OO docs, and then commit the changes with "svn commit foo.oo3", it doesn't seem to recognize all of the changes to different parts of the package subtree and commit them.

jem
2007-03-17, 05:33 AM
I'm not exactly sure what you mean so I make a guess: you add an attachment to OO and this doesn't get saved?

Well, I don't think is much to do here except running the status command before commit and see if you need to add some files.