Hello!
AI>   I give up at this point.
  Disregard that!
  I just made five similar commits in a row, four of them with "R":
  
W:\svn>svn log -v -r 59:64 https://svn.<some-hosting>.com/TestArea/AlexIljin/
------------------------------------------------------------------------
r59 | AlexIljin | 2008-12-16 03:01:56 +0600 (Вт, 16 дек 2008) | 1 line
Changed paths:
   A /AlexIljin/trunk/file.txt
Added an empty file.
------------------------------------------------------------------------
r60 | AlexIljin | 2008-12-16 03:06:18 +0600 (Вт, 16 дек 2008) | 1 line
Changed paths:
   A /AlexIljin/branches/trunkCopy (from /AlexIljin/trunk:23)
   A /AlexIljin/branches/trunkCopy/file.txt (from /AlexIljin/trunk/file.txt:59)
File modification... trying to abort.
------------------------------------------------------------------------
r61 | AlexIljin | 2008-12-16 03:06:48 +0600 (Вт, 16 дек 2008) | 1 line
Changed paths:
   R /AlexIljin/branches/trunkCopy (from /AlexIljin/trunk:23)
   A /AlexIljin/branches/trunkCopy/file.txt (from /AlexIljin/trunk/file.txt:59)
File modification... trying to abort.
------------------------------------------------------------------------
r62 | AlexIljin | 2008-12-16 03:09:48 +0600 (Вт, 16 дек 2008) | 1 line
Changed paths:
   R /AlexIljin/branches/trunkCopy (from /AlexIljin/trunk:23)
   A /AlexIljin/branches/trunkCopy/file.txt (from /AlexIljin/trunk/file.txt:59)
File modification... trying to abort.
------------------------------------------------------------------------
r63 | AlexIljin | 2008-12-16 03:10:28 +0600 (Вт, 16 дек 2008) | 1 line
Changed paths:
   R /AlexIljin/branches/trunkCopy (from /AlexIljin/trunk:23)
   A /AlexIljin/branches/trunkCopy/file.txt (from /AlexIljin/trunk/file.txt:59)
File modification... trying to abort.
------------------------------------------------------------------------
r64 | AlexIljin | 2008-12-16 03:16:41 +0600 (Вт, 16 дек 2008) | 1 line
Changed paths:
   R /AlexIljin/branches/trunkCopy (from /AlexIljin/trunk:23)
   A /AlexIljin/branches/trunkCopy/file.txt (from /AlexIljin/trunk/file.txt:59)
File modification... trying to abort.
------------------------------------------------------------------------
  All of these revisions were made using TSVN's "Cancel" button. I
  added some 13Kb text to the file.txt. The trick is to hit "Cancel"
  at exactly the right time during commit, otherwise it'll just be
  aborted as expected. The time is when all revision properties are
  set and the file content is being sent. 
  Here's the Commit window contents after cancellation (copied via
  clipboard):
Commit            Commit
Adding            V:\TestArea\AlexIljin\branches\trunkCopy
Adding            V:\TestArea\AlexIljin\branches\trunkCopy\file.txt
Sending content   V:\TestArea\AlexIljin\branches\trunkCopy\file.txt
Error             Commit failed (details follow):
Error             User cancelled
  The progress bar above the OK and Cancel buttons jumps through five
  stages (empty, 1/4, 1/2, 3/4 and full). You have to press "Cancel"
  when it's at the 3/4.
  It does NOT work for the local repository for some reason: if you
  press "Cancel" at 3/4 the commit still results in success. (SVN
  version on my machine is 1.5.4.)
  The described scenario is reproduced reliably, 100% of the time (you
  may need a large file or a slow Internet connection to hit the
  button in time).
  An important detail (maybe): the hosting currently runs Subversion
  version 1.5.1 (r32289), which I guess is the latest stable that has
  made it into Debian.
  I didn't find anything possibly related in the SVN changelog since
  1.5.1 that could've addressed the issue, except maybe the following
  line in 1.5.2: * fixed: 'svn copy' working copy corruption
  ( http://svn.collab.net/repos/svn/trunk/CHANGES )
  Can someone try to reproduce the problem with https access to SVN
  1.5.4?
  
---=====---
 Alexander
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=984672
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2008-12-15 22:51:25 CET