Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
9792c5dd78
3 changed files with 29 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="4.154.6.49"
|
||||
subject="comment 3"
|
||||
date="2012-11-25T18:36:49Z"
|
||||
content="""
|
||||
The webdav library should not be hard to install, but I've gotten the webapp to build without it.
|
||||
"""]]
|
|
@ -0,0 +1,13 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="4.154.6.49"
|
||||
subject="comment 3"
|
||||
date="2012-11-25T18:56:01Z"
|
||||
content="""
|
||||
On my Debian system, where it builds ok, I have the same ghc version, but version 2.1.1 of mtl. I suspect your old version of that is the problem. You can try using cabal to install a newer mtl:
|
||||
|
||||
<pre>
|
||||
cabal update
|
||||
cabal install mtl
|
||||
</pre>
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="4.154.6.49"
|
||||
subject="comment 3"
|
||||
date="2012-11-25T18:59:37Z"
|
||||
content="""
|
||||
@Nathan at this point, you should have two separate git-annex processes running, one for each repository. You can try opening a shell, changing to the new repository, and running `git annex webapp --debug` to get debugging information on the new one.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue