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
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(
>
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,
_(
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
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
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
6 matches
Mail list logo