SmartSVN - Unable to create new repository profile
- by Sandeepan Nath
I have just installed SmartSVN on this fedora system.
The application starts (on running ./smartsvn.sh) with its usual UI but many things are not working.
Creating New repository profile
Trying to create a new repository profile (Repositories- Repository Profiles- Add)
An Error occurred while processing an SVN command -
Cannot connect to 'svn+ssh://192.168.0.103': There was a problem while connecting to 192.168.0.103:22
Quick Checkout
Trying to do Quick Checkout (less configuration)
An Error occurred while processing an SVN command -
Malformed XML.
Some Observations
When I run the smartsvn.sh file like this:-
./smartsvn.sh
It shows this in the console -
Warning: /bin/java does not exist
Could not lock /root/.smartsvn/_lock_
Switched to running instance
I was using SmartSVN in another system before this where it was working. There too, it was showing the warning like Warning: /bin/java does not exist but this part was not showing:-
Could not lock /root/.smartsvn/_lock_ Switched to running instance
I have only JRE installed in both the systems and not JDK. So, what could be the reason? Any pointers?
Thanks,
Sandeepan