Hi,
I wondered if it's possible to have a non-bare repo on a cloud remote. I want to have some sort of Dropbox-like workflow were I simply put stuff into a directory on my drive and it gets synced via SSH to a central VPS so I can also always access it via HTTP, for example.
Regards, Lukas

Sure you can.. That's how http://downloads.kitenet.net/ works, which is where people download git-annex builds from!
making a remote repo update when changes are pushed to it
setup a public repository on a web site
Seems that I don't get it... Here is what I did:
First, I create a new repo with the assistant on
user@laptop ~/temp/annex-test, then:Now I expect the files
test1andtest2to be atuser@server ~/tmp/annex-test. But they are not displayed. What am I doing wrong? The main thing I wan't to achieve: Push the files fromlaptoptoserverwithout addinglaptopas remote on the server.