Page 1 of 1

having trouble downloading the source.

Posted: Sat Apr 22, 2006 9:39 pm
by MacOSX
Ok, so I'm trying to download the source so I can compile it and use 1.0 SVN. When I try to prepare the SVN *the one from codingmonkeys* I get this:

Code: Select all

/.bash_profile
-bash: /Users/*my username*/.bash_profile: Permission denied
*my*-*name*-ibook-g4:~ *my username*$ -e ~/.bash_profile
-bash: -e: command not found


any ideas?

Posted: Sun Apr 23, 2006 5:17 pm
by MacOSX
*sigh*

Posted: Sun Apr 23, 2006 5:39 pm
by Tipo 61
Check my reply to your pm...

Also, just thought of this, do you know what your terminal shell is?

It *might* possibly be tcsh, and those commands are for bash, which is why the command might not be found.

Posted: Sun Apr 23, 2006 6:08 pm
by tomhennigan
Tipo 61 wrote:Check my reply to your pm...

Also, just thought of this, do you know what your terminal shell is?

It *might* possibly be tcsh, and those commands are for bash, which is why the command might not be found.
No it says "-bash" in his shell output... Try running this macosx:

Code: Select all

chmod +x ~/.bash_profile

Code: Select all

chmod 775 ~/.bash_profile
Also I think you may be trying to do this from your output (though I'm not sure...):

Code: Select all

open -e ~/.bash_profile

Posted: Sun Apr 23, 2006 6:29 pm
by Tipo 61
Ahh, good tips tomhennigan :)

Could he just use sudo too, instead of modifying permissions?

Posted: Sun Apr 23, 2006 7:28 pm
by tomhennigan
Tipo 61 wrote:Ahh, good tips tomhennigan :)

Could he just use sudo too, instead of modifying permissions?
Hey yer that'd work, it's just if he has a permissions problem on the .bash_profile file, then other apps would have problems writing to it, which would cause bugs, so modifying the permissions will prevent these bugs *hopefully* :p.

MacOSX: Try running the checkout using this command:

Code: Select all

/usr/local/bin/svn co svn://svn.adiumx.com/libgaim/trunk adium

Re: having trouble downloading the source.

Posted: Tue Apr 25, 2006 8:50 pm
by jl24
MacOSX wrote:Ok, so I'm trying to download the source so I can compile it and use 1.0 SVN. When I try to prepare the SVN *the one from codingmonkeys* I get this:

Code: Select all

/.bash_profile
-bash: /Users/*my username*/.bash_profile: Permission denied
*my*-*name*-ibook-g4:~ *my username*$ -e ~/.bash_profile
-bash: -e: command not found


any ideas?
I had this trouble. Have you installed Subversion?? I didn't download the one of the Coding Monkeys Website but one a Dev suggested to me. I'll look for the link .

Re: having trouble downloading the source.

Posted: Tue Apr 25, 2006 8:54 pm
by jl24
jl24 wrote:
MacOSX wrote:Ok, so I'm trying to download the source so I can compile it and use 1.0 SVN. When I try to prepare the SVN *the one from codingmonkeys* I get this:

Code: Select all

/.bash_profile
-bash: /Users/*my username*/.bash_profile: Permission denied
*my*-*name*-ibook-g4:~ *my username*$ -e ~/.bash_profile
-bash: -e: command not found


any ideas?
I had this trouble. Have you installed Subversion?? I didn't download the one of the Coding Monkeys Website but one a Dev suggested to me. I'll look for the link .
I deleted Subversion on my Mac and installed this. Do the same and it might help. I downloaded Subversion off the Coding Monkeys website originally but it seems this is different
http://www.codingmonkeys.de/mbo/Subvers ... .1.pkg.zip :smile:

Posted: Tue Apr 25, 2006 9:19 pm
by Tipo 61
MacOSX had another problem, his command line path was messed up, we solved it in the Need Help? thread.

But cool tip anyways! :D

Posted: Tue Apr 25, 2006 10:25 pm
by MacOSX
I sucessfully installed adium 1.0. I'm so happy :D The Xtras manager is awesome, so is the profile tab under Prefs. 9 stars!