projectkudu / KuduSync

A file copying tool with semantic appropriate for deploying web site files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic sync scenario does not appear to work

davidebbo opened this issue · comments

Not sure if I'm doing something wrong here. I have a folder named 1 with a foo.txt in it, and I run:

kudusync -f 1 -t 2 -n manifest.txt

It ends up:

  • Creating an empty 2 folder
  • Creating an empty manifest.txt

Why doesn't my foo.txt get copied?

Found a bug in my tests that made them seem to pass.