Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=5775477
By: rajatdudeja1
Thanks Fabio.
This hepled solved my problem. Previously, I had a look at subclipse. This also
seems to work nicely with eclipse.
Regards,
Rajat
_
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=5776707
By: antsh85
Hi,
When I run next command from terminal -> no problems:
import subprocess
print subprocess.Popen(["svn info"], shell=True,
stdout=subprocess.PIPE).communicate()[0]
but when I run same c
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=5776866
By: fabioz
Are your PATH/LIBPATH variables correct to support svn?
Cheers,
Fabio
__
You are receiving this email because you electe
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=5777504
By: antsh85
This is my PYTHONPATH:
http://skitch.com/anton.shishkov/77b4/preferences
__
You are receiving this email because you e
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=5777538
By: fabioz
Hi,
Actually, that has nothing to do with the PYTHONPATH. What it needs to find
is svn at the PATH variable.
Cheers,
Fabio
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=5777555
By: antsh85
My path looks like this:
anton-shishkovs-macbook-pro:~ antonshishkov$ echo $PATH
xxx:/opt/subversion/bin:xxx
__
You are