How do I setup SVN Support?

Help
Prerna Patel
2007-11-27
2013-04-22
  • Prerna Patel
    Prerna Patel
    2007-11-27

    I installed plugin from this file "org.eclipse.externaltools_v0.7.0_with_svn.zip".

    I also created this file "bc2.sh" with:
    -------------------------------------------------------------------
    #!/bin/sh

    # collect commandline params and turn them into wine-friendly paths
    opts="";
    while [ "$#" -gt 0 ]; do
      opts=$opts" z:"$1; shift 1;
    done

    /usr/local/bin/wine /misc/WindowApplication/BeyondCompare2/BC2.exe $opts

    -------------------------------------------------------------------

    Now i can compare two files using beyond compare.  But for some reason when I try to compare file "Comare with -> Latest Revision (beyong compare)" or "Compare with -> Revision (Beyond Commpare)", I am getting this error:

    An error occured while trying to compare revision: null.

    How do i fix this so I can compare my code with SVN Repository?
    Thanks, Prerna