Re: Locking non-existent paths. Time to discuss.
From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2005-03-21 17:07:25 CET
Julian Reschke <julian.reschke@gmx.de> writes:
> > LOCK nonexistentURL
Right.
Instead, we get:
> LOCK nonexistentURL
...commits a 0-length file, locked...
> PUT 0-byte-file
...commits 0 more bytes to that 0-byte file... (leaving it locked)
> PUT real-file
...commits real content to the file, or 0 bytes again if the file
> UNLOCK URL
...unlocks the file.
Three commits, just to do "Save As ...". Purty icky. But, if that's
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.