Modifications lost when file is moved
From: Tim Blackman <Tim.Blackman_at_sun.com>
Date: 2005-06-08 21:38:32 CEST
I've run into a case where file modifications are not merged correctly
Here's the case:
Developer 1: Move file, modify file, commit
When developer 2 updates their working copy, their modifications to the
Is this known [mis]behavior? Am I misunderstanding something?
Here's my environment:
OS: Mac OS X 10.3.9
I've included a bash script to reproduce the problem below.
- Tim
----------------------------------------------------------------------
# The directories containing the repository and two working directories.
# Create the repository and working directories
# Create file1 in WC1
# Update WC2
# Move file1 to file2, and prepend to it, in WC1
# Append to file1 in WC2
# Update WC2
# Compare file2 to expected contents:
# Check results
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.