[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Suggestion for FAQ

From: Mark Collins <markc_at_myfastmail.com>
Date: Tue, 20 Oct 2015 18:03:25 -0500

Hello,

First time posting, so I apologize in advance if this is not the
right place.

I have a suggestion to enhance an existing FAQ "Why does TortoiseSVN not
recognize that a file has been modified?". The existing FAQ explains the
process by which Tortoise determines whether a file has been updated:
 1. has the 'last modification' date and/or the file size changed?
 2. if not: file is not modified
 3. if yes: compare file content with the BASE file
 4. stop at the first byte that differs, mark the file as modified
 5. if no byte differs regarding to BASE, mark the file as not-
    modified In my case, the date and file size had changed, so
    clearly it should be marked as updated.  In this case was that the
    checkout step was done from within an IDE that had SVN support built-
    in.  I was updating the file within that IDE, and the file was
    marked as updated within the IDE but not within the
    Windows/TortoiseSVN file explorer.

The problem was that the IDE was built with SVN 1.7.x support, and the
working copy was version 29, but TortoiseSVN is at 1.9.x, working copy
version 31.

I was able to configure my IDE to use TortoiseSVN instead of the built-
in copy.  Now, when files are modified within the IDE, the file explorer
icon immediately switches to show that the file has been modified.

That was driving me nuts for a couple of hours.  If this helps anyone
else avoid that hassle, then it was worth it.

Mark

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3143204

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-10-21 17:05:54 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.