windows wtf how did that work moment

This commit is contained in:
Joey Hess 2013-12-04 17:39:58 -04:00
parent 9d323a98e2
commit 8ef79c1f83
2 changed files with 8 additions and 8 deletions

1
debian/changelog vendored
View file

@ -15,6 +15,7 @@ git-annex (5.20131131) UNRELEASED; urgency=low
* Android: Fix SRV record lookups for XMPP to use android getprop * Android: Fix SRV record lookups for XMPP to use android getprop
command to find DNS server, since there is no resolv.conf. command to find DNS server, since there is no resolv.conf.
* import: Add --skip-duplicates option. * import: Add --skip-duplicates option.
* Windows: watch and assistant work! (very experimental)
-- Joey Hess <joeyh@debian.org> Sun, 01 Dec 2013 13:57:58 -0400 -- Joey Hess <joeyh@debian.org> Sun, 01 Dec 2013 13:57:58 -0400

View file

@ -13,11 +13,10 @@ now! --[[Joey]]
has to connect twice to the remote system over ssh per file, which has to connect twice to the remote system over ssh per file, which
is much slower than on systems supporting connection caching. is much slower than on systems supporting connection caching.
* Webapp doesn't build yet. * Webapp doesn't build yet.
* `git annex watch` builds, but does not quite work. * `git annex watch` works, but does not detect when files are still open
* `git annex assistant` builds, but has not been tested, and is known for write as they're being added (no lsof)
to not download any files. (transferrer doesn't built yet) * Startup scan neglects to send add events for all files in the repo,
* watch and assistant cannot be built with cabal. Possibly due to too many so pre-existing files are not added by watch/assistant. (Should be easily
files overflowing command line length limit at link stage. fixed.)
To build a binary with them: * `git annex assistant` has not been tested, is probably quite incomplete.
`ghc --make git-annex.hs -threaded -XPackageImports -DWITH_ASSISTANT=1 -DWITH_WIN32NOTIFY=1` Is known to not download any files. (transferrer doesn't built yet)
(should add all the other flags cabal uses)