Question on svnsync/main.c:1528

2010-12-26 Thread Dongsheng Song
Hi, I'm confused on the following code: if ((opt_baton->start_rev.kind != svn_opt_revision_unspecified) || (opt_baton->end_rev.kind != svn_opt_revision_unspecified)) return svn_error_create( SVN_ERR_CL_ARG_PARSING_ERROR, NULL, _(

Re: Question on svnsync/main.c:1528

2010-12-26 Thread Stephen Butler
On Dec 26, 2010, at 15:54 , Dongsheng Song wrote: > Hi, > > I'm confused on the following code: > > if ((opt_baton->start_rev.kind != svn_opt_revision_unspecified) > || (opt_baton->end_rev.kind != svn_opt_revision_unspecified)) >return svn_error_create( >

Re: Question on svnsync/main.c:1528

2010-12-26 Thread Dongsheng Song
Oh, I see. Thanks. On Mon, Dec 27, 2010 at 04:33, Stephen Butler wrote: > > On Dec 26, 2010, at 15:54 , Dongsheng Song wrote: > >> Hi, >> >> I'm confused on the following code: >> >>          if ((opt_baton->start_rev.kind != svn_opt_revision_unspecified) >>              || (opt_baton->end_rev.ki