Re: [git-users] Re: Git server for Android

2013-02-12 Thread Antoniy Chonkov
Hello Dacre, No, you do not need rooted device to use the tool. The error message you get is probably because you haven't set permission for pull or push/pull to the user you're using. You need to give the user permission for the repository he/she wants to operate on. There is a video demo of how

[git-users] Re: Git server for Android

2013-02-12 Thread Dacre Denny
Hi Antoniy, This is an excellent app and idea! I would love to be able to use this for my projects but I haven't been successful in doing so. Must I first "ROOT" my Anroid device in order to use this? Whenever I try and PUSH or PULL to a repository on my Anrdoid device from my pc, I get "permis

Re: [git-users] Usage of git for partly local / partly remote

2013-02-12 Thread John McKown
I'm not any kind of expert. But have you looked at maybe setting the Data and sim subdirectories set up as submodules? http://git-scm.com/docs/git-submodule http://git-scm.com/book/en/Git-Tools-Submodules This concept is not really addressing what you want directly, but may be a way to come at it

Re: [git-users] Usage of git for partly local / partly remote

2013-02-12 Thread Konstantin Khomoutov
On Tue, 12 Feb 2013 16:29:09 +0100 Rainer M Krug wrote: > I have question on how to organize to put a project under git. > > The project consists out of effectively three directories: > > - --Data (this is several GB, but it is GIS and slightly dynamic and > I would like to have it in a local g

[git-users] Usage of git for partly local / partly remote

2013-02-12 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I have question on how to organize to put a project under git. The project consists out of effectively three directories: - --Data (this is several GB, but it is GIS and slightly dynamic and I would like to have it in a local git only as it cont

Re: [git-users] Replication of Git Notes across mirrors

2013-02-12 Thread Konstantin Khomoutov
On Mon, Feb 11, 2013 at 04:34:13PM -0800, krishna chaitanya kurnala wrote: > I am trying to setup replication of git notes between 2 gerrit > servers(central server + remote mirror). The remote mirror currently works > fine in keeping the repo branches in sync. I am trying to add git notes > re