Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Follow following steps to install Alien-SVN module on you system:</p> <p>1) Download the latest Alien-SVN module from CPAN <a href="http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/Alien-SVN-v1.6.12.1.tar.gz" rel="nofollow">http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/Alien-SVN-v1.6.12.1.tar.gz</a></p> <p>2) Untar the file using <code>taz-zxf &lt;Package_name&gt;</code></p> <p>3) cd Alien-SVN-v1.6.12.1</p> <p>4) The Apache Portable Runtime is required by the Alien-SVN. To download APR and APR-Util run time run the following commands while inside Alien-SVN-v1.6.12.1 directory</p> <pre><code>svn co http://svn.apache.org/repos/asf/apr/apr/branches/1.2.x \apr svn co http://svn.apache.org/repos/asf/apr/apr-util/branches/1.2.x \apr-util </code></pre> <p>5) Now run <code>perl Build.PL</code> which is inside Alien-SVN-v1.6.12.1 directory</p> <p>6) It will ask for some options</p> <p>7) It will ask whether you would like to pass some arguments to configure. Give arguments as follows</p> <p><code>--with-apr=&lt;path_where_you_chechek_out_apr&gt; --with-apr-util=&lt;path_where_you_chechek_out_apr-util&gt;</code></p> <p>8) After successfully running Build.PL, run <code>./Build</code> Alien-SVN-v1.6.12.1 directory.</p> <p>9) After running <code>./Build</code>, successfully, open <code>native</code> directory which is located as <code>Alien-SVN-v1.6.12.1/src/subversion/subversion/bindings/swig/perl/native</code></p> <p>10) Run following commands: <code>perl Makefile.PL</code> <code>make</code> <code>make install</code></p> <p>11) This will install Alien-SVN on your system :)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload