Re: [PATCH] svn: Update a file's status after its been modified



On 17 January 2011 07:34, Peter Tyser <ptyser gmail com> wrote:
> This commit is very similar to 15dadb2bbc0c0da116fdd6e920306268f1cf37d5,
> but resolves the bug for subversion which was recently modified to use
> CachedVC.
>
> Previously, a VcView diff of a subversion-controlled directory could
> easily become out of date.  For example, if the file 'AUTHORS' was a
> version controlled file in a svn repository:
>  > echo "asdf" >> AUTHORS
>  > meld ./
>  # Double click on the AUTHORS file to view its diff.
>  # Save the AUTHORS file.  This will cause meld to cache its current
>    state (modified).
>  # Remove the "asdf" at the bottom of the file and save it.
>  # Close the AUTHORS tab.
>  # The state of the AUTHORS file will still show up as modified, even
>    though it is now unmodified.
>
> Signed-off-by: Peter Tyser <ptyser gmail com>

Pushed, thanks.

cheers,
Kai


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]