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

Re: [PATCH] Fix svn switch --relocate with --depth

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2007-08-09 12:39:15 CEST

>> - opt_state.relocate = TRUE;
>> + if (opt_state.depth >= 0)
>>
> + if (opt_state.depth != svn_depth_unknown)
>
> Would be better.
>
>
> With regards
> Kamesh Jayachandran
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>

Thanks Senthil, Committed the patch with tweaks at r26007.

With regards
Kamesh Jayachandran

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 9 13:24:33 2007

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.