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

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( >

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 - want to quickly start from rev 800000

2010-02-04 Thread Philip Martin
Julian Foad writes: > (How to quickly generate empty revisions? Using the bindings should be > fast and might let you commit a completely empty revision. "svnmucc" and > "svn" do not let you commit an empty revision, You can use dump/load and svndumpfilter to generate empty revisions: rm -rf

Re: Question on svnsync - want to quickly start from rev 800000

2010-02-04 Thread Julian Foad
On Wed, 2010-02-03, Karl Heinz Marbaise wrote: > Hi, > > i have observed a strange behaviour of svnsync in partially replicating > a repository (In my opinion).. > > Created a local repository (svnadmin create...) change the > pre-revprop-change hook to accept changes...and then > i initializ

Question on svnsync

2010-02-03 Thread Karl Heinz Marbaise
Hi, i have observed a strange behaviour of svnsync in partially replicating a repository (In my opinion).. Created a local repository (svnadmin create...) change the pre-revprop-change hook to accept changes...and then i initialized svnsync like the following: svnsync init file:///usr/loc