You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by ayed akrout <ay...@gmail.com> on 2007/12/04 10:32:41 UTC

About svn diff

Hello ,
They are a tool named diff2html generate a HTML page contain the diffenrence
between 2 files.
I need to make this tool my default diff_cmd in my svn.
How do it?
if there more simple way, it's better to mentionned it.
Thank you very much.

Re: About svn diff

Posted by Martin Furter <mf...@rola.ch>.

On Tue, 4 Dec 2007, ayed akrout wrote:

> Hello ,
> They are a tool named diff2html generate a HTML page contain the diffenrence
> between 2 files.
> I need to make this tool my default diff_cmd in my svn.
> How do it?
> if there more simple way, it's better to mentionned it.
> Thank you very much.

Set 'diff-cmd' in ~/.subversion/config

See also:
http://svnbook.red-bean.com/en/1.4/svn.advanced.confarea.html#svn.advanced.confarea.opts.config
http://svnbook.red-bean.com/en/1.4/svn.advanced.externaldifftools.html

And please ask usage questions on the users mailing list 
(users@subversion.tigris.org).

HTH
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: About svn diff

Posted by marc gonzalez-carnicer <ca...@gmail.com>.
2007/12/5, marc gonzalez-carnicer <ca...@gmail.com>:
> i'd recommend wrapping your svn WC or repository with an
> application such as viewvc or trac (there are others). you can
> then use the diff features available there, and use save as
> in your browser. don't forget to pack the auxiliary and css
> files.
>
> but yes, i agree that it'd be good that kdiff3 or meld had an
> export or save as html feature.
>
>
> 2007/12/4, ayed akrout <ay...@gmail.com>:
> >
> > Hello ,
> > They are a tool named diff2html generate a HTML page contain the diffenrence between 2 files.
> > I need to make this tool my default diff_cmd in my svn.
> > How do it?
> > if there more simple way, it's better to mentionned it.
> > Thank you very much.
> >
> >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

About svn diff

Posted by ayed akrout <ay...@gmail.com>.
Hello ,
They are a tool named diff2html generate a HTML page contain the diffenrence
between 2 files.
I need to make this tool my default diff_cmd in my svn.
How do it?
if there more simple way, it's better to mentionned it.
Thank you very much.