File: day_311__Windows_porting.mdwn

package info (click to toggle)
git-annex 5.20141125
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 37,828 kB
  • ctags: 583
  • sloc: haskell: 42,582; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (10 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
Made two big improvements to the Windows port, in just a few hours.
First, got gpg working, and encrypted special remotes work on Windows.
Next, fixed a permissions problem that was breaking removing files
from directory special remotes on Windows.
(Also cleaned up a lot of compiler warnings on Windows.)

I think I'm almost ready to move the Windows port from alpha to beta
status. The only really bad problem that I know of with using it is that
due to a lack of locking, it's not safe to run multiple git-annex
commands at the same time in Windows.