On Thu, Aug 12, 2010 at 5:13 PM, Ulrich Eckhardt
wrote:
> On Thursday 12 August 2010, erlend olsen wrote:
[...]
>> B: commits new code.
>> A: is happy because now everything works on his local copy. Then he pushes
>> 'update' in netbeans before he commits. SVN: now deletes all of A's
>> change
On Thursday 12 August 2010, erlend olsen wrote:
> repository has these files:
> xyz
> A: commits changes to all the files and adds 2 new files
> repository now has these files:
> pqxyz
> B: Sees that these changes f**ks up the whole program and he rollbacks to
> only x,y,z
I guess he reverse-merge
@subversion.apache.org
Subject: Update deleted local changes after rollback
Hi all, me and my colleague have lost big changes in our code...
here's a quick summary:
repository has these files:
x
y
z
A: commits changes to all the
Hi all, me and my colleague have lost big changes in our code...
here's a quick summary:
repository has these files:
xyz
A: commits changes to all the files and adds 2 new files
repository now has these files:
pqxyz
B: Sees that these changes f**ks up the whole program and he rollbacks to only