Sorry for deplayed response, and thanks george for your help.<br><br>I realized that once I set /opt/csw/bin in the very front of my path then all of my svn commands worked fine.<br><br>Previously I had installed svn in /usr/local/bin which i got from sunfreeware. I removed it from there and, therefore, previously when I ran svn command it was trying to take svn command from that path.
<br><br>It was in this format when it didnot work:<br>&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>-bash-3.00$ echo $PATH<br>/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/ccs/bin:/usr/sfw/bin:/opt/csw/bin
<br><br><div id="mb_0"><br>Now it is in this format and my svn commands just work fine:<br>&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br></div>-bash-3.00$ echo $PATH<br>/opt/csw/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/ccs/bin:/usr/sfw/bin:
<br><br>But my question now would be is there anyway possible for me to still keep /opt/csw/bin at the end of my PATH and still make my svn command work ?<br><br>Any help would be appreciated and if this is wrong place to post this question any direction to the right place would also be a great help.
<br><br>Thanks,<br><br><br><br><br><br>&nbsp;<br><div><span class="gmail_quote">On 9/26/07, <b class="gmail_sendername">George Wyche</b> &lt;<a href="mailto:gwyche@io.com">gwyche@io.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
@Binod<br><br>svn may be an alias. Do a<br>&nbsp;&nbsp;which svn<br><br>cd /opt/csw/bin<br>./svn<br><br>would override any svn alias.<br><br>&gt; Hi I installed subversion from blastwave couple days ago<br>&gt; and every thing is working fine. Its in sparc 10 x64.
<br>&gt;<br>&gt; My path currently is<br>&gt;<br>&gt; -bash-3.00$ echo $PATH<br>&gt; /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:\<br>&gt; /usr/local/bin:/usr/ccs/bin:/usr/sfw/bin:/opt/csw/bin<br>&gt;<br><br>If you are intending on using blastwave software, then please move
<br>/opt/csw/bin to occur before /usr/sfw/bin<br><br>And you will probably have to examine /usr/local/bin closely for links<br>which might otherwise override your specified order. For example even if<br>you have /opt/csw/bin:/usr/sfw/bin, but a link in /usr/local/bin *could*
<br>have an gnutar which points to a gnutar in /usr/sfw/bin NOT in<br>/opt/csw/bin. That would be an override. That sort of think has given me<br>grief in the past.<br><br>&gt; but when I type svn I can&#39;t get it work.
<br>&gt;<br>&gt; -bash-3.00$ svn<br>&gt; -bash: svn: command not found<br>&gt;<br>&gt; But when I go to<br>&gt;<br>&gt; cd /opt/csw/bin and then do ./svn It works fine.<br>&gt;<br>&gt; I went ahead and added that /opt/csw/bin (which is a
<br>&gt; global path to my local user .profile file then svn<br>&gt; commands just work fine)<br>&gt;<br>&gt; What is going wrong here ? Can anyone help me out?<br>&gt;<br>&gt; I think if /opt/csw/bin is in global path it should
<br>&gt; be able to run from anywhere without needing to<br>&gt; provide detail in local.profile file , isn&#39;t<br>&gt; thats how it works?<br><br>That is my understanding. You could look at the permissions, owners,<br>
groups, links associated with each step of the way to /opt/csw/bin/svn.<br>ls -l /<br>ls -l /opt<br>ls -l /opt/csw<br>ls -l /opt/csw/bin<br>ls -l /opt/csw/bin/svn<br><br>Look for &quot;strange&quot; things.<br><br>Is there something else in
<br>&gt;<br>&gt; Any help will be appreciated.<br>&gt;<br>&gt; Thanks,<br><br><br>George<br><br>_______________________________________________<br>users mailing list<br><a href="mailto:users@lists.blastwave.org">users@lists.blastwave.org
</a><br><a href="https://lists.blastwave.org/mailman/listinfo/users">https://lists.blastwave.org/mailman/listinfo/users</a><br></blockquote></div><br>