Re: [git-users] Re: Subversion -- GIT (Externals)

2015-06-04 Thread Mattias Vannergård
Hi! I don't now if you are planning to use gerrit, but in our case, git-annex didn't work well at all. See [1] below. We had to go with git submodules, which has a way better support in gerrit, and better support for handling branches. We're also adding support for tag in .gitmodules, so we

Re: [git-users] Re: Subversion -- GIT (Externals)

2015-06-04 Thread Magnus Therning
On 4 June 2015 at 11:22, reinhart_herzog via Git for human beings git-users@googlegroups.com wrote: Hi, I'll have to take a look at git-annex and bup. You're right we've developed a tool that makes externals management easier (checking if a newer revision of a external exist, with the option

[git-users] Select a set of files to work on them

2015-06-04 Thread Konrád Lőrinczi
I would like to select a set of files to work on them, then merge them back to the dev branch. My problem is, that I have two repos, a production one on the live server and a local one on the local development server. When I make a diff between them, I see there are too many changes between

Re: [git-users] Re: Subversion -- GIT (Externals)

2015-06-04 Thread reinhart_herzog via Git for human beings
Hi, I'll have to take a look at git-annex and bup. You're right we've developed a tool that makes externals management easier (checking if a newer revision of a external exist, with the option to update to a desired new revision and show the log of the referenced external). But we won't get

Re: [git-users] Re: Subversion -- GIT (Externals)

2015-06-04 Thread reinhart_herzog via Git for human beings
Thanks, Magnus for your time and insights! Am Donnerstag, 4. Juni 2015 11:36:15 UTC+2 schrieb Magnus Therning: On 4 June 2015 at 11:22, reinhart_herzog via Git for human beings git-...@googlegroups.com javascript: wrote: Hi, I'll have to take a look at git-annex and bup. You're

[git-users] Permission denied ONLY after pulling bundles

2015-06-04 Thread Rossella Barletta
Dear git group, I would like to ask your help for a problem that we cannot fix in any way. We have a git repository in folder on Windows. Then we use VMware player on CentOS_6 on which we create a clone of the git repository, after of course having mounted the directory in which the repository