aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-08 02:32:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-08 02:32:25 -0400
commit3ab83a9e3c117faecb87a1c35249307964cadf71 (patch)
treef7d89eaa56299834a3a20b9ff3118028f3afa3b8
parent4002ca5acb20831453fd71633bb7707b8cce80c9 (diff)
parent551f25cd559a4d54661c820c03b604781fb56b4f (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/forum/Accessing_files_in_bare_repository.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/forum/Accessing_files_in_bare_repository.mdwn b/doc/forum/Accessing_files_in_bare_repository.mdwn
new file mode 100644
index 000000000..2ea6ba9d3
--- /dev/null
+++ b/doc/forum/Accessing_files_in_bare_repository.mdwn
@@ -0,0 +1,5 @@
+I have set up a remote server repository using the git-annex web assistant, accessed via ssh. The repository is a bare one according to the config file in the annex directory on the server.
+
+I am wondering how I could access any of the files in the repository while logged in to the server - they don't have their usual file names to look for clearly. Is there a way to get a list of the files for starters? I tried using git annex find, but it never returns any files. git annex get followed by a filename of a document in the repository also doesn't work.
+
+Thanks to help me understand better how to approach this.