cygwin: svn does not work anymore

Posted by mtim on Stack Overflow See other posts from Stack Overflow or by mtim
Published on 2009-08-18T17:38:31Z Indexed on 2010/04/13 7:33 UTC
Read the original article Hit count: 247

Filed under:

All of the sudden svn stopped working in cygwin installation on windows xp. when I execute svn binary, nothing happens, svn process does not even show up in the Task Manager. I've reinstalled svn but it did not help (the last resort would be to uninstall cygwin itself). Everything else in cygwin works fine: awk,python,sed,more,less,tail and etc.

here is what is happening ...

mt@s022 ~
$ which svn
/usr/bin/svn

mt@s022 ~
$ svn --version

mt@s022 ~
$ svn status

mt@s022 ~
$ svn info

mt@s022 ~
$

© Stack Overflow or respective owner

Related posts about cygwin