lists.arthurdejong.org
RSS feed

Re: multiple url in diff

[Date Prev][Date Next] [Thread Prev][Thread Next]

Re: multiple url in diff



On Wed, 2011-01-05 at 17:54 +0100, Alex FIALE wrote:
> Do you think it would be possible to implement a diff with two URLs ?
> Just in case where we would want do a differential between two
> tags :).

I don't think I fully understand the question but you can pass most
options that you can pass to svn to svn2cl.

It you want to have a list of changes between two tags (e.g. releases)
you have to figure out a way to do that with the svn log command. For
instance you could use a command like
  svn info ^/tags/some release | sed -n 's/^Last Changed Rev: *//p'
to get the last revision of a certain tag (actually this will be the
revision of the tag itself). You can then use that information to e.g.
do
  svn2cl -r HEAD:$svninforev
to get all changes in the current tree since the tag.

Another option that may help with branches is --stop-on-copy.

Hope this helps.

> In all case, thx for the job, really good and easy software!

Thanks for your mail.

-- 
-- arthur - arthur@arthurdejong.org - http://arthurdejong.org --
--
To unsubscribe send an email to
svn2cl-users-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/svn2cl-users