On Thu, Mar 13, 2008 at 9:08 PM, Ben Cuthbert <bcuthbert_at_ewa-canada.com> wrote:
> Hi all,
>
> I'm having an issue that I think may be a bug. The issue stems from one
> developer performing a propset command on a file (specifically to set the
> svn:keywords property), while a second developer deletes that same file from
> their local subversion repository. The following scenario describes the
> issue in detail:
>
> Developer 1 (D1) checks out revision X: svn checkout SVNREPO
> Developer 2 (D2) checks out revision X: svn checkout SVNREPO
> D1 issues the following command on file F1: svn propset svn:keywords "Id" F1
> D2 issues the following command on file F1: svn delete F1
> D1 updates local copy: svn update
> D1 commits changes (repository at X+1): svn commit
> D2 updates local copy: svn update
> D2 receives the following error:
>
> U F1
> svn: In directory '.'
> svn: Error processing command 'modify-entry' in '.'
> svn: Error getting 'affected time' on 'F1'
> svn: Can't stat 'F1': The system cannot find the file specified.
>
>
> The only way that I have found in order to resolve this is to have D2 check
> out a fresh copy of revision X+1, make the delete and then commit the
> change.
Yes, that's a bug. Could you please file one in the issue tracker?
Thanks!
Bye,
Erik.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-21 14:43:35 CET