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

Re: [PATCH] svn log url -rXXX should display proper error message

From: Bhuvaneswaran Arumugam <bhuvan_at_collab.net>
Date: Wed, 19 Mar 2008 18:22:28 +0530

On Wed, 2008-03-19 at 18:03 +0530, Kamesh Jayachandran wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi Bhuvan,
>
> Thanks for the patch.
>
> > +/** Return TRUE iff revision kind is dependent on the working copy.
> > + * Otherwise, return FALSE.
> > + *
> > + * @since New in 1.5.
> > + */
>
> It should be 1.6

Thank you Kamesh! Fix committed in r29948.

> > +#define SVN_CLIENT_IS_WC_DEPENDENT_REVKIND(kind) \
> > + ((kind == svn_opt_revision_base || kind == svn_opt_revision_previous || \
> > + kind == svn_opt_revision_working || kind == svn_opt_revision_committed) \
> > + ? TRUE : FALSE)
> > +
>
>
> +1.
>
> With regards
> Kamesh Jayachandran
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.6 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFH4QgK3WHvyO0YTCwRAgRxAJ9Fx59zTQnR3LlGZuLjhMs3xk4O7ACfVqGS
> Vh7qAgP4GgbtZeh2All4x6I=
> =7qMi
> -----END PGP SIGNATURE-----

-- 
Regards,
Bhuvaneswaran

Received on 2008-03-19 13:52:54 CET

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.