Please use your email program's Reply All feature so your replies go to the list too, not just to me.
On Feb 24, 2010, at 23:27, Julio alarcon wrote: > On Wed, Feb 24, 2010 at 11:11 PM, Ryan Schmidt wrote: > >> Let's keep this discussion on the mailing list so all can benefit from what >> we learn. >> >> On Feb 24, 2010, at 22:31, Julio alarcon wrote: >> >>> This is what i did, i opened my terminal and i did type what is in the web >>> page for subversion: >>> $ cd /usr/ports/devel/subversion >>> $ make install >>> >>> Since there is no one for pcbsd I used the one for freebsd because pcbsd >>> has the a lot of similarities of freebsd, but under my pcbsd i dont have >>> the ports/devel/subversion so that where i stopped and i was clueless, if u >>> can help me or know something where i can install the subversion in my >>> pcbsd I'll really appreciate the information. >>> >>> This is how my system is organize: >>> [ju...@pcbsd-6364]/(25)% ls >>> COPYRIGHT boot etc lib media proc root sys >>> usr >>> bin dev home libexec mnt rescue sbin tmp >>> var >>> >>> [ju...@pcbsd-6364]/(28)% cd usr >>> [ju...@pcbsd-6364]/usr(29)% ls >>> bin games home include lib libdata libexec local obj >>> sbin share src >>> >> >> >> It sounds like you're saying you tried to use the FreeBSD ports collection >> to build Subversion on PCBSD. I was suggesting you build Subversion by hand, >> without the assistance of a package manager. > > Hi, well this is what i have found, while i was in my terminal i was trying > to see what i was doing wrong, because honestly I'm totaly new at this, so i > went at look at my "file manager" and I followed the path > /usr/ports/devel/subversion and everything is there, but at my terminal it > shows only this: > > [ju...@pcbsd-6364]/(42)% cd usr > [ju...@pcbsd-6364]/usr(43)% ls > bin games home include lib libdata libexec local obj sbin > share src > > So from my terminal if i want to access the files the following way: > [ju...@pcbsd-6364]/usr(44)% cd /usr/ports/devel/subversion > /usr/ports/devel/subversion: No such file or directory. > > What am i doing wrong??? > > The file if for sure there in my file manager. As far as I can tell, the directory /usr/ports does not exist on your system. I am assuming this directory is the FreeBSD ports system, and you presumably do not have FreeBSD ports installed on your system. If you would like to try using FreeBSD ports, you should ask the developers of FreeBSD ports how to install it on your system. But it may not work; I don't know how FreeBSD-specific it is and whether it will work on PCBSD -- which are more good questions to ask the developers of FreeBSD ports. This is all outside the scope of what the Subversion Users mailing list is set up to support, however. If FreeBSD ports won't work on PCBSD, consider building Subversion and its dependencies from source. Instructions for doing so are here: http://subversion.apache.org/source-code.html#source-release If you have trouble following those instructions, please let us know.