Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
67f15844e5
5 changed files with 74 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="ilovezfs"
|
||||
avatar="http://cdn.libravatar.org/avatar/f2b3954cf2ed0a551de9a49d3b6a64d0"
|
||||
subject="comment 1"
|
||||
date="2017-10-19T05:50:11Z"
|
||||
content="""
|
||||
reducers 3.12.2 was released with the fix included.
|
||||
"""]]
|
|
@ -0,0 +1,14 @@
|
|||
[[!comment format=mdwn
|
||||
username="jajpater"
|
||||
avatar="http://cdn.libravatar.org/avatar/17a62a7410a3ea7d62715efced72158e"
|
||||
subject="Problem with publishing subdir. Subdir does not exist, but it does."
|
||||
date="2017-10-20T09:21:33Z"
|
||||
content="""
|
||||
When trying this, I get the following error.
|
||||
|
||||
git annex export master:subdir -t box.com
|
||||
fatal: Path 'subdir:' does not exist in 'master'
|
||||
git-annex: unknown tree
|
||||
|
||||
I really don't get it, since as far as I can see the subdir actually does exist in master
|
||||
"""]]
|
|
@ -0,0 +1,23 @@
|
|||
[[!comment format=mdwn
|
||||
username="jajpater"
|
||||
avatar="http://cdn.libravatar.org/avatar/17a62a7410a3ea7d62715efced72158e"
|
||||
subject="Also fails when using UUID but differently"
|
||||
date="2017-10-20T09:47:24Z"
|
||||
content="""
|
||||
I tried to use the dir UUID - found by using
|
||||
|
||||
git ls-tree origin/master
|
||||
|
||||
This however also fails:
|
||||
|
||||
git annex export fd94c0f44ff40b07bcbe58d4c3921c6fb35c7074 -t box.com
|
||||
export box.com file1 (not available) failed
|
||||
export box.com file2 (not available) failed
|
||||
...
|
||||
export box.com file10 (not available) failed
|
||||
(recording state in git...)
|
||||
git-annex: export: 10 failed
|
||||
|
||||
Does anybody know what's wrong?
|
||||
|
||||
"""]]
|
|
@ -0,0 +1,18 @@
|
|||
[[!comment format=mdwn
|
||||
username="jajpater"
|
||||
avatar="http://cdn.libravatar.org/avatar/17a62a7410a3ea7d62715efced72158e"
|
||||
subject="Works when first using git annex get"
|
||||
date="2017-10-20T09:59:29Z"
|
||||
content="""
|
||||
I dropped the files from the local directory. Publishing does work when I first do a
|
||||
|
||||
git annex get *.*
|
||||
|
||||
But now my question has changed:
|
||||
|
||||
I have a git repository on a server.
|
||||
Is there a possibility to publish/export directly from the server to a special remote?
|
||||
So without checking out the files locally?
|
||||
|
||||
|
||||
"""]]
|
|
@ -0,0 +1,11 @@
|
|||
[[!comment format=mdwn
|
||||
username="jajpater"
|
||||
avatar="http://cdn.libravatar.org/avatar/17a62a7410a3ea7d62715efced72158e"
|
||||
subject="Publishing subdir is publishing files but not subdir?"
|
||||
date="2017-10-20T10:22:25Z"
|
||||
content="""
|
||||
When using the uuid the files get exported to the root of the specified webdav folder.
|
||||
Is there a possibility to keep the directory structure intact, so that the special remote has the same folder structure as has the repository?
|
||||
|
||||
Thanks in advance
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue