Branko Čibej <[email protected]> writes: > Do we want to support this local svnsync usage on Windows?
Yes. > If we do, > someone must implement reliable local locking internally. That's easy, we just call apr_lock_file_create :) We know how to do it on Linux, it's even documented in the O_EXCL section of the creat(2) man page. We can do it on local or NFS filesystems (even pre-NFSv3). Are lock files used on Windows? Is there a standard way to create them? > Otherwise I'd > prefer to use well-tried solutions like lockfile. Does it work on Windows? -- Philip

