On 26.08.2012, at 18:25, eMerzh <[email protected]> wrote: > Hi, > ok cool for the app move, i think it's more clear like that > > maybe it will be a good idea to configure by default a "multi app" > scheme for owncloud. > like the > /core ==> with the core > /apps => with default provided apps > /installed_app ==> empty until the user install new apps > > what do you think about somthing like this?
Good point. What that Georg, the expert think? :-) > > > just technical question for non git expert, > i had a branch with some things for bookmark... > how can i move those dev to the "app" branch ... with a simple cp > (loosing the history) or with some ninja command ? I´m also not an git experts. :-) But I was able to move a branch by checking out the old gitorious repo. switch to the branch you want to move and than do this: git remote add new_repo_name new_repo_url git push new_repo_name new_branch name Frank > thanks, > > eMerzh > > > On Sun, Aug 26, 2012 at 5:38 PM, Frank Karlitschek <[email protected]> wrote: >> Hi, >> >> >> all the apps beside a small core ones are now moved to the apps repository >> as discussed. >> This doesn´t effect the releases of course. We bundle all the same apps in >> the releases as before. >> >> Developers should checkout the apps repository in parallel to the core >> directory and it should be usable with the new multiple apps folder >> features. If not than it´s a good opportunity to fix it ;-) >> >> >> Frank >> _______________________________________________ >> Owncloud mailing list >> [email protected] >> https://mail.kde.org/mailman/listinfo/owncloud > _______________________________________________ > Owncloud mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/owncloud _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
