I am writing a script which will add a new project in the repository, based on the name supplied by the user. Part of this involves checking that an url with the same name does
I'd have commented on an existing answer but I don't have sufficient reputation.
I wanted to find if a file had been imported successfully or not so I tried "svn info" and "svn ls" with "echo $?". I could only get a zero/non-zero return code when I used "svn ls": "svn info" always returned zero.
This was with subversion 1.5.5 on Redhat RHEL6.