On 8 August 2016 at 15:13, Daniel Hoenig <dhoenig_at_web.de> wrote:
>
> When using a script with svn commands in Cygwin, I got this output:
>
> svn: Warnung: W200030: sqlite[S10]: disk I/O error
> svn: E155004: Starten Sie »svn cleanup«, um die Sperren zu entfernen
> (Aufruf: »svn help cleanup« für Details)
> svn: E155004: Arbeitskopie »/cygdrive/e/compile/Toucan_
> Rho18/Rho18_trunk_merge_from_branch« gesperrt.
> svn: E155004: »/cygdrive/e/compile/Toucan_Rho18/Rho18_trunk_merge_from_branch«
> ist bereits gesperrt
> Property is no different than the version in the repository.
>
> Then I applied a Tortoise (TortoiseSVN 1.9.4, Build 27285 - 64 Bit)
> Cleanup command on my sandbox, which yielded this error:
>
> ---------------------------
> Subversion Exception!
> ---------------------------
> Subversion encountered a serious problem.
> Please take the time to report this on the Subversion mailing list
> with as much information as possible about what
> you were trying to do.
> But please first search the mailing list archives for the error message
> to avoid reporting the same problem repeatedly.
> You can find the mailing list archives at
> http://subversion.apache.org/mailing-lists.html
> Subversion reported the following
> (you can copy the content of this dialog
> to the clipboard using Ctrl-C):
> In file
> 'D:\Development\SVN\Releases\TortoiseSVN-1.9.4\ext\
> subversion\subversion\libsvn_client\cleanup.c'
> line 227: assertion failed (svn_dirent_is_absolute(dir_abspath))
>
https://tortoisesvn.net/faq.html#multiclients
Don't use both cygwin and native windows clients in the same working copy.
It seems the SQLite database format is not binary compatible between the
two.
As for the exception, you'd need to report that on the subversion users
mailing list, not the TortoiseSVN users mailing list. All SVN operations
are handled by the SVN library, not by TortoiseSVN code. But it's probably
related to the SQLite incompatibility anyway.
Simon
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3181633
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-08-08 17:10:46 CEST