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

Re: consult the SVN command

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Wed, 3 Jun 2009 01:01:16 -0500

On Jun 2, 2009, at 05:29, Zhu XiaoQiang wrote:

> Ryan Schmidt wrote:
>
>> On Jun 2, 2009, at 04:32, Zhu XiaoQiang wrote:
>>
>>> I have downloaded the source code from the SVN org forum, and
>>> establish
>>> a new project to run it, and find the commit cmd can run
>>> successfully
>>> under release version but not for debug. I have the same
>>> definition for
>>> debug and release except libdb44d.dll &libdb44.dll
>>>
>>> Can you tell me why, thanks advanced.
>>
>> I'm afraid I haven't understood your question at all. I think we
>> need more information. For example, what version of Subversion are
>> you running, on what OS? What command are you typing, and what
>> error message are you getting in return?
>
>
> Thank you for your reply. and I should apply more information.
> The version of Subversion I am using is 1.4.3 and the code I get
> is also 1.4.3 version operated on VS 2003, when I use the command
>
> checkout checkout "http://192.168.0.5/svn/prodis/SVN_TEST/
> db-4.4.20-win32" g:\abb , the project can run normally and the file on
>
> SVN can be downloaded. when I use "add g:\abb\add.txt", it is
> also right and a plus signal can be see. but if I use
>
> commit -m "asdfad" g:\abb\add.txt , error will happen. which can
> be display only under debug version.
>
> the error message title is "Microsoft Development Enviroment"
> the error message document is "Unhandle exception at 0x7c901230
> in svntest.exe:User breakpoint.
> the error display at the function svn_cl__cleanup_log_msg after I
> put into username and password.
>
> /* Commit. */
> SVN_ERR(svn_cl__cleanup_log_msg
> (ctx->log_msg_baton2, svn_client_commit3(&commit_info,
> targets,
> opt_state-
> >nonrecursive
> ? FALSE : TRUE,
> no_unlock,
> ctx,
> pool)));
>
> msvcr71d.dll!_CrtIsValidHeapPointer(const void *
> pUserData=0x00af5ca8) Line 1818 C
> msvcr71d.dll!_free_dbg_lk(void * pUserData=0x00af5ca8, int
> nBlockUse=1) Line 1143 + 0x9 C
> msvcr71d.dll!_free_dbg(void * pUserData=0x00af5ca8, int
> nBlockUse=1) Line 1081 + 0xd C
> msvcr71d.dll!free(void * pUserData=0x00af5ca8) Line 1036 +
> 0xb C
> svnTest.exe!_svn_ra_dav__get_commit_editor() Line 591 +
> 0xb svnTest.exe!_svn_ra_dav__get_commit_editor() Line 1528 +
> 0x1a svnTest.exe!_svn_ra_dav__get_commit_editor() Line 1630
> + 0x8 svnTest.exe!_svn_ra_get_commit_editor2() Line 392 +
> 0x32 svnTest.exe!_svn_client_import2() Line 618 + 0x2c
> svnTest.exe!_svn_client_commit3() Line 1498 + 0x43 >
> svnTest.exe!svn_cl__commit(apr_getopt_t * os=0x00c141a8, void *
> baton=0x0012fde8, apr_pool_t * pool=0x00c14090) Line 101 + 0x26 C
>
> I would appreciated if you give me some suggestion or a simple
> example.

Is svntest.exe a custom version of Subversion that you have compiled
yourself enabling some debug mode? I'm not familiar with the
Subversion source code or its debug modes.

Have you tried the current version of Subversion, 1.6.2? 1.4.3 is
several versions behind. Maybe the problem you are experiencing is a
bug that has already been fixed.

P.S: Use Reply All so your reply goes to the list too, not just to me.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2358988

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-03 08:02:33 CEST

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

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