When merging in the latest galaxy-central, I'm getting this error: merging lib/galaxy/webapps/galaxy/controllers/library_common.py merging lib/galaxy/webapps/galaxy/controllers/page.py merging lib/galaxy/webapps/galaxy/controllers/user.py merging run.sh merging scripts/manage_db.py abort: could not symlink to 'style': File exists: /Users/robertbaertsch/src/medbook-merge/medbook-galaxy-central/static/june_2007_style Should I do the following: $ mv june_2007_style style $ ln -s style june_2007_style and then $ hg merge
On Wed, Apr 17, 2013 at 8:05 PM, Robert Baertsch <robert.baertsch@gmail.com> wrote:
When merging in the latest galaxy-central, I'm getting this error:
merging lib/galaxy/webapps/galaxy/controllers/library_common.py merging lib/galaxy/webapps/galaxy/controllers/page.py merging lib/galaxy/webapps/galaxy/controllers/user.py merging run.sh merging scripts/manage_db.py abort: could not symlink to 'style': File exists: /Users/robertbaertsch/src/medbook-merge/medbook-galaxy-central/static/june_2007_style
Should I do the following:
$ mv june_2007_style style $ ln -s style june_2007_style
and then
$ hg merge
See this thread for a tested solution: http://lists.bx.psu.edu/pipermail/galaxy-dev/2013-February/013431.html http://lists.bx.psu.edu/pipermail/galaxy-dev/2013-April/014121.html Peter
participants (2)
-
Peter Cock
-
Robert Baertsch