05-09-2012, 08:37 PM
Hi Dale,
Managing an open source project is a constant learning experience. The move from svn @ SF to git @ github is still a work-in-progress. There is another move I am anticipating as I learn more about git, and github as well.
The final resting place for the OpenDocMan code will be inside of <!-- m --><a class="postlink" href="https://github.com/opendocman/">https://github.com/opendocman/</a><!-- m -->, but until then, it is in the current spot at <!-- m --><a class="postlink" href="https://github.com/logicalarts/opendocman">https://github.com/logicalarts/opendocman</a><!-- m -->. I feel that OpenDocMan would be best served from it's own project page instead of a project in the Logical Arts page. I am in the process of gathering the docs on how to move the repo. I have also disabled the SVN @ sf.net, I had enabled it temporarily while I moved the code to github and I forgot to turn it back off.
As for the release process, I am following a branching method described here: [url]http://nvie.com/posts/a-successful-git-branching-model/
[/url]
Hopefully that will explain the logic behind the Master and Develop branches.
Let me know if you have any other questions.
Steve
Managing an open source project is a constant learning experience. The move from svn @ SF to git @ github is still a work-in-progress. There is another move I am anticipating as I learn more about git, and github as well.
The final resting place for the OpenDocMan code will be inside of <!-- m --><a class="postlink" href="https://github.com/opendocman/">https://github.com/opendocman/</a><!-- m -->, but until then, it is in the current spot at <!-- m --><a class="postlink" href="https://github.com/logicalarts/opendocman">https://github.com/logicalarts/opendocman</a><!-- m -->. I feel that OpenDocMan would be best served from it's own project page instead of a project in the Logical Arts page. I am in the process of gathering the docs on how to move the repo. I have also disabled the SVN @ sf.net, I had enabled it temporarily while I moved the code to github and I forgot to turn it back off.
As for the release process, I am following a branching method described here: [url]http://nvie.com/posts/a-successful-git-branching-model/
[/url]
Hopefully that will explain the logic behind the Master and Develop branches.
Let me know if you have any other questions.
Steve