git mv - exclude source / create target directory option

2016-04-04 Thread Boettger, Heiko
Hi, sometimes I want to reorganize the content of a directory and simply move everything into a subdirectory. This seems to be more complicated than it should be. Since git mv requires the destination to exist, I need to create the target directory first. Unfortunately this results in git mv *

AW: AW: git and concurrent access to local repository

2016-03-23 Thread Boettger, Heiko
t;.git/gitrebase.lock popd > /dev/null Best Regards Heiko -Ursprüngliche Nachricht- Von: Torsten Bögershausen [mailto:tbo...@web.de] Gesendet: Dienstag, 22. März 2016 14:54 An: Boettger, Heiko Betreff: Re: AW: git and concurrent access to local repository Thanks for the reply, you

git and concurrent access to local repository

2016-03-22 Thread Boettger, Heiko
Hi, I always thought git allows concurrent access to a repository and expected that this also is true when working with local repositories. The only problem I was aware of is that the use of NFS and windows shares might cause problems. However I sometime see the following error messages in our

git submodule sync / git submodule rm

2015-11-11 Thread Boettger, Heiko
Hi, i'm currently on a migration from svn to git and also have the task to convert the svnexternal to git submodules. During the migration step I am doing an automatic verification which needs a reliable way to switch the working tree to another branch include the submodules. When the