Git flow command error: ‘flow’ is not a git command

The git flow is not installed in your machine. Just run this command, macOS: $ brew install git-flow-avh Linux: $ apt-get install git-flow Windows: $ wget -q -O – –no-check-certificate https://raw.github.com/petervanderdoes/gitflow-avh/develop/contrib/gitflow-installer.sh install stable | bash Source git-flow cheatsheet by Daniel Kummer After successful installation run git flow init in your project and then follow the … Read more

git svn fetch retrieves the same Subversion revision multiple times for branches

I noticed this question because I got the same error message: W: Refspec glob conflict (ref: refs/remotes/trunk): expected path: branches/trunk real path: trunk It turned out that .git/config had duplicate lines that seem to confuse git-svn, like this: [svn-remote “svn”] … branches = project/branches/*:refs/remotes/* tags = project/tags/*:refs/remotes/tags/* branches = project/branches/*:refs/remotes/* tags = project/tags/*:refs/remotes/tags/* Removing those … Read more

Git-svn W: -empty_dir warnings. What do they mean?

Without knowing exactly where those empty directories came from, you could tell git-svn to remove them by using the –rmdir command line option or svn.rmdir configuration option. See git-svn OPTIONS man page and Remove directories from the SVN tree if there are no files left behind. SVN can version empty directories, and they are not … Read more

git-svn “Couldn’t find revmap”- what does it mean?

I don’t have the complete answer, but this error is generated by git-svn.perl. (The relevant code path seems to be do_fetch -> make_log_entry -> find_extra_svn_parents -> lookup_svn_merge.) That code appears to be trying to look at a svn merge commit’s svn:mergeinfo property to figure out all its parent commits/branches, in hopes of turning that into … Read more

Cloning a Non-Standard Svn Repository with Git-Svn

Lee B was right. The answer, provided by doener in #git, is to upgrade Git to 1.6.x (I had been using 1.5.x). 1.6.x offers deep cloning so that multiple wildcards can be used with the –branches option: $ git svn clone https://svn.myrepos.com/myproject web-self-serve \ –trunk=trunk –branches=branches/*/* –prefix=svn/ $ git branch -r svn/development/sandbox1 svn/development/feature1 svn/development/sandbox2 svn/development/sandbox3 … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)