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

Re: Bitesized 576

From: Daniel Stenberg <daniel_at_haxx.se>
Date: 2001-12-13 08:09:11 CET

On Wed, 12 Dec 2001, Garrett Rooney wrote:

> any chance on getting this committed? (or if not, getting some input on
> what to change...)
>
> patch and log entry attached.

Have you really verified that this patch does what it is supposed to and not
any more? It doesn't work for me:

$ svn commit -F Garrett.txt

svn_error: #21093 : <The log message is under version control. Use --force
to override.>

On main.c:498 svn_wc_entry() returns 0, which equals SVN_NO_ERROR...

Without doing any very deep research here, I *suspect* that the code in
main.c must instead look similar to this:

   svn_wc_entry_t *ent=NULL;
   err = svn_wc_entry(&ent, svn_stringbuf_create(opt_arg, pool), pool);
   if ( (err == SVN_NO_ERROR) && ent)
     log_under_version_control = TRUE;

But I'd appreciate some tests or comments before I commit this.

-- 
      Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77
   ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:52 2006

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

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