Re: Loosing local changes during a commit
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-17 19:08:39 CET
On Wed, 2004-03-17 at 11:58, Folker Schamel wrote:
> However, it seems that svn copies the file BACK from .svn/tmp/ into .
Ah, yes, good point. I had forgotten about this. This is required
1. copy file to .svn/tmp/file, possibly "detranslating" in the process
2. commit .svn/tmp/file to repository.
3. copy .svn/tmp/file to ./file, "retranslating" to native EOL style
If you don't have any eol- or keyword-translation active, then step 3
> Subversion seems to be protected by complicated locking mechanisms
That is a true observation. As you suggested, perhaps setting the
---------------------------------------------------------------------
|
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.