Serialcoder en Français Serialcoder in English
TEL : +33 (0)8 77 91 48 38

How to integrate Araxis Merge with TortoiseSVN

 

Araxis merge is an awesome merge/diff tool, which is something unvaluable when you work with a source code repository.

Here is how to integrate it with tortoisesvn, in order to replace the internal diff and merge tools.

Source: http://www.araxis.com/merge/scm_integration.html

 

The External Programs section of the TortoiseSVN Settings window enables external diff and merging programs to be configured.

Merge can also integrate directly with Subversion. Please see Subversion for more information.

To configure Merge as the Diff Viewer:
  • In the TortoiseSVN Settings window, select the Diff Viewer page (located under External Programs).

  • Select the External radio button.

  • In path field, enter the following (all on one line):

    "C:\Program Files\Araxis\Araxis Merge\compare.exe" /max /wait /title1:%bname /title2:%yname %base %mine

    Note: in the above path, replace C:\Program Files\Araxis\Araxis Merge\ with the full path of the Merge installation directory on your machine.

To configure Merge as the Merge Tool:
  • In the TortoiseSVN Settings window, select the Merge Tool page (located under External Programs).

  • Select the External radio button.

  • In path field, enter the following (all on one line):

    "C:\Program Files\Araxis\Araxis Merge\compare.exe" /a2 /max /wait /3 /title1:%tname /title2:%bname /title3:%yname %theirs %base %mine %merged

    Note: in the above path, replace C:\Program Files\Araxis\Araxis Merge\ with the full path of the Merge installation directory on your machine.

 

This page also contains how to integrate Araxis merge will all the other source control.

mardi 13 mai 2008 | Predicate<T>



Articles techniques technologie microsoft .Net :

c# : How to hash a string to MD5

 

MD5 hash is a method to obtain a unique "signature" from a string. It is very usefull in order to store password, but be aware that there is no way to get back to the original string, starting from the hash.

I use it for creating unique filename for caching url crawli...

En savoir plus

lundi 12 mai 2008 | Predicate<T>

Mise à jour du 13 Mai 2008 (Build 2382)

Les elements suivants ont été mis en place lors de cette mise à jour.

Nouvelles fonctionnalités :

  • CRM (Gestion de la relation client) , possibilité d'associer à chaque etape du workflow de vente des tickets de retour client ou de tache a accomplir, un article dedié...
En savoir plus

mardi 15 avril 2008 | ERP 360

Cher Entreprenaute, vous pouvez trouver ici votre passeport pour l'economie numerique

Latest releases

Keyword studio 1.1
Générez des nouveaux mots clés pour vos campagnes PPC et découvrez qui de vos concurrents les achetent.
keyword generator and suggestion tool download Download now
Visual Log Parser 1.0
GUI for the powerfull log parser.
download Visual Log Parser GUI Download now
Open Shopping Cart 1.0
Open Shopping Cart, composant asp.net pour la gestion d'un panier de commande
download open shopping cart for asp.net component Download now
.Net search engine
Search through .Net contents.
.net search engine Try now
.NET (dotnet) FAQ
A growing knowledge base about ASP.NET, Windows Forms and .NET 2.
ASP.NET FAQ Check it now
.netTiers support
and developpement

Smart Code Generator

Serialcoder participe activement au projet opensource Smart Code Generator

smartcodegenerator