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>>>>>>>>>>>>>>>>>><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>>>>>>>>>>>>>>><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> <br><div><span class="gmail_quote">On 9/26/07, <b class="gmail_sendername">George Wyche</b> <<a href="mailto:gwyche@io.com">gwyche@io.com</a>> 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> which svn<br><br>cd /opt/csw/bin<br>./svn<br><br>would override any svn alias.<br><br>> Hi I installed subversion from blastwave couple days ago<br>> and every thing is working fine. Its in sparc 10 x64.
<br>><br>> My path currently is<br>><br>> -bash-3.00$ echo $PATH<br>> /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:\<br>> /usr/local/bin:/usr/ccs/bin:/usr/sfw/bin:/opt/csw/bin<br>><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>> but when I type svn I can't get it work.
<br>><br>> -bash-3.00$ svn<br>> -bash: svn: command not found<br>><br>> But when I go to<br>><br>> cd /opt/csw/bin and then do ./svn It works fine.<br>><br>> I went ahead and added that /opt/csw/bin (which is a
<br>> global path to my local user .profile file then svn<br>> commands just work fine)<br>><br>> What is going wrong here ? Can anyone help me out?<br>><br>> I think if /opt/csw/bin is in global path it should
<br>> be able to run from anywhere without needing to<br>> provide detail in local.profile file , isn't<br>> 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 "strange" things.<br><br>Is there something else in
<br>><br>> Any help will be appreciated.<br>><br>> 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>