[Pkg-bazaar-maint] Bug#586096: Bug#586096: bzr-svn: Partial commit breaks status/diff of uncommitted files
Jelmer Vernooij
jelmer at apache.org
Wed Jun 16 17:28:30 UTC 2010
affects bzr-svn
status triaged
importance medium
On Wed, 2010-06-16 at 12:26 +0100, Paul Evans wrote:
> Package: bzr-svn
> Version: 1.0.2-2
> Severity: normal
>
>
> 1. svn co {some URL}
> 2. edit two files
>
> At this point, bzr diff, bzr status, svn diff, svn status, all can see
> both changes.
>
> 3. bzr commit one of the files (bzr ci path/to/A)
>
> Now, none of the above tools notice the changes in the file, even though
>
> svn cat {URL to file in repo} | diff - path/to/B
>
> can see a difference.
>
> Workaround:
>
> pushd path/to
> rm -rf .svn
> svn co --force {URL to this dir in repo} .
> popd
>
> Now all the tools are again happy.
This probably has something to do with the fact that we touch all the
files in the working tree and update their last modification time,
causing Subversion to think that they haven't been changed.
Cheers,
Jelmer
More information about the Pkg-bazaar-maint
mailing list