Can git-svn correctly populate svn:mergeinfo properties?

Even though this is an old question, the current state of affairs with git-svn has changed since it was asked. Specifically, in git 1.7.5, there is some limited support for setting the svn:mergeinfo when dcommitting back to svn. git svn dcommit now accepts the -mergeinfo=<mergeinfo> flag. To quote from the 1.7.5+ man page: -mergeinfo=<mergeinfo> Add … Read more

Drupal Source Control Strategy?

I think a good strategy here is to use the install profile API. With install profile API you can do most things that using the Drupal admin tools do. Most core forms simply set variables in the variables table. To be able to sensibly version your non content database contents i.e. configuration it is wise … Read more

Reintegrate a branch vs merge a range of revision

When working with a branch, you should periodically merge ranges of revisions from the trunk into the branch to keep the branch in sync. if you don’t pass any version numbers to svn merge and your svn server version is 1.5 or newer, it will track the merges you’ve previously done and automatically merge only … Read more

Prevent IntelliJ from adding iml files

In case somebody else stumbles onto this issue, the best luck I’ve had is Settings > Version Control > Ignored Files Add “Ignore all Files Matching”s for: *.idea *.iml Not sure which version of IDEA rolled out this functionality, and this question is somewhat old, so it may be moot. Just hope it helps somebody … Read more

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