Lübbe Onken wrote:
>Alex Kay wrote:
>> Hello,
>>
>> I'm using TortoiseSVN 1.6.6, Build 17493 - 64 Bit on Windows 7 Pro x64.
>
>Must be something specific to Windows 7 in the 64 bit version ;)
>
>> My repository is up-to-date, no changes.
>
> From the rest of your post I reckon that you are confusing "repository"
>(the part on the server) and "working copy" (the part on the client).
>
> > I'm trying to delete a file using TSVN's Delete command.
> > Instead of marking the repo as modified and deleting the file on
> > commit, my file is actually being deleted and repo is not marked as
> > changed.
>
>This is correct behaviour apart from the last bit. When you delete a
>file using TortoiseSVN, it is deleted in the working copy first and the
>working copy is marked as modified. You may however have an issue that
>the "modified" overlay icon doesn't show up. Does it update when you hit
>F5 in explorer?
>
>> When I try to do Commit, it shows deleted file as missing.
>
>Correct behaviour. The file is missing from the working copy, so TSVN
>shows this and asks if you want to commit your deletion.
if a file schedule for deletion (that is it was deleted using 'svn rm'
or the according TSVN operation) an update won't bring it back.
That only happens if the file was deleted with the normal OS delete
command.
>> If I do Updated, it "restores" the missing file.
well, that hints in the OS delete direction
--
Lorenz
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2415020
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-11-06 09:46:29 CET