summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmCzVCPjgg_Un_114P8iiSwExms0G2csCA <Michele@web>2013-10-15 23:27:56 +0000
committerGravatar admin <admin@branchable.com>2013-10-15 23:27:56 +0000
commit60732c877ffbea61822cfaf58a70267d41c22116 (patch)
tree443f85e8f1af79a079d313c2186d5c05385d04dd /doc
parent1ca7b7d37dcf8b06db1d3a50c627100a68db4760 (diff)
removed
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/cross_platform_permissions_woes/comment_2_4ae5181f8c69fbe6d16966ed6f81f119._comment73
1 files changed, 0 insertions, 73 deletions
diff --git a/doc/bugs/cross_platform_permissions_woes/comment_2_4ae5181f8c69fbe6d16966ed6f81f119._comment b/doc/bugs/cross_platform_permissions_woes/comment_2_4ae5181f8c69fbe6d16966ed6f81f119._comment
deleted file mode 100644
index 88e9d36ad..000000000
--- a/doc/bugs/cross_platform_permissions_woes/comment_2_4ae5181f8c69fbe6d16966ed6f81f119._comment
+++ /dev/null
@@ -1,73 +0,0 @@
-[[!comment format=mdwn
- username="https://www.google.com/accounts/o8/id?id=AItOawmCzVCPjgg_Un_114P8iiSwExms0G2csCA"
- nickname="Michele"
- subject="details about my problem"
- date="2013-10-15T23:26:05Z"
- content="""
-thank for your answer, but unfortunately the remote is already an ssh (although should happen most certainly via samba/cifs mount).
-it happens as long as the remote is defined as root.
-I suppose it could be something with my setup (although i've tried different windows/linux hosts)
-
-this is a transcript of recreating the problem (i've just edited user/hostname):
-
- Microsoft Windows [Version 6.1.7601]
- C:\>git init wintest
- Initialized empty Git repository in C:/wintest/.git/
- C:\>cd wintest
- C:\wintest>git annex init wintest
- init wintest
- Detected a crippled filesystem.
- Enabling direct mode.
- Detected a filesystem without fifo support.
- Disabling ssh connection caching.
- ok
- (Recording state in git...)
- C:\wintest>echo \"thisisatest\">wintest
- C:\wintest>git annex add wintest
- add wintest (checksum...) ok
- (Recording state in git...)
- C:\wintest>git remote add remote ssh://me@linuxbox/home/me/testlinux
- C:\wintest>ssh me@linuxbox
- [me@home ~]$ git init --bare testlinux
- Initialized empty Git repository in /home/me/testlinux/
- [me@home ~]$ cd testlinux/
- [me@home testlinux]$ git annex init linux
- init linux ok
- (Recording state in git...)
- [me@home testlinux]$ exit
- C:\wintest>git annex sync
- commit
- ok
- pull remote
- warning: no common commits
- remote: Counting objects: 5, done.
- remote: Compressing objects: 100% (3/3), done.
- remote: Total 5 (delta 1), reused 0 (delta 0)
- Unpacking objects: 100% (5/5), done.
- From ssh://linux/home/me/testlinux
- * [new branch] git-annex -> remote/git-annex
- ok
- (merging remote/git-annex into git-annex...)
- (Recording state in git...)
- push remote
- Counting objects: 18, done.
- Delta compression using up to 2 threads.
- Compressing objects: 100% (12/12), done.
- Writing objects: 100% (16/16), 1.45 KiB, done.
- Total 16 (delta 2), reused 0 (delta 0)
- To ssh://me@linux/home/me/testlinux
- * [new branch] git-annex -> synced/git-annex
- * [new branch] master -> synced/master
- ok
- C:\wintest>git annex copy --to remote wintest
- copy wintest (checking remote...) (to remote...)
- wintest
- 15 100% 0.00kB/s 0:00:00 (xfer#1, to-check=0/1)
-
- rsync error: syntax or usage error (code 1) at /home/lapo/package/rsync-3.0.9-1/src/rsync-3.0.9/main.c(1052) [sender=
- total size is 15 speedup is 0.13
- failed
- git-annex: copy: 1 failed
-
- C:\wintest>
-"""]]