Daily Archives: September 25, 2008

How to SVN merge directories recursively

The correct way to recursively merge two branches using Subversion: svn merge target_dir@revision source_dir@revision working_dir Notice: working_dir is most likely the target_dir target_dir comes before source_dir Use this example when you’re in the working directory you’re trying to merge into: svn … Continue reading

Posted in Linux | Leave a comment