From f7f828cb01b8d7b13e90fcf0dbb9de4ee35e64a3 Mon Sep 17 00:00:00 2001 From: ringprince Date: Mon, 26 Aug 2013 09:13:00 +0000 Subject: [PATCH] --- doc/forum/howto_update_feed.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/forum/howto_update_feed.mdwn diff --git a/doc/forum/howto_update_feed.mdwn b/doc/forum/howto_update_feed.mdwn new file mode 100644 index 0000000000..5323e92eb3 --- /dev/null +++ b/doc/forum/howto_update_feed.mdwn @@ -0,0 +1,14 @@ +I am using the importfeed [1] functionality. + +How am I supposed to update the feed/feeds? + +I understand that running + + cd annex; git annex importfeed http://url/to/podcast + +a second time will 'do the right thing'. But that is cumbersome as I have to know the url again. Is there sth like git annex updatefeeds? + + + + +[1] http://joeyh.name/blog/entry/git-annex_as_a_podcatcher/