vote up 1 vote down star

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 ~
$
flag
what does ls -l /usr/bin/svn give ? (just to check the size and potential symlink ? ) – LB Aug 18 at 17:41
-rwxr-x---+ 1 mt Users 159744 Jul 9 13:43 /usr/bin/svn – mtim Aug 18 at 17:44
Has the svn binary been overwritten somehow...? Try "cat svn". – serg10 Sep 8 at 21:03
I finally gave up (it was taking too much time) .... replaced cygwin's svn binaries with tigris. But I tried to reinstall and downgrade SVN without much help. – mtim Sep 14 at 14:27

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.